Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.12.3
-
None
-
None
Description
ValueHistogram.java line 54
The String.substring method doesn't update the object it operates on. Instead, it returns a new String object. This return value is ignored, which must be a bug.