Re: RFR: 8320400: Make fields final in 'jdk.internal.util.xml.impl' package

2023-11-20 Thread Per Minborg
On Tue, 12 Sep 2023 19:59:57 GMT, Andrey Turbanov wrote: > A few classes in `jdk.internal.util.xml.impl` package have non-final fields > which could easily be marked `final`. > > Also fixed a few typos and incorrect javadoc links.

Re: RFR: 8320400: Make fields final in 'jdk.internal.util.xml.impl' package

2023-11-20 Thread Per Minborg
On Tue, 12 Sep 2023 19:59:57 GMT, Andrey Turbanov wrote: > A few classes in `jdk.internal.util.xml.impl` package have non-final fields > which could easily be marked `final`. > > Also fixed a few typos and incorrect javadoc links. There are also some typo fixes. I think this could be

RFR: 8320400: Make fields final in 'jdk.internal.util.xml.impl' package

2023-11-20 Thread Andrey Turbanov
A few classes in `jdk.internal.util.xml.impl` package have non-final fields which could easily be marked `final`. - Commit messages: - [PATCH] Make fields final in jdk.internal.util.xml.impl package Changes: https://git.openjdk.org/jdk/pull/15691/files Webrev: