Pattern: Missing class constructor
Issue: -
Checks that classes (except abstract ones) define a constructor and don't rely on the default one.
To configure the check:
<module name="MissingCtor"/>
Pattern: Missing class constructor
Issue: -
Checks that classes (except abstract ones) define a constructor and don't rely on the default one.
To configure the check:
<module name="MissingCtor"/>