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 <[email protected]>
Java Embedded Development

"Computers make very fast, very accurate mistakes."

Reply via email to