Inspectopedia
 
2024.3

Missing Javadoc

Warning
New
Last modified: 03 December 2024

Reports missing Javadoc comments and tags.

Example:

The quick-fixes add missing tag or missing Javadoc comment:

Inspection can be configured to ignore deprecated elements or simple accessor methods like getField() or setField().

You can also use options below to configure required tags and minimal required visibility for the specific code elements like method, field, class, package, module.