-
Bug
-
Resolution: Fixed
-
P5
-
1.0
-
1.0
-
generic
-
solaris_2.6
-
Verified
protected Name linkResolvedName;
protected Object linkResolvedObj;
protected Name linkRemainingName;
protected String linkExplanation;
All have no initializers in their declarations, and most of the constructors do explicit initialization to null. However, the null constructor, LinkException() does not. Bummer.
protected Object linkResolvedObj;
protected Name linkRemainingName;
protected String linkExplanation;
All have no initializers in their declarations, and most of the constructors do explicit initialization to null. However, the null constructor, LinkException() does not. Bummer.