Re: RFR: 8299513: Clean up java.io [v8]

2023-01-11 Thread Per Minborg
On Wed, 11 Jan 2023 10:36:57 GMT, Andrey Turbanov wrote: >> Per Minborg has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revert renaming > > src/java.base/share/classes/java/io/DataInputStream.java line 2: > >> 1: /* >> 2: * Copyright (

Re: RFR: 8299513: Clean up java.io [v8]

2023-01-11 Thread Andrey Turbanov
On Wed, 11 Jan 2023 09:22:24 GMT, Per Minborg 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 nam

Re: RFR: 8299513: Clean up java.io [v8]

2023-01-11 Thread Per Minborg
> 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 declar