mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
visibility inspection: prefer extension visibility to default one (IDEA-166543)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems>
|
||||
<problem>
|
||||
<file>ThisClass.java</file>
|
||||
<line>2</line>
|
||||
<description>Can be package-private</description>
|
||||
</problem>
|
||||
</problems>
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public class ThisClass {
|
||||
public void foo() {}
|
||||
public void bar() {}
|
||||
|
||||
public static void main(String[] args) {}
|
||||
}
|
||||
Reference in New Issue
Block a user