Inspectopedia
 
2024.3

Redundant empty primary constructor

Info
New
Last modified: 03 December 2024

Reports empty primary constructors when they are implicitly available anyway.

A primary constructor is redundant and can be safely omitted when it does not have any annotations or visibility modifiers. Use the 'Remove empty primary constructor' quick-fix to clean up the code.

Examples: