RFR: JDK-8297413: Remove easy warnings in javafx.graphics [v4]
Nir Lisker
nlisker at openjdk.org
Mon Dec 5 21:51:01 UTC 2022
On Mon, 5 Dec 2022 21:46:12 GMT, John Hendrikx <jhendrikx at 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
More information about the openjfx-dev
mailing list