-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: javafx
The checkWhiteSpace script fails after the fix for JDK-8157280:
$ bash tools/scripts/checkWhiteSpace -a
modules/graphics/src/main/java/com/sun/javafx/tk/quantum/PerformanceLogger.java :trailingWhitespace:
Found 1 whitespace or executable issues
To correct, use
bash tools/scripts/checkWhiteSpace -F -a
$ bash tools/scripts/checkWhiteSpace -a
modules/graphics/src/main/java/com/sun/javafx/tk/quantum/PerformanceLogger.java :trailingWhitespace:
Found 1 whitespace or executable issues
To correct, use
bash tools/scripts/checkWhiteSpace -F -a
- relates to
-
JDK-8157280 remove use of GetPropertyAction
-
- Resolved
-