In Eclipse, After importing a project, the packages and subpackages somehow became renamed.
for example:
Original project package naming before import:
(default package)
foo.bar.dog
foo.bar.cat
foo.bar.horse
After Import:
net
net.foo.bar.dog
net.foo.bar.cat
net.foo.bar.horse
Right Click -> Refactor doesnt work. This issue is messing up the imports in all of my classes and it seems to much of a hassle to change the imports in 250+ classes.