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 172149 - [Refactoring] Renaming package does not update packages in classes
Summary: [Refactoring] Renaming package does not update packages in classes
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 10:17 UTC by Alexandr Scherbatiy
Modified: 2009-09-23 09:20 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 Alexandr Scherbatiy 2009-09-14 10:17:06 UTC
Steps to reproduce:

- Create 'a' package
- Crate 'A' class under the package

- Rename the 'a' package to 'b'

- Open the 'A' class

The 'A' class still contains 'a' package
------------------------------------------
package a;

public class A {

}
------------------------------------------
Comment 1 J Bachorik 2009-09-21 15:42:50 UTC
fixed in - http://hg.netbeans.org/javafx/rev/5f7cafce05d8
Comment 2 Alexandr Scherbatiy 2009-09-23 09:20:06 UTC
verified in netbeans-trunk-nightly-200909221401-javafx-full.zip