-
Bug
-
Resolution: Fixed
-
P4
-
8, 8-repo-lambda
-
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
-