On Thu, 24 Jun 2021 21:12:36 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> cleaned up paragraph tags > > modules/javafx.graphics/src/main/java/javafx/css/Stylesheet.java line 316: > >> 314: final int bssVersion = dataInputStream.readShort(); >> 315: if (bssVersion > Stylesheet.BINARY_CSS_VERSION) { >> 316: throw new IOException("Wrong binary CSS version: " > > If the `url` string is non-null shouldn't it still be part of the exception > message? True. ------------- PR: https://git.openjdk.java.net/jfx/pull/536