-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.2.0
-
generic
-
solaris_2.5
By convention, a null input parameter will result in a method throwing a
NullPointerException. StyledString.equals(null) returns false and does not
throw an exception. This behavior is acceptable, but must be documented since
is does not follow the default convention. Suggest add to the javadoc a
sentence such as:
"Returns false for all other inputs."
NullPointerException. StyledString.equals(null) returns false and does not
throw an exception. This behavior is acceptable, but must be documented since
is does not follow the default convention. Suggest add to the javadoc a
sentence such as:
"Returns false for all other inputs."