-
Bug
-
Resolution: Fixed
-
P4
-
jfx19
Eclipse Version 2022-06 (4.24.0) reports this warning in the following places:
```
Description Resource Location Path
The assignment to variable b has no effect ClassWithCollection.java line 46 /fxml/src/test/java/test/com/sun/javafx/fxml/builder
The assignment to variable mode has no effect Shape.java line 406 /graphics/src/main/java/javafx/scene/shape (seeJDK-8279297)
The assignment to variable value has no effect BooleanTypeTest.java line 56 /graphics/src/test/java/test/com/sun/javafx/css
```
```
Description Resource Location Path
The assignment to variable b has no effect ClassWithCollection.java line 46 /fxml/src/test/java/test/com/sun/javafx/fxml/builder
The assignment to variable mode has no effect Shape.java line 406 /graphics/src/main/java/javafx/scene/shape (see
The assignment to variable value has no effect BooleanTypeTest.java line 56 /graphics/src/test/java/test/com/sun/javafx/css
```
- blocks
-
JDK-8289379 ☂ Fix errors and warnings generated by Eclipse
- Resolved
- relates to
-
JDK-8279297 Remove Shape::setMode method
- Resolved