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 192325 - Zombie Profiling Points popup items in gutter
Summary: Zombie Profiling Points popup items in gutter
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-11-23 11:41 UTC by Jiri Sedlacek
Modified: 2010-11-27 06:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the incorrect gutter popup (45.87 KB, image/png)
2010-11-23 11:41 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2010-11-23 11:41:25 UTC
Created attachment 103234 [details]
Screenshot of the incorrect gutter popup

Product Version: NetBeans IDE 7.0 Beta (Build 201011152355)
Java: 1.6.0_22; Java HotSpot(TM) Client VM 17.1-b03
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Zip distribution

The same configuration as in Bug 192323. Created a new profiling point in Anagrams.nextTrialActionPerformed. Right-clicked the PP in gutter, items for each registered PP type are displayed (see the attached screenshot). The gutter must only display actions for the PP(s) defined for that line.
Comment 1 Tomas Hurka 2010-11-24 07:40:30 UTC
This regression is caused by the following changeset:

changeset:   168711:73133baa2c28
user:        Jan Jancura<jjancura@netbeans.org>
date:        Fri Apr 23 11:52:01 2010 +0200
summary:     #143145: Annotations list in Tools | Options is mess

http://hg.netbeans.org/profiler-main/rev/73133baa2c28
Comment 2 Tomas Hurka 2010-11-25 17:08:26 UTC
Fixed in profiler-main.

changeset:   183071:dc007a6b9e60
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Nov 25 18:03:56 2010 +0100
summary:     bugfix #192325, use ContextAwareAction
Comment 3 Quality Engineering 2010-11-27 06:25:52 UTC
Integrated into 'main-golden', will be available in build *201011270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dc007a6b9e60
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #192325, use ContextAwareAction