-
Bug
-
Resolution: Fixed
-
P4
-
jfx19
Eclipse Version 2022-06 (4.24.0) reports this warning in the following places:
```
The type parameter E is hiding the type E FXCollections.java line 1638 /base/src/main/java/javafx/collections
The type parameter E is hiding the type E FXCollections.java line 1824 /base/src/main/java/javafx/collections
The type parameter T is hiding the type T FXCollections.java line 1058 /base/src/main/java/javafx/collections
The type parameter T is hiding the type T FXCollections.java line 1342 /base/src/main/java/javafx/collections
```
```
The type parameter E is hiding the type E FXCollections.java line 1638 /base/src/main/java/javafx/collections
The type parameter E is hiding the type E FXCollections.java line 1824 /base/src/main/java/javafx/collections
The type parameter T is hiding the type T FXCollections.java line 1058 /base/src/main/java/javafx/collections
The type parameter T is hiding the type T FXCollections.java line 1342 /base/src/main/java/javafx/collections
```
- blocks
-
JDK-8289379 ☂ Fix errors and warnings generated by Eclipse
- Resolved