This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224436 - [73cat] Call Hierarchy does not work on empty default constructor
Summary: [73cat] Call Hierarchy does not work on empty default constructor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 16:52 UTC by misterm
Modified: 2013-01-05 02:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-03 16:52:59 UTC
Invoking Call Hierarchy on an empty default constructor will simply show "Select some method to explore".

Product Version = NetBeans IDE Dev (Build 20121220-4f53a116c76b)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 Dusan Balek 2013-01-04 07:51:07 UTC
Already fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 224092 ***
Comment 2 misterm 2013-01-04 10:23:48 UTC
It was still reproducible yesterday, do you mean something different? Besides, the other issue is about constructor usage, here I am talking about the default constructor in the declaring class.
Comment 3 Dusan Balek 2013-01-04 14:07:52 UTC
I see. Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/6d544ba788dd
Comment 4 Quality Engineering 2013-01-05 02:33:29 UTC
Integrated into 'main-golden', will be available in build *201301050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6d544ba788dd
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #224436: Call Hierarchy does not work on empty default constructor - fixed.