Inspectopedia Help

JavaBeans issues

Class without constructor   New in this release

Reports classes without constructors.

Class without no-arg constructor   New in this release

Reports classes without a constructor that takes no arguments (i.e.

Field has setter but no getter   New in this release

Reports fields that have setter methods but no getter methods.

Property value set to itself   New in this release

Reports calls of setter methods with the same object getter as a value.

Suspicious getter/setter   New in this release

Reports getter or setter methods that access a field that is not expected by its name.

Last modified: 11 September 2024