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 180695

Summary: Add PROP_CLASSES_FIXED to JPDADebugger
Product: debugger Reporter: Daniel Prusa <dprusa>
Component: JavaAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed API change

Description Daniel Prusa 2010-02-14 08:09:21 UTC
This API change is very simple, one property is required to be added to JPDADebugger.

The reason of the change is that "classes fixed" event must be fired so that the event can be correctly handled in modules like debugger.jpda.ui
For example, CodeEvaluator needs to update editor context when Aply Code Changes action has been performed.
Comment 1 Daniel Prusa 2010-02-14 08:14:47 UTC
Created attachment 94141 [details]
Proposed API change
Comment 2 Daniel Prusa 2010-02-21 05:40:45 UTC
API change commited.
http://hg.netbeans.org/main/rev/e0d79f73a287
Comment 3 Quality Engineering 2010-02-21 22:28:48 UTC
Integrated into 'main-golden', will be available in build *201002220200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e0d79f73a287
User: Daniel Prusa <dprusa@netbeans.org>
Log: #180695: Property PROP_CLASSES_FIXED added