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 15be806 commit afea187Copy full SHA for afea187
1 file changed
java/ql/consistency-queries/variables.ql
@@ -0,0 +1,7 @@
1
+import java
2
+
3
+from Variable v, int n
4
+where n = count(v.getType())
5
+ and n != 1
6
+select v, n
7
0 commit comments