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 167079

Summary: call hierarchy for comment will not stop showing Please Wait...
Product: java Reporter: Masaki Katakai <masaki>
Component: RefactoringAssignee: Jan Pokorsky <jpokorsky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-06-15 08:26:03 UTC
Product Version: NetBeans IDE Dev (Build 200906120154)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.7 running on x86_64

Calling Call Hierarchy against string in comment field
(e.g. param, args in the following case)

	/**
	 * @param args the command line arguments
	 */

will show "Please Wait" in result window. However, it will not stop.
It continues to show "Please Wait".
Comment 1 Masaki Katakai 2009-06-15 08:28:33 UTC
It looks regression. On 6.5.1, it shows "Select some method to explorer.".
Comment 2 Jan Pokorsky 2009-06-18 13:11:47 UTC
Reproducible, I will take a look at it.
Comment 3 Jan Pokorsky 2009-06-18 13:59:48 UTC
fixed 135b66228bc4
Comment 4 Quality Engineering 2009-06-19 07:47:18 UTC
Integrated into 'main-golden', will be available in build *200906190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/135b66228bc4
User: Jan Pokorsky <jpokorsky@netbeans.org>
Log: #167079: switch root node even in case the model is null to replace Please wait node
Comment 5 Masaki Katakai 2009-07-06 06:19:20 UTC
Thank you very much! It's working fine on build 200907051400. Marked as VERIFIED.