Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 370 Bytes

V013.md

File metadata and controls

15 lines (9 loc) · 370 Bytes

V013 - New protected constructor (does not match supertype)

  • Code: V013
  • Level: MAJOR
  • Rule: New protected constructor (does not match supertype)

Description

A class for which the constructor changes signature compared to its supertype will introduce breaking changes.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset