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