mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Java: Autoformat most queries.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/**
|
||||
* @name GetLibraryAnnotationElement
|
||||
*/
|
||||
|
||||
import default
|
||||
|
||||
from Class cl, Annotation ann, AnnotationType anntp, AnnotationElement anne
|
||||
where cl.fromSource() and
|
||||
ann = cl.getAnAnnotation() and
|
||||
anntp = ann.getType() and
|
||||
anne = anntp.getAnAnnotationElement()
|
||||
where
|
||||
cl.fromSource() and
|
||||
ann = cl.getAnAnnotation() and
|
||||
anntp = ann.getType() and
|
||||
anne = anntp.getAnAnnotationElement()
|
||||
select cl, ann, anntp.getQualifiedName(), anne.getName()
|
||||
|
||||
Reference in New Issue
Block a user