-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P2
-
None
-
Affects Version/s: 9
-
Component/s: core-libs
WebSocket API Doc need to be refactor will correct "Throws" list.
Some examples :-
public void newBuilderTest_URI_Listener_BothNull() {
WebSocket.newBuilder(null, null);
}
throws:-
NullPointerException: if URI or listener is null.
* This is impacting JCK development.
Some examples :-
public void newBuilderTest_URI_Listener_BothNull() {
WebSocket.newBuilder(null, null);
}
throws:-
NullPointerException: if URI or listener is null.
* This is impacting JCK development.