mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-54765 Code Style -> Order of Members should have extra items for statics
Refactoring-based class members manipulation is corrected
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
public class Y {
|
||||
public void foo() {
|
||||
}
|
||||
|
||||
void method() {
|
||||
System.out.println(this);
|
||||
foo();
|
||||
}
|
||||
|
||||
public void foo() {
|
||||
}
|
||||
}
|
||||
public class X {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user