-
Bug
-
Resolution: Fixed
-
P2
-
jfx12, 8u211
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222026 | 8u231 | Arunprasad Rajkumar | P2 | Resolved | Fixed | b01 |
JDK-8222203 | 8u221 | Arunprasad Rajkumar | P2 | Closed | Fixed | b02 |
JDK-8229461 | jfx11.0.4 | Arunprasad Rajkumar | P2 | Closed | Fixed |
This was originally reported on GitHub: https://github.com/javafxports/openjdk-jfx/issues/425
The location of the WCTextRunImpl class does not match its package declaration.
modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/WCTextRunImpl.java:
package com.sun.webkit.graphics;
This was reported by Eclipse, but I'm quite surprised that it hasn't caused other tools (or even the build) to fail.
I ran a script over all of the classes under modules/javafx.*/src/main/java/ and this is the only class with this problem.
The location of the WCTextRunImpl class does not match its package declaration.
modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/WCTextRunImpl.java:
package com.sun.webkit.graphics;
This was reported by Eclipse, but I'm quite surprised that it hasn't caused other tools (or even the build) to fail.
I ran a script over all of the classes under modules/javafx.*/src/main/java/ and this is the only class with this problem.
- backported by
-
JDK-8222026 Wrong package declaration for WCTextRunImpl.java in web module
-
- Resolved
-
-
JDK-8222203 Wrong package declaration for WCTextRunImpl.java in web module
-
- Closed
-
-
JDK-8229461 Wrong package declaration for WCTextRunImpl.java in web module
-
- Closed
-
- relates to
-
JDK-8221993 Create test to validate package declarations in source files
-
- Resolved
-
- links to