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 69655 - copying a bean in the inspector gives confusing name for PropertyChangeListener method
Summary: copying a bean in the inspector gives confusing name for PropertyChangeListen...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 21:43 UTC by johnstosh
Modified: 2005-11-30 21:43 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 johnstosh 2005-11-30 21:43:17 UTC
Copying a bean in the inspector gives confusing name for 
PropertyChangeListener method.

Say I have a panel with a bean named settle1 (obviously the class is Settle).
If I copy and paste that in the Inspector, then I get a settle2.
So far so good, but if there was a PropertyChangeListener on settle1 named 
settle1PropertyChange() then the creation of settle2 causes the creation of a 
PropertyChangeListener, which is great -- but it gets named 
settle1PropertyChange1() -- which is unfortunate.  Wouldn't you rather have it 
named settle2PropertyChange() ??