RFR: JDK-8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web [v2]
Andy Goryachev
angorya at openjdk.org
Tue Nov 22 19:00:27 UTC 2022
On Tue, 22 Nov 2022 18:45:58 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix warnings in fxml
>
> modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java line 1497:
>
>> 1495: public void processEndElement() {
>> 1496: // No-op
>> 1497: }
>
> Why is this method added?
I'd recommend reverting the changes around process*() methods.
-------------
PR: https://git.openjdk.org/jfx/pull/958
More information about the openjfx-dev
mailing list