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 - refactoring package name - does not update import statements
Summary: refactoring package name - does not update import statements
Status: RESOLVED DUPLICATE of bug 128830
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 01:52 UTC by shche123
Modified: 2009-06-08 15:09 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 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 ***