Skip to content

Commit

Permalink
Fix spacing problem in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oowekyala committed Aug 9, 2017
1 parent 4be56ab commit 319e697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmd-java/src/main/resources/rulesets/java/metrics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class Foo { // +1, total Ncss = 12
<description>
The NPath complexity of a method is the number of acyclic execution paths through that method.
While cyclomatic complexity counts the number of decision points in a method, NPath counts the number of
full paths from the beginning to the end oftheblock of the method. That metric grows exponentially, as
it multiplies the complexity of statements inthe same block. For more details on the calculation, see the
full paths from the beginning to the end of the block of the method. That metric grows exponentially, as
it multiplies the complexity of statements in the same block. For more details on the calculation, see the
documentation of the [NPath metric](/pmd_java_metrics_index.html#npath-complexity-npath).

A threshold of 200 is generally considered the point where measures should be taken to reduce
Expand Down

0 comments on commit 319e697

Please sign in to comment.