-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
9
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.