-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 8, 11, 17, 20, 21
-
Component/s: client-libs
-
In Review
SimpleAttributeSet.toString loops over all attributes and adds them to a string. Each iteration results in a new String object being created.
IDE raises a warning and suggests replacing concatenation with StringBuilder.
IDE raises a warning and suggests replacing concatenation with StringBuilder.
- links to
-
Review
openjdk/jdk/13479