You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
simplabs edited this page Aug 13, 2010
·
1 revision
This check reports methods that check the value of a parameter to decide which execution path to take. Control Coupling introduces a dependency between the caller and the callee. Any changes to the possible values of the parameter must be reflected at the caller side as well as at the called method.