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 166518

Summary: refactoring package name - does not update import statements
Product: java Reporter: shche123 <shche123>
Component: ProjectAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description shche123 2009-06-04 01:52:06 UTC
refactoring package name - does not update import statements

com.pack.pack1
com.pack.pack2

when refactoring pack to pack0, import statement in pack2 class referencing a class in pack1 does not get updated.

Thanks
Comment 1 shche123 2009-06-04 19:28:56 UTC
just noticed, that it might be that the fully qualified import statements do get refactored, but the ones that end with
an '*' do not...
Comment 2 Jiri Prox 2009-06-08 15:09:02 UTC
This is already reported. Some improvements in indexing must be done before this can be fixed.

Thanks for your report anyway

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