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

Jump to inner Java class from property doesn't work. #1256

Closed
angelozerr opened this issue Nov 7, 2023 · 0 comments · Fixed by #1257
Closed

Jump to inner Java class from property doesn't work. #1256

angelozerr opened this issue Nov 7, 2023 · 0 comments · Fixed by #1257
Assignees
Labels
bug Something isn't working quarkus Quarkus support
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Nov 7, 2023

Given this application.properties:

quarkus.native.resources.excludes[0]=foo

Try to do jump to Java method definition :

image

It doesn't Jump to the excludes method defined in inner Java class io.quarkus.deployment.pkg.NativeConfig$ResourcesConfig

[Trace - 11:01:01] Received request 'microprofile/propertyDocumentation - (34)'
Params: {
  "uri": "file:///C:/Users/azerr/IdeaProjects/code-with-quarkus-resources/src/main/resources/application.properties",
  "sourceType": "io.quarkus.deployment.pkg.NativeConfig$ResourcesConfig",
  "sourceMethod": "excludes()Ljava/util/Optional;",
  "documentFormat": 2
}

It is because the method is declared in an inner class which is not supported.

@angelozerr angelozerr added bug Something isn't working quarkus Quarkus support labels Nov 7, 2023
@angelozerr angelozerr self-assigned this Nov 7, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Nov 7, 2023
@angelozerr angelozerr moved this to 👀 In review in IDE Cloudaptors Nov 7, 2023
@angelozerr angelozerr added this to the 1.30.0 milestone Nov 7, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Nov 7, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue Nov 7, 2023
fbricon pushed a commit that referenced this issue Nov 7, 2023
Fixes #1256

Signed-off-by: azerr <azerr@redhat.com>
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quarkus Quarkus support
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant