On Mon, 5 Dec 2022 21:46:12 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/css/CssParser.java line 2579: >> >>> 2577: term = nextLayer(lastTerm); >>> 2578: } >>> 2579: return new ParsedValueImpl<>(layers, >>> CornerRadiiConverter.getInstance()); >> >> My eclipse has a problem with this class (might be an Eclipse bug). It does >> compile, but any time I modify the class it generates a bunch of errors. >> The only code that does not produce the errors is returning a raw value. > > You mentioned this one before. It's a bug in Eclipse. It's a bug in Eclipse. ------------- PR: https://git.openjdk.org/jfx/pull/960