review - import change in FXMLLoader
David Hill
David.Hill at Oracle.com
Wed Nov 13 10:26:08 PST 2013
webrev: http://cr.openjdk.java.net/~ddhill/RT-33392/
jira: https://javafx-jira.kenai.com/browse/RT-33392
While examining the output from jdeps, I noticed an oddity regarding a missing dependency
javafx.fxml.ParseTraceElement
which was in error anyway, as the ParseTraceElement should be from:
com.sun.javafx.fxml.ParseTraceElement
and the wildcard import should/does get the right one (after all we compile...)
The above webrev corrects this oddity, while correcting FXMLLoader so that it conforms to our coding standards by not using package wildcard imports.
--
David Hill <David.Hill at Oracle.com>
Java Embedded Development
"Computers make very fast, very accurate mistakes."
More information about the openjfx-dev
mailing list