-
Bug
-
Resolution: Fixed
-
P4
-
7, 8, 9
-
b137
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8165239 | 8-pool | Leo Jiang | P4 | Closed | Won't Fix | |
JDK-8165402 | 7-pool | Leo Jiang | P4 | Closed | Won't Fix |
I was reviewing localized properties files (JDK-8159324) and found duplicated data.
It's not a simple L10N bug.
The original English properties file contain it and should be corrected.
jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties:
266 javac.err.wrong.number.args=\
267 Wrong number of arguments in {0}.
268 javac.err.wrong.number.args=\
269 Wrong number of arguments in {0}.
JDK7u/JDK8u jdk repo:
./src/share/classes/sun/tools/javac/resources/javac.properties
It's not a simple L10N bug.
The original English properties file contain it and should be corrected.
jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties:
266 javac.err.wrong.number.args=\
267 Wrong number of arguments in {0}.
268 javac.err.wrong.number.args=\
269 Wrong number of arguments in {0}.
JDK7u/JDK8u jdk repo:
./src/share/classes/sun/tools/javac/resources/javac.properties
- backported by
-
JDK-8165239 duplicated data in rmic's javac.properties
-
- Closed
-
-
JDK-8165402 duplicated data in rmic's javac.properties
-
- Closed
-