-
-
Notifications
You must be signed in to change notification settings - Fork 352
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 bugs in ImportScannerImpl #596
Fix bugs in ImportScannerImpl #596
Conversation
Can you add a test case? |
Ok, will do. .. While doing this I found another bug, in the meantime, could you please explain why you added |
|
113e91d
to
e39c74a
Compare
@GerardPaligot I don't understand your explaination, please check this PR again, I think the test case shows why this call shouldn't be there. |
a0ab6b2
to
52e6489
Compare
&& reference.getDeclaringType().getDeclaringType() == null) { | ||
addImport(reference.getDeclaringType()); | ||
// constructor call | ||
if (reference.getSimpleName().equals("<init>")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
52e6489
to
f999022
Compare
f999022
to
538a705
Compare
Ok I finally made this PR to pass all tests, please review again |
No description provided.