Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 318 Bytes

V057.md

File metadata and controls

15 lines (9 loc) · 318 Bytes

V057 - Trait private method added

  • Code: V057
  • Level: MAJOR
  • Rule: Trait private method added

Description

Adding a private method to a trait may enter in conflict with an existing method in the class using the trait.

  • [MAJOR] Makes incompatible API changes

Examples

Go back to ruleset