-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: core-svc
-
None
-
b135
RMIConnector has a private final subclass of ObjectInputStream: RMIConnector.ObjectInputStreamWithLoader.
This subclass takes a class loader parameter in its constructor, which is never null.
We should make this clear by having the constructor throw an IllegalArgumentExcption if that parameter is null.
This subclass takes a class loader parameter in its constructor, which is never null.
We should make this clear by having the constructor throw an IllegalArgumentExcption if that parameter is null.