| Summary: | [call hierarchy] open call hierarchy shows calls inside a method | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | woodii - <holz14> | ||||
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> | ||||
| Status: | CLOSED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert, noopur_gupta | ||||
| Version: | 4.4 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 8 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
works again after deleting my workspacesettings (: Attached screenshot shows "Calls from 'getColType(int)'". You would have selected "Callee Hierarchy" (instead of "Caller Hierarchy") in the view menu of Call Hierarchy view. ohh thanks noopur. I didn't mentioned that you can switch the view to callee hierarchy ;) i was just suprised that the output wasn't the expected one. |
Created attachment 247058 [details] output of "open call hierarchy" Hi, when i press "open call hierarchy" on a method it displays the content inside the method and not the calling methods e.g. public EType getColType(int colIndex) { if (colIndex > columnMetaData.size()) return null; return columnMetaData.get(colIndex).getType(); } i get the output displayed in the attached file and not the places where this function is called