<i18n dev> RFR: 8276794: Change nested classes in java.desktop to static nested classes [v2]
Andrey Turbanov
duke at openjdk.java.net
Wed Nov 17 19:37:45 UTC 2021
On Wed, 17 Nov 2021 19:25:15 GMT, Andrey Turbanov <duke at openjdk.java.net> wrote:
>> Non-static classes hold a link to their parent classes, which in many cases can be avoided.
>> I updated only private and package-private classes. Didn't touch public/protected to not break external code.
>> Similar cleanup in java.base - [JDK-8261880](https://bugs.openjdk.java.net/browse/JDK-8261880)
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>
> [PATCH] Change nested classes in java.desktop to static nested classes
> fix review comments
I would prefer to postpone expanding import to another issue/PR. This one is already quite big.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5943
More information about the i18n-dev
mailing list