Bug 442255 - [call hierarchy] Mark calls from test methods
Summary: [call hierarchy] Mark calls from test methods
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-21 08:00 EDT by Tobias Oberlies CLA
Modified: 2014-08-21 08:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.