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: fully comply with the contract of CtScannerTest#testScannerCallsAllProperties #1870

Merged
merged 4 commits into from
Feb 19, 2018

Conversation

monperrus
Copy link
Collaborator

all comments are actually scanned. only in references, there is no scan of comments, but this is normal, since references cannot be documented.

fix #1712

@@ -37,15 +29,15 @@
*/
// autogenerated by CtBiScannerGenerator
public class CtBiScannerDefault extends spoon.reflect.visitor.CtAbstractBiScanner {
protected Deque<CtElement> stack = new ArrayDeque<>();
protected java.util.Deque<spoon.reflect.declaration.CtElement> stack = new java.util.ArrayDeque<>();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it correct that current generator produces fully qualified names here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the BiScanner generator does not use autoimport

@pvojtechovsky
Copy link
Collaborator

Thank You for solving this issue!

@pvojtechovsky pvojtechovsky merged commit 95db8b7 into INRIA:master Feb 19, 2018
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.

CtScanner doesn't scan all comments.
2 participants