Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 371 Bytes

MissingCtor.md

File metadata and controls

20 lines (11 loc) · 371 Bytes

Pattern: Missing class constructor

Issue: -

Description

Checks that classes (except abstract ones) define a constructor and don't rely on the default one.

Examples

To configure the check:

<module name="MissingCtor"/>

Further Reading