Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 10.7.1.1
-
Fix Version/s: 10.8.1.2
-
Component/s: Network Client
-
Labels:
-
Urgency:Low
-
Issue & fix info:Patch Available
Description
code allocates a new Boolean for every row value of a boolean column, creating needless garbage. Patch switches to use immutable Boolean.TRUE and Boolean.FALSE values.