-
Sub-task
-
Resolution: Fixed
-
P3
-
9
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056750 | emb-9 | Unassigned | P3 | Resolved | Fixed | b24 |
The recent fix for JDK-8048175 introduced a new unchecked warning in the previous clean core libraries code:
jdk/src/share/classes/com/sun/jndi/ldap/Connection.java:263: warning: [unchecked] unchecked cast
(socketFactory);
^
required: java.lang.Class<? extends javax.net.SocketFactory>
found: java.lang.Class<capture#1 of ?>
This should be fixed to correct a regression in the lint warnings in core libs.
jdk/src/share/classes/com/sun/jndi/ldap/Connection.java:263: warning: [unchecked] unchecked cast
(socketFactory);
^
required: java.lang.Class<? extends javax.net.SocketFactory>
found: java.lang.Class<capture#1 of ?>
This should be fixed to correct a regression in the lint warnings in core libs.
- backported by
-
JDK-8056750 New unchecked warning introduced in com.sun.jndi.ldap.Connection
-
- Resolved
-
- relates to
-
JDK-8048175 Remove redundant use of reflection on core classes from JNDI
-
- Resolved
-