mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
replace constant duplicates (IDEA-43784)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Test {
|
||||
public static final String A<caret>BC = "abc";
|
||||
void foo() {
|
||||
System.out.println("abc");
|
||||
}
|
||||
}
|
||||
|
||||
class Foo {
|
||||
void bar() {
|
||||
System.out.println("abc");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user