RFR: 8299513: Cleanup java.io [v3]
Per Minborg
pminborg at openjdk.org
Mon Jan 9 08:53:22 UTC 2023
> 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 constructor, add (c) year and revert some doc
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11848/files
- new: https://git.openjdk.org/jdk/pull/11848/files/e3c107db..9331562b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11848&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11848&range=01-02
Stats: 39 lines in 23 files changed: 3 ins; 7 del; 29 mod
Patch: https://git.openjdk.org/jdk/pull/11848.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11848/head:pull/11848
PR: https://git.openjdk.org/jdk/pull/11848
More information about the core-libs-dev
mailing list