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 241261

Summary: Duplicate "Thread Dump Stack" items for the same hint
Product: java Reporter: vkhashin
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: print screen

Description vkhashin 2014-02-01 13:14:30 UTC
Created attachment 144666 [details]
print screen

1. public class ThreadDumpStack {
2.    public void method() {
3.        Thread.dumpStack(); //Hint: Thread.dumpStack() should be removed. 
4.    }
5. } 

On line 3 Alt+Enter popup shows two instances of the same item 'Thread Dump Stack" Hint' (if that hint has been activated).
Comment 1 Jiri Prox 2014-02-03 07:04:11 UTC
Reproducible
Comment 2 Svata Dedic 2014-02-03 14:25:59 UTC
Will be fixed in rev jet-main#6f84535a070b
Comment 3 Quality Engineering 2014-02-14 02:54:03 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6f84535a070b
User: Svata Dedic <sdedic@netbeans.org>
Log: #241261: $var.method() will not match ClassName.method() for static methods