Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

V019.md

File metadata and controls

15 lines (9 loc) · 340 Bytes

V019 - Class public property added

  • Code: V019
  • Level: MAJOR
  • Rule: Class public property added

Description

The addition of a public property to a class may enter in conflict with subclasses that may contain a property with the same name.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset