RFR: 8299513: Clean up java.io [v6]

Roger Riggs rriggs at openjdk.org
Tue Jan 10 17:35:53 UTC 2023


On Tue, 10 Jan 2023 16:06:15 GMT, Per Minborg <pminborg at openjdk.org> wrote:

>> Code in java.io contains many legacy constructs and semantics not recommended including: 
>> 
>> * C-style array declaration 
>> * Unnecessary visibility 
>> * Redundant keywords in interfaces (e.g. public, static) 
>> * Non-standard naming for constants 
>> * Javadoc typos 
>> * Missing final declaration 
>> 
>> These should be fixed as a sanity effort.
>
> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert removal of static modifier in OSC

The `static` declarations should be restored in ObjectStreamConstants.

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

Changes requested by rriggs (Reviewer).

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


More information about the core-libs-dev mailing list