mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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). */
|
/** Holds if this class is an implicit class (compact source file). */
|
||||||
predicate isImplicit() { isImplicitClass(this.getSourceDeclaration()) }
|
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.
|
* Gets an annotation that applies to this class.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user