mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Merge pull request #6520 from smowton/smowton/feature/allow-local-interfaces
Java: Allow local interfaces
This commit is contained in:
@@ -11,7 +11,7 @@ import java
|
||||
abstract private class GeneratedType extends ClassOrInterface {
|
||||
GeneratedType() {
|
||||
not this instanceof AnonymousClass and
|
||||
not this instanceof LocalClass and
|
||||
not this.isLocal() and
|
||||
not this.getPackage() instanceof ExcludedPackage
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user