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 - Superfluous PropertyChangeListeners in the new API
Summary: Superfluous PropertyChangeListeners in the new API
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-11-26 16:31 UTC by Tomas Pavek
Modified: 2005-05-16 16:27 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...