Bug in the Move refactoring.:

If a class explicitely imports a class in the same package (ie the com.foo.Bar class 
imports com.foo.Vector explicitely) if you move com.foo.Bar to com.nooFoo.Bar, then 
move 
the com.foo.Vector to com.nooFoo.Vector, the explicit import remains in the 
com.nooFoo.Bar as "import com.foo.Vector" which no longer exists.

-Brian McCallister



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to