Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

What is RFC?

RFC stands for Response For Class. RFC measures the complexity of the class in terms of method calls.

For each class, it counts:

  • +1 for each method
  • +1 for each call of a distinct method (note that getters and setters are not considered as methods)

Example:

How to Hunt for Bad RFC?

Add the Chidamber & Kemerer widget on your dashboard:

and drill down.

 
Labels
  • None