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 code hover and navigation for type annotations #1512

Closed
eric-milles opened this issue Sep 16, 2023 · 1 comment
Closed

Fix code hover and navigation for type annotations #1512

eric-milles opened this issue Sep 16, 2023 · 1 comment
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

eric-milles commented Sep 16, 2023

Consider the following:

@Target(TYPE_USE)
@interface Tag {}

@Tag class C<@Tag T extends @Tag Number> extends @Tag Object implements @Tag Serializeable {
  @Tag C(@Tag List<@Tag Object> list) {
  }
}

Code hover and navigation fails for most JSR 308 type annotations and any attributes.

@eric-milles
Copy link
Member Author

image

@eric-milles eric-milles added this to the v5.1.0 milestone Sep 18, 2023
eric-milles added a commit that referenced this issue Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant