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

False positive error with param name and user tag #1007

Conversation

angelozerr
Copy link
Contributor

False positive error with param name and user tag

Given this user tag src/main/resources/templates/tags/user.html

{name}

Given this Qute template which consume the user tag:

{@java.lang.String name}
{#user name}

name is reported as it error although it is valid.

This PR this issue.

@angelozerr angelozerr added bug Something isn't working qute template-file labels Oct 17, 2024
@angelozerr angelozerr added this to the 0.20.0 milestone Oct 17, 2024
@angelozerr angelozerr self-assigned this Oct 17, 2024
Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr force-pushed the false_positive_error_with_param_name branch from d0a3399 to 8c67360 Compare October 17, 2024 19:01
@angelozerr angelozerr merged commit 5ea83f1 into redhat-developer:master Oct 17, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute template-file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant