Too Many Consecutive Concatenations
Warns if the method contains statements with too many consecutive concatenations; for example, as in:
'hello ',self firstName,' ',self lastName,'. How are you ',self weather printString,' today? '
Too many consecutive concatenations create unnecessary intermediate collections, which could affect the performance of the code.
Last modified date: 05/19/2020