On Fri, 8 Jul 2022 21:41:29 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8289389: toExternalForm() > > modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java line 2329: > >> 2327: return 0; >> 2328: } >> 2329: return location.hashCode(); > > Shouldn't this be: `location.toExternalForm().hashCode()`? good point. will fix. ------------- PR: https://git.openjdk.org/jfx/pull/821