Integrated: JDK-8266748: Move modifiers code to Signatures.java
Hannes Wallnöfer
hannesw at openjdk.java.net
Tue Jun 8 19:24:20 UTC 2021
On Fri, 21 May 2021 08:46:48 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> This change consolidates the code to generate type signature modifiers into `Signatures.TypeSignature`.
>
> Although this mostly consists of moving the code from `ClassWriterImpl` and `Utils` to `Signatures`, I also avoided the need to split the modifiers string when processing preview modifiers by returning a `List<String>` instead of a `String` in what used to be `Utils.modifiersToString` and is now `TypeSignature.getModifiers`.
This pull request has now been integrated.
Changeset: f9b593d6
Author: Hannes Wallnöfer <hannesw at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f9b593d668147979a16e743fe138d4e447e8232b
Stats: 261 lines in 5 files changed: 118 ins; 123 del; 20 mod
8266748: Move modifiers code to Signatures.java
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/4142
More information about the javadoc-dev
mailing list