Inspectopedia
 
2024.3

HTML problems in Javadoc (DocLint)

Error
New
Last modified: 03 December 2024

Reports the same HTML issues in the Javadoc comments that have been reported by DocLint since Java 8.

The inspection detects the following issues:

  • Self-closed, unclosed, unknown, misplaced, or empty tag

  • Unknown or wrong attribute

  • Misplaced text

Example: