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

bug: Package of unqualified type name in catch not marked as implicit #3799

Closed
slarse opened this issue Feb 18, 2021 · 0 comments · Fixed by #3800
Closed

bug: Package of unqualified type name in catch not marked as implicit #3799

slarse opened this issue Feb 18, 2021 · 0 comments · Fixed by #3800

Comments

@slarse
Copy link
Collaborator

slarse commented Feb 18, 2021

Given a try/catch like so:

try {
} catch (RuntimeException e) {
}

The package of the exception type is not marked as implicit. A side-effect of this is that the type name is printed fully qualified during pretty-printing, like so:

try {
} catch (java.lang.RuntimeException e) {
}

This is related to #3268, #3372, #3373

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 a pull request may close this issue.

1 participant