Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
jtsk_2.1
-
None
-
None
Description
net.jini.io.MarshalledInstance allows for subclassing but some of the fields that might be needed by a subclass can't be accessed as they are declared private. A subclass has to pass these in to the constructor of the superclass so must have 'access' to them. There seems to be no harm to make them protected, especially since they are final. See also this posting on the river-dev mailing list.