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 53753 - Simplify method parameter changes notification
Summary: Simplify method parameter changes notification
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 14:40 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2005-01-20 14:40:56 UTC
If you want to listen to method's signature
changes you have to add a listener to particular
CallableFeature object and also to all of its
parameters. Just then you are aware of all
important changes connected with parameters.

IMO the event model of CallableFeature deserves
simplification.

The change of parameter's type should result in an
attribute event on the related method. It would
save all these registrations of the listener to
existing parameters in most cases.
Comment 1 Jan Becicka 2006-10-26 16:27:28 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 2 Quality Engineering 2007-09-20 10:46:14 UTC
Reorganization of java component