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 205682 - Refactor does not refactor annotations or the location of the bundle file
Summary: Refactor does not refactor annotations or the location of the bundle file
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 01:07 UTC by bubergeson
Modified: 2011-12-07 17:42 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 bubergeson 2011-11-30 01:07:00 UTC
Product Version = NetBeans IDE 7.1 Beta (Build 201109252201)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

I create an action within a package.  Afterwards I decide to change the name of the action class so I rename it using refactor.  The Refactor does not update the annotations of that class with the name.

If I move a topComponent using refactor to a different package, having first moved the bundle.properties file to that target package, the code produced by the gui builder does not get updated to point to the correct bundles file that should be in the same new package as the topComponent.