- Code: V044
- Level: MAJOR
- Rule: New public constructor (does not match supertype)
A class for which a new public constructor is introduced with a different signature may break existing client code that instantiate the class using the supertype constructor parameters.
- [MAJOR] Makes incompatible API changes