RFR: JDK-8312418: Add Elements.getEnumConstantBody [v4]
Vicente Romero
vromero at openjdk.org
Thu Aug 24 18:06:35 UTC 2023
On Thu, 24 Aug 2023 17:18:14 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Trivial implementation to get feedback on the proposed API.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Reorder javadoc tags.
test/langtools/tools/javac/processing/model/util/elements/TestGetEnumConstantBody.java line 64:
> 62:
> 63: for (TypeElement typeElt : ElementFilter.typesIn(typeRoot.getEnclosedElements()) ) {
> 64: System.out.println("Testing type " + typeElt);
should the `println` invocations be removed?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14939#discussion_r1304690653
More information about the compiler-dev
mailing list