Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: All
Platform: All
-
21021
Description
This patch replaces 10 occurences of 'new Boolean (fullDetail)' with 'fullDetail
? Boolean.TRUE : Boolean.FALSE'.
The benefit of this patch is a reduction in the number of objects created when
using ToStringBuilder.