We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isImplict()
1 parent ed9ed43 commit fac2beaCopy full SHA for fac2bea
java/ql/lib/semmle/code/java/Type.qll
@@ -703,12 +703,6 @@ class Class extends ClassOrInterface {
703
/** Holds if this class is an implicit class (compact source file). */
704
predicate isImplicit() { isImplicitClass(this.getSourceDeclaration()) }
705
706
- /** Holds if this is an auxiliary program element generated by the compiler. */
707
- override predicate isCompilerGenerated() {
708
- super.isCompilerGenerated() or
709
- this.isImplicit()
710
- }
711
-
712
/**
713
* Gets an annotation that applies to this class.
714
*
0 commit comments