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
quarkus-ls/qute.jdt/com.redhat.qute.jdt/src/main/java/com/redhat/qute/jdt/internal/java/AbstractQuteTemplateLinkCollector.java
Line 259 in 8a52980
Only the last part of the field class name is used, there is a constant in QuteConstants for the whole class name
The text was updated successfully, but these errors were encountered:
Yup! This looks like a bug. We need to check that the type matches io.quarkus.qute.Template, not just Template.
io.quarkus.qute.Template
Template
Would be good to confirm that if one defines their own type, com.example.Template, and annotates it with @Location, that it leads to bad behaviour.
com.example.Template
@Location
Sorry, something went wrong.
JessicaJHee
Successfully merging a pull request may close this issue.
quarkus-ls/qute.jdt/com.redhat.qute.jdt/src/main/java/com/redhat/qute/jdt/internal/java/AbstractQuteTemplateLinkCollector.java
Line 259 in 8a52980
Only the last part of the field class name is used, there is a constant in QuteConstants for the whole class name
The text was updated successfully, but these errors were encountered: