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 226818 - "Create Fixed Watch" enabled for primitives on the popup menu of popup table
Summary: "Create Fixed Watch" enabled for primitives on the popup menu of popup table
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 08:48 UTC by mienamoo
Modified: 2013-03-08 09:26 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 mienamoo 2013-02-28 08:48:57 UTC
NetBeans build 201302132200
JDK 7u13 64-bit

In the Variables window, the "Create Fixed Watch" action is correctly disabled for primitive types. However, for the popup table that can be accessed by hovering over the variable in the source code and clicking on the +, still has the action enabled for primitives.

This bug may be related to bug 226817, since I found the two of them at the same time. :)
Comment 1 Martin Entlicher 2013-03-06 16:35:02 UTC
Reproduced.
Comment 2 Martin Entlicher 2013-03-07 16:01:12 UTC
Fixed by changeset:   248016:6f08bef5b72d
http://hg.netbeans.org/core-main/rev/6f08bef5b72d
Comment 3 Quality Engineering 2013-03-08 02:02:47 UTC
Integrated into 'main-golden', will be available in build *201303072300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6f08bef5b72d
User: mentlicher@netbeans.org
Log: #226818: Remember the nodes we invoke actions on and use them in isEnabled() test.
Comment 4 mienamoo 2013-03-08 09:26:31 UTC
Verified fixed with build 201303072300. Thanks!