I have an abstract class called "com.foo.BaseFoo"
I want to find anyone that calls new() on anything that extends from BaseFoo
I've tried doing a search template of:
new $BaseFoo$()
and then edited the variables to have an expression constraint on the type of the object to be
com.foo.BaseFoo
and clicked on the "Apply constraint within type hierarchy" but this hasn't worked.