-
Bug
-
Resolution: Fixed
-
P5
-
7u40, 8
-
b102
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8172650 | openjdk7u | Unassigned | P5 | Resolved | Fixed | master |
When performing code review for 8010521, we found that the following file contains ^M newline characters:
src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth.properties
Carriage return characters are prohibited in OpenJDK source files according to http://openjdk.java.net/projects/code-tools/jcheck/
src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth.properties
Carriage return characters are prohibited in OpenJDK source files according to http://openjdk.java.net/projects/code-tools/jcheck/
- backported by
-
JDK-8172650 clean up source files containing carriage return characters
- Resolved