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 128833

Summary: [Rename] Star import not renamed when remaming in files view
Product: java Reporter: Jiri Prox <jiriprox>
Component: RefactoringAssignee: issues@java <issues>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: msauer
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152192    

Description Jiri Prox 2008-02-29 14:33:57 UTC
Product Version: NetBeans IDE Dev (Build 20080229050512)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

Star import is not refactored when performing rename in files view.

Steps to reproduce:
1) have class Class1 in package org.pack1
2) have class Class2 in package org.pack2
3) in Class1 there is reference to Class2 and import org.pack2.*
4) switch to files view
5) rename org to com 

-> import is not updated
Comment 1 Daniel Prusa 2008-03-03 15:24:27 UTC
reproducible
Comment 2 Jiri Prox 2008-04-11 01:48:48 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Jan Becicka 2008-08-06 10:10:50 UTC
Some fine tunning needs to be done in MoveTransformer:125
Comment 4 Max Sauer 2009-02-25 14:42:09 UTC
No longer reproducible for me, could you please verify Jirko? Thanks moc.
Comment 5 Jiri Prox 2009-02-25 14:58:03 UTC
you're right it is not reporoducible any more