Skip to content

Commit

Permalink
(#124) Fix OneMethodCreatesLambda for LCOM5
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 20, 2018
1 parent 1465986 commit 410f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jpeek/MetricsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static Collection<Object[]> targets() {
new Object[] {"NoMethods", "LCOM5", Double.NaN},
new Object[] {"WithoutAttributes", "LCOM5", Double.NaN},
new Object[] {"OneVoidMethodWithoutParams", "LCOM5", 1.0d},
new Object[] {"OneMethodCreatesLambda", "LCOM5", Double.NaN},
new Object[] {"OneMethodCreatesLambda", "LCOM5", 1.5d},
new Object[] {"Bar", "NHD", 0.4d},
new Object[] {"Foo", "NHD", 0.3333d},
new Object[] {"MethodsWithDiffParamTypes", "NHD", 0.7143d},
Expand Down

0 comments on commit 410f356

Please sign in to comment.