Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 345 Bytes

V007.md

File metadata and controls

15 lines (9 loc) · 345 Bytes

V007 - Class protected method removed

  • Code: V007
  • Level: MAJOR
  • Rule: Class protected method removed

Description

Class inheriting from a class for which a protected method was removed may end up not working anymore if they called this method.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset