-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
13
JCK test api/java_net/ServerSocket/ConstProtectedTests.html started to fail with
Testcase "testConstNPE" is based on the following statements:
- "Throws NullPointerException if impl is null"
-- from source: java.net.ServerSocket.ServerSocket(SocketImpl)
testConstNPE: Failed. Expected exception java.lang.NullPointerException was not thrown by testcase "testConstNPE"
afterJDK-8223262 was integrated.
Testcase "testConstNPE" is based on the following statements:
- "Throws NullPointerException if impl is null"
-- from source: java.net.ServerSocket.ServerSocket(SocketImpl)
testConstNPE: Failed. Expected exception java.lang.NullPointerException was not thrown by testcase "testConstNPE"
after
- duplicates
-
JDK-8223457 java.net.ServerSocket protected constructor should throw NPE if impl null
- Closed