-
Bug
-
Resolution: Fixed
-
P3
-
9
-
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.