We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Open https://github.com/ia3andy/one-two-three-quarkus/blob/main/dashboard/src/main/resources/templates/Dashboard/controls.html
You will see false positive error:
It is because timeoutGame is a Java void method.
timeoutGame
When you hover this property part, null is displayed instead of void
//cc @ia3andy
The text was updated successfully, but these errors were encountered:
fix: Support for void in property part of Qute template
fa04350
Fixes redhat-developer#961 Signed-off-by: azerr <azerr@redhat.com>
d80f8cd
f99dff1
10705c0
0cafba7
angelozerr
Successfully merging a pull request may close this issue.
Open https://github.com/ia3andy/one-two-three-quarkus/blob/main/dashboard/src/main/resources/templates/Dashboard/controls.html
You will see false positive error:
It is because
timeoutGame
is a Java void method.When you hover this property part, null is displayed instead of void
//cc @ia3andy
The text was updated successfully, but these errors were encountered: