mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
inline superclass: don't start push refactoring (with find usages, etc) inside inline; don't collect usages in all inheritors when at the end only one would be processed (IDEA-152480)
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ class Test {
|
||||
private final String field;
|
||||
|
||||
Test(){
|
||||
field = "text";
|
||||
this.field = "text";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user