Skip to content

Commit

Permalink
For #452: added puzzle for improving report selection
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Apr 22, 2020
1 parent 9243ca8 commit ce8c53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/jpeek/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ public App(final Path source, final Path target,
/**
* Analyze sources.
* @throws IOException If fails
* @todo #452:30min Extract report building
* Analyze method is too big. We need to extract report building from
* here and use a map instead of if statements se we can make
* easier to add and remove metrics from execution.
*/
@SuppressWarnings({
"PMD.ExcessiveMethodLength",
Expand Down

0 comments on commit ce8c53b

Please sign in to comment.