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

Andrey Turbanov aturbanov at openjdk.org
Wed Jan 11 09:22:26 UTC 2023


On Wed, 11 Jan 2023 09:17:52 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 two additional commits since the last revision:
> 
>  - Update src/java.base/share/classes/java/io/ObjectStreamConstants.java
>    
>    Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
>  - Clean up ObjectStreamConstants

Let's revert changes in public API

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

Changes requested by aturbanov (Committer).

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


More information about the core-libs-dev mailing list