| Summary: | [call hierarchy] hierarchy on implicit default contructor | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | mike.andrews <mike.andrews> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | eclipse, martinae |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixing this is also very difficult for us. The Java model has no element for the implicit default contructor, so we would have to introduce a fake Java element. -> This is asking for troubles. Setting to later Just wanted to point out that this seems to be related to bug 171658 Regarding my former comment (#2): I think this is not only related by fixed by bug 171658: If you want to see the call hierachy for the standard constructor, just open the call hierachy on the class name. This said, I think this bug should be marked as a duplicate of bug 171658. Thanks for the hint! *** This bug has been marked as a duplicate of bug 171658 *** |
if i try to open a call hierarchy on a no-argument constructor (like for MyClass, below), and that constructor wasn't explicitly coded in the java source, nothing shows up! workaround is to create dummy constructor (i.e., like public MyClass() { }). thanks! mike