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.