RFR: 8303755: Clean up around JavacElements.getAllMembers [v3]

Pavel Rappo prappo at openjdk.org
Wed Mar 8 10:31:07 UTC 2023


On Wed, 8 Mar 2023 08:12:56 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:

>> Pavel Rappo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Respond to feedback
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/util/Iterators.java line 47:
> 
>> 45:     }
>> 46: 
>> 47:     private static final class CompoundIterator<I, O> implements Iterator<O> {
> 
> Nit: why final? Seems quite unnecessary for a private class?

Reverted in 6cda4b3.

-------------

PR: https://git.openjdk.org/jdk/pull/12904


More information about the compiler-dev mailing list