0

I am new to PMD tool with Maven, I have to define rules for some Cyclic Complexity, Fan Out Complexity, and Depth in method.

I found solution for Cyclic Complexity, and Depth in method but i am not able to find direct rule class for Fan Out Complexity, please give me suggestion to achieve it.

jakub.g
  • 38,512
  • 12
  • 92
  • 130
Sun
  • 3,444
  • 7
  • 53
  • 83

1 Answers1

0

Since you added the tag to your question, you might be interested to know that there is a fan out complexity check for Checkstyle. For PMD, I wouldn't know of such a check.

barfuin
  • 16,865
  • 10
  • 85
  • 132