-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: core-libs
-
b04
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
CollectorImpl is currently a class that just holds 4 private final fields and has accessor methods to return each of them, named the same as the fields. Seems like a perfect fit for a record.
CollectorImpl is currently a class that just holds 4 private final fields and has accessor methods to return each of them, named the same as the fields. Seems like a perfect fit for a record.