Files
codeql/java/ql/lib
Marcono1234 4f59886a65 Java: Simplify CompileTimeConstantExpr.getIntValue()
The changed code previously also only covered IntegerLiteral:
- Restricted to Literal
- Integral type
- != "long"
- != "char"

So the only class left which matches all of these is IntegerLiteral.
2021-10-29 14:30:51 +02:00
..
2021-08-19 14:09:35 -07:00
2021-08-20 20:01:29 -07:00
2021-08-19 14:09:35 -07:00
2021-08-19 14:09:35 -07:00
2021-08-19 14:09:35 -07:00