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

Possible fix for auto imports (issue #2996) #3019

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

Egor18
Copy link
Contributor

@Egor18 Egor18 commented Jun 13, 2019

fix #2996
As far as I understand from debugging, the problem is that when the binding of some unknown method in chain is null, it is not set to static by default (like for ProblemMethodBinding), which affects how ImportsScanner processes it.
So my workaround is to set static = true here as well.

@monperrus monperrus merged commit 341c242 into INRIA:master Jun 14, 2019
@monperrus
Copy link
Collaborator

Thanks a lot for the fix Egor.

@Egor18 Egor18 deleted the fixAutoImports branch June 15, 2019 19:34
@monperrus monperrus mentioned this pull request Jul 25, 2019
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.

auto import
2 participants