Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing package hierarchy / levels doesn't work #2

Open
9ert opened this issue Sep 19, 2012 · 0 comments
Open

Changing package hierarchy / levels doesn't work #2

9ert opened this issue Sep 19, 2012 · 0 comments

Comments

@9ert
Copy link

9ert commented Sep 19, 2012

When you try to change the package hierarchy / level of a class, it looks like the imports in other classes are not updated / corrected.

If you for example want to flatten a package hierarchy by removing in the following case the 'module' path:

module.printer -> printer

The printer.class seems to be updated properly ('package module' will be removed etc), the imports in other classes will still refer to the old package path though:

import module.printer;

Introducing a new package level has the same effect.

P.s. great work though so far (unfortunately didn't manage to fix it myself)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant