mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: remove isImplict()
This commit is contained in:
@@ -703,12 +703,6 @@ class Class extends ClassOrInterface {
|
||||
/** Holds if this class is an implicit class (compact source file). */
|
||||
predicate isImplicit() { isImplicitClass(this.getSourceDeclaration()) }
|
||||
|
||||
/** Holds if this is an auxiliary program element generated by the compiler. */
|
||||
override predicate isCompilerGenerated() {
|
||||
super.isCompilerGenerated() or
|
||||
this.isImplicit()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an annotation that applies to this class.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user