redhat-developer / redhat-developer/quarkus-ls
Qute parser doesn't infer method call result type `{inject:flash.get('name')}`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
As seen in https://github.com/ia3andy/renotes/blob/web-bundler/src/main/resources/templates/Notes/notes.html#L58 and
https://github.com/ia3andy/renotes/blob/web-bundler/src/main/resources/templates/Notes/notes.html#LL66C29-L66C132
@ia3andy's renotes app ( NO LONGER NECESSARYweb-bundler branch) requires Quarkus Web Bundler to first be cloned and built locally (mvn install -DskipTests)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the linked renotes templates, especially the expressions around lines 58 and 66 in Notes/notes.html. Trace the Qute parser's handling of the method-call result in {inject:flash.get('name')} and verify that it infers the result type correctly; the issue does not name a source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100