-
Bug
-
Resolution: Fixed
-
P5
-
None
-
b16
Result of string concatenation is a newly created String object. There is no need it wrap it in another 'new String' call.
Such calls are confusing and produce warnings in IDE. Without them code is easier to read.
Such calls are confusing and produce warnings in IDE. Without them code is easier to read.