We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0897b00 commit f676fc0Copy full SHA for f676fc0
java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisCommon.qll
@@ -299,7 +299,7 @@ Sign exprSign(Expr e) {
299
exists(VarAccess access | access = e |
300
not exists(SsaVariable v | getARead(v) = access) and
301
(
302
- s = fieldSign(getField(access))
+ s = fieldSign(getField(access.(FieldAccess)))
303
or
304
anySign(s) and not access instanceof FieldAccess
305
)
0 commit comments