Call to constructor

Author: Semmle LGTM

import java

from ClassInstanceExpr new
where new.getConstructedType().hasQualifiedName('com.example', 'Class')
select new

Description

Finds places where we call `new com.example.Class(...)`