Skip to content

false-positive for it parameter in Qute template #1001

@datho7561

Description

@datho7561

See https://github.com/FroMage/quarkus-renarde-todo/blob/main/src/main/resources/templates/tags/user.html

The validator treats it as a java.lang.Object, so it marks all the method invocations as errors.

It makes more sense to skip validating method invocations and field accesses on this object, since its actual type is not know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions