diff --git a/docs/topics/access-report.adoc b/docs/topics/access-report.adoc index 1b223b95..4e378edf 100644 --- a/docs/topics/access-report.adoc +++ b/docs/topics/access-report.adoc @@ -12,12 +12,12 @@ The output directory contains the following files and subdirectories: ---- / -├── index.html // Landing page for the report -├── .csv // Optional export of data in CSV format -├── archives/ // Archives extracted from the application -├── mavenized/ // Optional Maven project structure -├── reports/ // Generated HTML reports -├── stats/ // Performance statistics +├── analysis.log +├── dependencies.yaml // Dependencies analysis output +├── output.yaml // Analysis output +├── shim.log // `windup-shim` log (the technology that translates XML into YAML rules. +├── static-report // Folder that contains the static files of the report. The report is viewed by opening the `index.html` file that this folder contains. +└── static-report.log ---- .Procedure diff --git a/docs/topics/images/3-3-dashboard.png b/docs/topics/images/3-3-dashboard.png index 97988b0c..8e44bc45 100644 Binary files a/docs/topics/images/3-3-dashboard.png and b/docs/topics/images/3-3-dashboard.png differ diff --git a/docs/topics/images/3-4-issues-report.png b/docs/topics/images/3-4-issues-report.png index 02c048cc..e08f8ce7 100644 Binary files a/docs/topics/images/3-4-issues-report.png and b/docs/topics/images/3-4-issues-report.png differ diff --git a/docs/topics/images/3-5-expanded-issue.png b/docs/topics/images/3-5-expanded-issue.png index 549edeb1..88ab3fc7 100644 Binary files a/docs/topics/images/3-5-expanded-issue.png and b/docs/topics/images/3-5-expanded-issue.png differ diff --git a/docs/topics/images/3-8-technologies-in-application.png b/docs/topics/images/3-8-technologies-in-application.png index eca9d18c..50d529a9 100644 Binary files a/docs/topics/images/3-8-technologies-in-application.png and b/docs/topics/images/3-8-technologies-in-application.png differ diff --git a/docs/topics/mta-review-reports.adoc b/docs/topics/mta-review-reports.adoc index 4809756c..d00caa6c 100644 --- a/docs/topics/mta-review-reports.adoc +++ b/docs/topics/mta-review-reports.adoc @@ -15,6 +15,7 @@ NOTE: The incidents and estimated story points change as new rules are added to The following table lists all of the reports and pages that can be accessed from this main {ProductShortName} landing page. Click the name of the application, *jee-example-app-1.0.0.ear*, to view the application report. +// please can I ask for a QE validation [cols="30%,70%", options="header"] |==== | Page @@ -77,44 +78,6 @@ The top navigation bar lists the various reports that contain additional details | Dependencies | Displays all Java-packaged dependencies found within the application. - -| Unparsable -| Shows all files that {ProductShortName} could not parse in the expected format. For instance, a file with a `.xml` or `.wsdl` suffix is assumed to be an XML file. If the XML parser fails, the issue is reported here and also where the individual file is listed. - -| Remote services -| Displays all remote services references that were found within the application. - -| EJBs -| Contains a list of EJBs found within the application. - -| JBPM -| Contains all of the JBPM-related resources that were discovered during analysis. - -| JPA -| Contains details on all JPA-related resources that were found in the application. - -| Hibernate -| Contains details on all Hibernate-related resources that were found in the application. - -| Server resources -| Displays all server resources (for example, JNDI resources) in the input application. - -| Spring Beans -| Contains a list of Spring Beans found during the analysis. - -| Hard-coded IP addresses -| Provides a list of all hard-coded IP addresses that were found in the application. - -| Ignored files -ifdef::cli-guide[] -| Lists the files found in the application that, based on certain rules and {ProductShortName} configuration, were not processed. See the `--userIgnorePath` option for more information. -endif::[] -ifdef::maven-guide[] -| Lists the files found in the application that, based on certain rules and {ProductShortName} configuration, were not processed. See the `userIgnorePath` option for more information. -endif::[] - -| About -| Describes the current version of {ProductShortName} and provides helpful links for further assistance. |==== [id="issues-report_{context}"]