Bug 442255

Summary: [call hierarchy] Mark calls from test methods
Product: [Eclipse Project] JDT Reporter: Tobias Oberlies <t-oberlies>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Tobias Oberlies CLA 2014-08-21 08:00:16 EDT
Many of my methods are called from one or two places in the productive code, and from loads of tests. The Call Hierarchy view should make it easier to find the callers in the productive code.

This could for example be done by using a different icons for calls from test methods (i.e. methods annotated with org.junit.Test) or greyed out text.

As a workaround, one currently has to consistently prefix all test methods with "test". This conflicts with several "modern" ways to name tests.