Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.1, 0.13.0
-
None
-
None
Description
mValue could be null here (when "mNull == true")
@Override public String toString() { return "Null: " + mNull + " index: " + mIndex + " " + mValue.toString(); }