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

Summary: [Refactoring] Renaming package does not update packages in classes
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: UnsupportedAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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