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

Enable organize imports for dependencies between generated contents #59

Open
maybeec opened this issue Nov 10, 2014 · 2 comments
Open

Comments

@maybeec
Copy link
Member

maybeec commented Nov 10, 2014

Currently, we observe the behavior, that "organize imports" does not cover importing dependencies of generated code within generated code.

As an example:
If you generate class1 and class2, where class1 depends on class2 and class1 does not generate any imports by template declaration, "organize imports" will not add an import of class2 within class1.

If you generate class1 and class2, where class1 depends on class2 and class1 generates the import declaration of class2 by template declaration, "organize imports" obviously will not remove the import of class2 within class1 as it is needed.

@hohwille
Copy link
Member

hohwille commented Aug 6, 2015

See also #153

@github-actions
Copy link

Stale topic. Please negotiate closing or discussing the relevance of this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants