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 68267 - [50cat] Rename refactoring should rename bean getter/setter according to the changed name
Summary: [50cat] Rename refactoring should rename bean getter/setter according to the ...
Status: RESOLVED DUPLICATE of bug 49485
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: PC Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 11:31 UTC by vanob
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2005-11-08 11:31:02 UTC
[ BUILD # : 200511071900 ]
[ JDK VERSION : 1.5.0_05 ]

1. Create some class MyClass
2. Create some property myProperty
3. Do Ecnapsulate Field Refactoring. It will create
setMyProperty,getMyProperty methods.
4. Now do Rename refactoring on myProperty and change its name to property
5. After refactoring the code compiles fine, but 
Bean pattern is broken because method setMyProperty
is not renamed to setProperty.
Comment 1 Jan Becicka 2005-11-09 09:41:32 UTC
Duplicate of issue 49485 and issue 6986

*** This issue has been marked as a duplicate of 49485 ***