Skip to content

Commit 0ee750c

Browse files
author
Mariya Pershina
committed
added modules
1 parent 52a2ef9 commit 0ee750c

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
:_newdoc-version: 2.18.5
2+
:_template-generated: 2025-06-16
3+
:_mod-docs-content-type: PROCEDURE
4+
5+
[id="accessing-analysis-report_{context}"]
6+
= Accessing an analysis report
7+
8+
When you run an application analysis, a report is generated in the output directory that you specify by using the `--output` argument in the command line.
9+
10+
.Procedure
11+
12+
* Copy the path of the `index.html` file from the analysis output and paste it in a browser of your choice:
13+
+
14+
[subs="+quotes"]
15+
----
16+
Report created: _<output_report_directory>_/index.html
17+
Access it at this URL: file:///_<output_report_directory>_/index.html
18+
----
19+
+
20+
Alternatively, press *Ctrl* and click on the path of the `index.html` file.
21+
22+
23+
24+
25+
[role="_additional-resources"]
26+
.Additional resources
27+
* xref:running-cli[Running the CLI]
28+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
:_newdoc-version: 2.18.5
2+
:_template-generated: 2025-06-16
3+
:_mod-docs-content-type: REFERENCE
4+
5+
[id="analysis-report-sections_{context}"]
6+
= Analysis report sections
7+
8+
The following are sections of the analysis report that you can review after an application analysis is complete. These sections contain additional details about the migration of an application.
9+
10+
NOTE: You can only review the report applicable to the current application.
11+
12+
:FeatureName: Insights
13+
include::snippets/technology-preview-admonition.adoc[]
14+
15+
16+
17+
.Analysis report sections
18+
[options="header"]
19+
|====
20+
|Section|Description
21+
|Dashboard|An overview of the incidents and total story points sorted by category.
22+
|Issues|A concise summary of all issues and their details that require attention.
23+
|Dependencies|All Java-packaged dependencies found within the application.
24+
|Technologies|All embedded libraries grouped by functionality. Use this report to display the technologies used in each application.
25+
|Insights|Information about a violation generated by a rule with zero effort. Issues are generated by general rules, whereas string tags are generated by tagging rules. String tags indicate the presence of a technology but do not show the code location. Insights contain the information about the technologies used in the application and their usage in the code.
26+
27+
Insights do not impact the migration. For example, a rule searching for deprecated API usage in the code that does not impact the current migration but can be tracked and fixed when needed in the future.
28+
29+
Unlike issues, insights do not need to be fixed for a successful migration. They are generated by any rule that does not have a positive effort value and category assigned. They might have a message and tag.
30+
|====
31+
32+

0 commit comments

Comments
 (0)