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

Summary: "Create Fixed Watch" enabled for primitives on the popup menu of popup table
Product: debugger Reporter: mienamoo
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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!