-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
DefaultJavaPrettyPrinter.visitCtThisAccess #826
Comments
if it's a bug, could you provide us with a failing test case? thanks. |
Hi @leventov , any news on this? is this really a bug? |
@monperrus probably I can pay some time for this, as well as other issues I've reported, next weekend. |
OK, thanks. |
ping @leventov |
@monperrus please don't wait for issues opened by me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it shouldn't rely on getTarget().isImplicit() when printing this qualifier, because classes could be moved around, and Implicit flag is usually not modified.
Such implementation work better for me, probably it should be adapted for DefaultJavaPrettyPrinter itself (+ corner cases, which I omitted in my code because not the case for me):
The text was updated successfully, but these errors were encountered: