-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8, 8-repo-lambda
-
Component/s: tools
-
b84
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8033294 | 7u80 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | b01 |
The following cast:
List<String> ls = ...
Object o1 = (List<String> & Serializable)fss;
is issuing an unchecked warning.
List<String> ls = ...
Object o1 = (List<String> & Serializable)fss;
is issuing an unchecked warning.
- backported by
-
JDK-8033294 javac, spurious warning for instanceof operator
-
- Resolved
-