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

Incorrect imports for nested classes when using company autocompletion #279

Open
amol-mandhane opened this issue Jun 30, 2016 · 1 comment

Comments

@amol-mandhane
Copy link

Suppose I have a class like following

package com.example;

class OuterClass {
  class InnerClass {
  }
}

The correct import for this should be import com.example.OuterClass.InnerClass;. When I am using auto-complete, it works perfectly. But when I am using company for completion, the automatically added import is import com.example.InnerClass;.

@nloyola
Copy link

nloyola commented Jul 1, 2016

Development for this repository has moved to emacs-eclim/emacs-eclim. Please submit your issue there.

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

2 participants