This rule is defined by the following XPath expression:
//ClassOrInterfaceDeclaration/ClassOrInterfaceBody [ count(descendant::MethodDeclarator[ not ( starts-with(@Image,'get') or starts-with(@Image,'set') ) ]) > $maxmethods ]
This rule has the following properties:
Name | Default value | Description |
---|---|---|
maxmethods | 10 | The method count reporting threshold |