mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
accessibility checks: stop at library level
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package p;
|
||||
|
||||
class A extends Foo {}
|
||||
@@ -0,0 +1,9 @@
|
||||
package p;
|
||||
|
||||
import java.net.*;
|
||||
|
||||
class Foo extends URLClassLoader{
|
||||
public Foo() {
|
||||
super(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user