brandon1024/cortado.vim

bug: packages with same name as class

Closed this issue · 0 comments

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;