Skip to content

Commit

Permalink
resolution of issue cqfn#461.
Browse files Browse the repository at this point in the history
Extracted part of App.analyze method, which responsible for building report into separate method App.buildReport.
To make code simplier, added enum that represents Metrics and their meta-information.
  • Loading branch information
starkda committed Mar 5, 2024
1 parent fe973df commit 11098d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jpeek/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public final class App {

/**
* Ctor.
*
* @param source Source directory
* @param target Target dir
*/
Expand Down

0 comments on commit 11098d8

Please sign in to comment.