RFR: 8360575: java.util.Properties.list() methods trim each value to 37 characters in the listed output [v2]
Jaikiran Pai
jpai at openjdk.org
Fri Jun 27 14:03:59 UTC 2025
> Can I please get a review of this doc-only change which proposes to clarify the current implementation of the `java.util.Properties.list(...)` methods?
>
> As noted in https://bugs.openjdk.org/browse/JDK-8360575, the current implementation trims each value to a size of 37 when printing out the value. This behaviour isn't documented by these methods. The change in this PR adds an `@implNote` to make a mention of this current behaviour.
Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
Alan's review - limit the details in implNote
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26018/files
- new: https://git.openjdk.org/jdk/pull/26018/files/c898609d..d276ad05
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26018&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26018&range=00-01
Stats: 24 lines in 1 file changed: 8 ins; 0 del; 16 mod
Patch: https://git.openjdk.org/jdk/pull/26018.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26018/head:pull/26018
PR: https://git.openjdk.org/jdk/pull/26018
More information about the core-libs-dev
mailing list