JDK-8289390 : Fix warnings: type parameter E is hiding the type E
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: openjfx19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-06-28
  • Updated: 2022-09-10
  • Resolved: 2022-07-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx19Fixed
Related Reports
Blocks :  
Description
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
```

Comments
Changeset: 77ecfb71 Author: Andy Goryachev <andy.goryachev@oracle.com> Committer: Kevin Rushforth <kcr@openjdk.org> Date: 2022-07-06 17:05:29 +0000 URL: https://git.openjdk.org/jfx/commit/77ecfb7115abe54e8e29c1110717c8f5a2ffef18
06-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/812 Date: 2022-07-06 14:45:13 +0000
06-07-2022