You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,17 +85,17 @@ A RefactorFirst report will show up in the site report when you run ```mvn site`
85
85
Care has been taken to use sensible defaults, though if you wish to override these defaults you can specify the following parameters.
86
86
Specify with -D if running on the command line. e.g. ```-DbackEdgeAnalysisCount=0 `DanalyzeCycles=false``` or in the configuration section (as in the above examples) if including in a Maven build.
87
87
88
-
|Option|Action|Default|
89
-
|------|------|-------|
90
-
|showDetails|Shows God Class metrics|false|
91
-
|backEdgeAnalysisCount|Number of back edges in a cycle to analyze. <br>If total number of back edges is greater than the value specified, it analyzes the number of minimum weight edges specified.<br>**If 0 is specified, all back edges will be analyzed**|50|
92
-
|analyzeCycles|Analyzes the 10 largest cycles (will be configurable in the future)|true|
93
-
|minifyHtml|Minifies the generated HTML report. Only available on ```htmlReport``` and ```simpleHtmlReport``` goals. May cause issues with large reports.|false|
94
-
|excludeTests|Exclude test classes from analysis|true|
95
-
|testSrcDirectory|Excludes classes containing this pattern from analysis|```src/test``` and ```src/test```|
96
-
|projectName|The name of your project to be displayed on the report|Your Maven project name|
97
-
|projectVersion|The version of your project to be displayed on the report|Your Maven project version|
98
-
|outputDirectory|The location the project report will be written|```${projectDir}/target/site/refactor-first-report.html```
|backEdgeAnalysisCount|Number of back edges in a cycle to analyze. <br>If total number of back edges is greater than the value specified, it analyzes the number of minimum weight edges specified.<br>**If 0 is specified, all back edges will be analyzed**| 50 |
92
+
|analyzeCycles|Analyzes the 10 largest cycles (will be configurable in the future)|true|
93
+
|minifyHtml|Minifies the generated HTML report. Only available on ```htmlReport``` and ```simpleHtmlReport``` goals. May cause issues with large reports.|false|
94
+
|excludeTests|Exclude test classes from analysis|true|
95
+
|testSrcDirectory|Excludes classes containing this pattern from analysis|```src/test``` and ```src\test```|
96
+
|projectName|The name of your project to be displayed on the report|Your Maven project name|
97
+
|projectVersion|The version of your project to be displayed on the report|Your Maven project version|
98
+
|outputDirectory|The location the project report will be written|```${projectDir}/target/site/refactor-first-report.html```
99
99
100
100
101
101
### Seeing Errors?
@@ -139,7 +139,7 @@ I would like to create a Gradle plugin and (possibly) support non-conventional p
0 commit comments