diff --git a/docs/cli-guide/master.adoc b/docs/cli-guide/master.adoc index 0c9b41d6..e9bff958 100644 --- a/docs/cli-guide/master.adoc +++ b/docs/cli-guide/master.adoc @@ -95,6 +95,9 @@ include::topics/mta-cli-analyze-unsupported-provider.adoc[leveloffset=+3] // Review the Reports include::topics/mta-review-reports.adoc[leveloffset=+1] +// Issues with reports +include::topics/issues-with-report.adoc[leveloffset=+2] + // Export the Report in CSV Format // include::topics/csv-export.adoc[leveloffset=+1] diff --git a/docs/topics/issues-with-report.adoc b/docs/topics/issues-with-report.adoc new file mode 100644 index 00000000..f82f2470 --- /dev/null +++ b/docs/topics/issues-with-report.adoc @@ -0,0 +1,12 @@ +// Module included in the following assemblies: +// +// * docs/cli-guide/master.adoc + +:_content-type: CONCEPT +[id="issues-with-report_{context}"] += Issues with reports + +Analysis precision is lower when the project cannot be built for whatever reasons. This lowering of precision can be caused by several factors: + +* The lack of a proper build file, such as, a `pom.xml` or `build.gradle` file. For example, running {ProductFullName} on a project with an inaccessible parent `pom.xml` file may not result in a full analysis. +* Compilation errors of one form or another. diff --git a/docs/web-console-guide/master.adoc b/docs/web-console-guide/master.adoc index 5798c235..f97e8556 100644 --- a/docs/web-console-guide/master.adoc +++ b/docs/web-console-guide/master.adoc @@ -197,6 +197,10 @@ include::topics/mta-web-assessing-apps.adoc[leveloffset=+2] include::topics/mta-web-reviewing-apps.adoc[leveloffset=+2] //include::topics/mta-web-review-tab.adoc[leveloffset=+3] include::topics/mta-web-viewing-an-assessment-report.adoc[leveloffset=+2] + +// Issues with reports +include::topics/issues-with-report.adoc[leveloffset=+3] + //include::topics/mta-web-run-assessment.adoc[leveloffset=+4] // include::topics/mta-web-skipping-assessment-of-apps.adoc[leveloffset=+3]