Skip to content

Commit f676fc0

Browse files
committed
revert a change in an identical file
1 parent 0897b00 commit f676fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SignAnalysisCommon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Sign exprSign(Expr e) {
299299
exists(VarAccess access | access = e |
300300
not exists(SsaVariable v | getARead(v) = access) and
301301
(
302-
s = fieldSign(getField(access))
302+
s = fieldSign(getField(access.(FieldAccess)))
303303
or
304304
anySign(s) and not access instanceof FieldAccess
305305
)

0 commit comments

Comments
 (0)