Inspectopedia Help

JavaBeans issues

Class without constructor  

Reports classes without constructors.

Class without no-arg constructor  

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

Field has setter but no getter  

Reports fields that have setter methods but no getter methods.

Property value set to itself  

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

Suspicious getter/setter  

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

Last modified: 18 June 2024