-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.0
-
Component/s: core-libs
-
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.