Skip to content

Commit

Permalink
(cqfn#215) LCOM4 static fields are now called by FQN (pdd formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakharlamov committed Jan 25, 2019
1 parent 4ae3d32 commit 65f399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jpeek/metrics/Lcom4Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class Lcom4Test {
* - methodFive does not use 'num' (this is an orphan method, ignored)
* Therefore the number of disjoint sets (LCOM4) should be 1
* since all the methods use the same num field.
* @todo #215:30min LCOM4: Graph algorithm to determine disjoint sets.
* @todo #215:30min LCOM4: Graph algorithm to determine disjoint sets.
* Currently we can only identify the dependencies via only one graph hop
* so we can't trace methodFour that uses 'num' indirectly
* via methodTwo and methodOne.
Expand Down

0 comments on commit 65f399d

Please sign in to comment.