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

fix(#1320): Improve ImportScanner mechanism to support collision with java.lang #1321

Merged
merged 4 commits into from
May 23, 2017

Conversation

surli
Copy link
Collaborator

@surli surli commented May 23, 2017

Improve ImportScanner to fix collision with java.lang when a variable is called java. The entire mechanism has also been improved to import types instead of fields/executable when possible which explains the changes in some tests (import static spoon.Launcher.SPOONED_CLASSES; replaced to import spoon.Launcher).

@monperrus monperrus merged commit 08151bd into INRIA:master May 23, 2017
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

Successfully merging this pull request may close these issues.

2 participants