Skip to content

Changing package hierarchy / levels doesn't work #2

@9ert

Description

@9ert

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)!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions