Toggle navigation
Error Prone
Bug Patterns
Docs
GitHub
UnescapedEntity
Javadoc is interpreted as HTML, so HTML entities such as &, <, > must be escaped. If this finding seems wrong (e.g. is within a @code or @literal tag), check whether the tag could be malformed and not recognised by the compiler.
Severity
WARNING