I get duplicate findings when searching for a class or its references (Ctrl+Shift+T or Ctrl+Shift+G): the .java file from my open projects and the .class file from Maven Dependencies (.m2\repo jars):
+ com.commonbackoffice - server-utils-commonlogin-0.1.jar - C:\Users\...\.m2\repository\com\commonlogin\0.1 - server-login
+ com.commonbackoffice - src/main/java - server-utils-commonlogin
How can I hide the .class findings from these results?