Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Checkstyle Reporter: message is not allowed to contain < #968

Closed
fabb opened this issue Dec 12, 2016 · 1 comment
Closed

Checkstyle Reporter: message is not allowed to contain < #968

fabb opened this issue Dec 12, 2016 · 1 comment
Labels
bug Unexpected and reproducible misbehavior.

Comments

@fabb
Copy link
Contributor

fabb commented Dec 12, 2016

Example output:

<error line="28" column="18" severity="warning" message="Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>"/>

This seems not to be valid xml, QuickBuild or xml validators complain like this about it:

java.lang.RuntimeException: org.dom4j.DocumentException: Error on line 4 of document : The value of attribute "message" associated with an element type "error" must not contain the '<' character. Nested exception: The value of attribute "message" associated with an element type "error" must not contain the '<' character.
@marcelofabri marcelofabri added the bug Unexpected and reproducible misbehavior. label Dec 12, 2016
@marcelofabri
Copy link
Collaborator

Fixed in #979

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

No branches or pull requests

2 participants