Skip to content

Commit

Permalink
#85 LCOM numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2018
1 parent c43295e commit 8e6420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jpeek/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void analyze() throws IOException {
final XML skeleton = new Skeleton(base).xml();
this.save(skeleton.toString(), "skeleton.xml");
final Iterable<Report> reports = new ListOf<>(
new Report(skeleton, "LCOM", 5.0d, -5.0d)
new Report(skeleton, "LCOM", 25.0d, -10.0d)
);
new IoCheckedScalar<>(
new AndInThreads(
Expand Down

0 comments on commit 8e6420c

Please sign in to comment.