no message
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1394 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -15,6 +15,9 @@ method entry. The decision points are 'if', 'while', 'for', and 'case labels'.
|
|||||||
1-4 (low complexity) 5-7 (moderate complexity) 8-10 (high complexity) 10+ (very high complexity)
|
1-4 (low complexity) 5-7 (moderate complexity) 8-10 (high complexity) 10+ (very high complexity)
|
||||||
</description>
|
</description>
|
||||||
<priority>3</priority>
|
<priority>3</priority>
|
||||||
|
<properties>
|
||||||
|
<property name="reportLevel" value="1"/>
|
||||||
|
</properties>
|
||||||
<example>
|
<example>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
Cyclomatic Complexity = 12
|
Cyclomatic Complexity = 12
|
||||||
|
Reference in New Issue
Block a user