Issue
I noticed what whenever I go to make a subpackage in another package, it will just rename the previous package unless there's already a .java file in it. How do I fix that?
Secondly, I just imported my repositories from BitBucket so that I can work on my plugins from my laptop. However, the import completely ignored all subpackaging, making a bunch of similarly-named packages. How do I fix that, too?
Solution
This sounds like an eclipse setup issue - you simply need to change the package display to Hierarchical, rather than flat.
In the package explorer, select the menu (the little triangle), then select Package Presentation
, and then Hierarchical
.
Hopefully this shows you what you're looking for.
Answered By - Crollster
Answer Checked By - David Marino (JavaFixing Volunteer)