Array Access

Author: Semmle LGTM

import java

from ArrayAccess a
where a.getIndexExpr() instanceof UnaryAssignExpr
select a

Description

Finds array access expressions with an index expression consisting of a unary assignment