ENVY/QA User Guide
:
Code Critic
:
Method Reviews
:
Public/Private Inconsistency
Public/Private Inconsistency
Warns if a method is:
•
public in its class and private in its superclass
or
•
private in its class and public in its superclass
Review the methods and, if appropriate, make them consistent.
Last modified date: 05/19/2020
This site works best with JavaScript enabled