bug: packages with same name as class
Closed this issue · 0 comments
brandon1024 commented
The plugin will have issues if someone imports a class that has the same name as an intermediate package of another import. For example:
import ca.myexample.MyClass;
import ca.myexample.MyClass.InnerClass;