Suppose I have a Java class Foo, with a constructor Foo(String abc). If I place my cursor on the constructor and execute push-ref, I get a popup asking me to select a tag (showing the constructor and the class itself). I pick the constructor and hit OK.
In the References list, I will be shown references to both the constructor *and* the class. I'd like to see only references to the constructor. Is there a setting to control this?