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 209783

Summary: API for changing enabled state of a Watch
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 209787    
Attachments: The API change with a test and associated changes in debugger modules.

Description Martin Entlicher 2012-03-20 11:32:41 UTC
As requested in issue #207909, it should be possible to enable or disable a watch.
New methods Watch.setEnabled(boolean) and Watch.isEnabled() are necessary to provide programmatic access.
Comment 1 Martin Entlicher 2012-03-20 12:01:39 UTC
Created attachment 116915 [details]
The API change with a test and associated changes in debugger modules.
Comment 2 Martin Entlicher 2012-03-20 12:03:03 UTC
Please review this simple API addition.
Comment 3 Martin Entlicher 2012-03-26 12:23:06 UTC
If there are no objections, I'm going to push this change tomorrow. Thanks.
Comment 4 Martin Entlicher 2012-03-27 09:20:13 UTC
API change pushed as changeset:   216611:687c66fba663
http://hg.netbeans.org/main/rev/687c66fba663