Fixing NPE in RemoteSession
The doSynchronousClusterTask method can return a null when the cluster node info can't be found. This will cause an NPE in some methods that try to autobox the null to a primitive. This change forces some default for those values that return primitive types.
Showing
Please register or sign in to comment