WIP: extract annotations on classes, with constant values

This commit is contained in:
Tamas Vajk
2022-04-12 08:43:58 +02:00
committed by Chris Smowton
parent 9fa840106f
commit 7b075c2190
7 changed files with 165 additions and 79 deletions

View File

@@ -249,7 +249,7 @@ private predicate filteredAnnotValue(Annotation a, Method m, Expr val) {
private predicate sourceAnnotValue(Annotation a, Method m, Expr val) {
annotValue(a, m, val) and
val.getFile().getExtension() = "java"
val.getFile().isSourceFile()
}
/** An abstract representation of language elements that can be annotated. */