mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 22:42:49 +07:00
e4efb836cd
1. messages cleanup
2. new StringBuilder(""). PrintStream.println("") are warned
4 lines
140 B
Java
4 lines
140 B
Java
// "Remove redundant 'intern()' call" "false"
|
|
class Foo {
|
|
private static final String x = ("Hello "+"World".trim()+'!').inte<caret>rn();
|
|
} |