Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbd5d7 commit 15be806Copy full SHA for 15be806
1 file changed
java/ql/consistency-queries/expressions.ql
@@ -0,0 +1,9 @@
1
+import java
2
+
3
+from Expr e, int n
4
+where n = count(e.getType())
5
+ and n != 1
6
+ // Java #144
7
+ and not e instanceof ReflectiveAccessAnnotation
8
+select e, n
9
0 commit comments