Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afea187

Browse files
committed
Java: Add a variables consistency query
1 parent 15be806 commit afea187

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)