-
-
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
review: feature: CtElement#getRoleInParent() #1669
Conversation
Looks super promising. I'd propose to call the new method |
What about |
a760a21
to
d0db651
Compare
getRoleInParent is OK |
d0db651
to
800ce51
Compare
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171031.203734-134 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 1. Change 1
|
@monperrus ? |
Strange. This assertion/commit was verified in PR and in master (https://github.com/INRIA/spoon/commits/master). |
The scanner behaves well, but this PR contains fix of CtVariableAccessImpl#getVariable(), which causes that spoon model is bigger (no information is lost, because of bug) and therefore scanner founds more nodes. I made a test and fix for that bug #1684 |
800ce51
to
39d48cb
Compare
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171101.192517-136 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 1. Change 1
|
The implementation is so elegant now! |
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171101.192517-136 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 1. Change 1
|
implements #1658