We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fdf6a8 + 15c61b5 commit 9e4405fCopy full SHA for 9e4405f
java/ql/examples/snippets/integer_literal.ql
@@ -9,5 +9,5 @@
9
import java
10
11
from IntegerLiteral literal
12
-where literal.getLiteral().toInt() = 0
+where literal.getIntValue() = 0
13
select literal
0 commit comments