Tagir Valeev
|
30b3d4a558
|
IDEA-184825 "Redundant String operation" inspection - rename 'Delete element' to 'Delete argument'
|
2018-01-12 11:44:40 +07:00 |
|
Tagir Valeev
|
e4efb836cd
|
RedundantStringOperationInspection: fixes after review IDEA-CR-25339
1. messages cleanup
2. new StringBuilder(""). PrintStream.println("") are warned
|
2017-10-17 10:58:07 +07:00 |
|
Tagir Valeev
|
31b328cdca
|
RedundantStringOperation: append("") (IDEA-180178), intern()
ConstantStringInternInspection removed
|
2017-10-11 14:35:28 +07:00 |
|
Tagir Valeev
|
454efb3280
|
RedundantStringOperationInspection: SubstringZero and StringToString merged
|
2017-10-11 14:35:27 +07:00 |
|