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 37540

Summary: Superfluous PropertyChangeListeners in the new API
Product: debugger Reporter: Tomas Pavek <tpavek>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker Keywords: API
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: TASK Exception Reporter:

Description Tomas Pavek 2003-11-26 16:31:44 UTC
It seems notifying about property changes is not
needed in classes where specialized notification
is available (special events and listeners), e.g.
in DebuggerManager and DebuggerEngine.
Comment 1 Martin Entlicher 2005-05-16 16:27:10 UTC
I agree. This looks really very strange.
But it's impossible to fix in a compatible way. There may be already many
clients depending on this...

Scheduling for future. If the API will be changed, this can be taken into account...