Qualified 'this' access
Author: Semmle LGTM
import java
from ThisAccess t
where exists(t.getQualifier())
select t
Description
Finds 'this' accesses that are qualified by a type name
import java
from ThisAccess t
where exists(t.getQualifier())
select t
Finds 'this' accesses that are qualified by a type name