Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: All
Platform: PC
-
31933
Description
According to the javadoc of the ToStringStyle.setArrayEnd(String) method,
null is accepted, but will be converted to an empty String.
But, in actual this method does not convert null.
attached are a fix and a junit test.