Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

ControlCouplingCheck

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.

Applies to

  • methods