This is related to Filter Eclipse's "Open Call Hierarchy" to just my company/project.
In my Maven project, I use the same package names for both code and tests, but they're in different source folders (main/java
and test/java
). However, I can't find the option to filter by source folder.
I can filter out some test methods because the class names ends with "Tests", but this is not always the case.