mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
public class A {
|
||||
|
||||
private final MyIntf myDelegate = new MyIntf();
|
||||
|
||||
public Intf getMyDelegate() {
|
||||
|
||||
Reference in New Issue
Block a user