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 - Duplicate "Thread Dump Stack" items for the same hint
Summary: Duplicate "Thread Dump Stack" items for the same hint
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 13:14 UTC by vkhashin
Modified: 2014-02-14 02:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
print screen (178.85 KB, image/png)
2014-02-01 13:14 UTC, vkhashin
Details

Note You need to log in before you can comment on or make changes to this bug.
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