mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
NPE
This commit is contained in:
+5
@@ -5,5 +5,10 @@
|
||||
<line>5</line>
|
||||
<description>Default constructor in C is deprecated</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>Test.java</file>
|
||||
<line>10</line>
|
||||
<description>Default constructor in C is deprecated</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
|
||||
+6
@@ -4,3 +4,9 @@ class C {
|
||||
|
||||
class D extends C {
|
||||
}
|
||||
|
||||
class P {
|
||||
public static void main(String[] args) {
|
||||
new C(){};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user