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
Copy file name to clipboardExpand all lines: articles/migrate/appcat/appcat7-interpret-report.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,23 +31,25 @@ The application report consists of three sections:
31
31
32
32
:::image type="content" source="media/java/appcat-7-report-app.png" alt-text="app view of the AppCAT assessment report." lightbox="media/java/appcat-7-report-app.png":::
33
33
### Issues
34
-
Access this report by clicking the Issues tab. It provides a categorized issue list of various aspects of Azure readiness, cloud native, and Java modernization that you need to address to successfully migrate the application to Azure.
34
+
Access this report by clicking the Issues tab. It provides a categorized issue list of various aspects of Azure readiness, cloud native, and Java modernization that you need to address to successfully migrate the application to Azure. Learn more about domains and criticality via below sections.
35
+
|Domain|Description|
36
+
|Azure readiness|Identifies app dependencies and suggests equivalent Azure solutions|
37
+
|cloud native|Assesses how well the app follows cloud-native practices like scalability and containerization|
38
+
|Java modernization|Identifies JDK and framework issues for version upgrade|
35
39
36
-
:::image type="content" source="media/java/appcat-7-report-issues.png" alt-text="issues of the AppCAT assessment report." lightbox="media/java/appcat-7-report-issues.png":::
40
+
|Criticality|Description|
41
+
|Mandatory|Issues that must be fixed for migration to Azure|
42
+
|Potential|Issues that might impact migration and need review|
43
+
|Optional|Low-impact issues; fixing them is recommended but optional|
37
44
38
-
Each Issue is categorized by severity - Mandatory, Optional, or Potential - and includes the number of impacted lines of code.
45
+
:::image type="content" source="media/java/appcat-7-report-issues.png" alt-text="issues of the AppCAT assessment report." lightbox="media/java/appcat-7-report-issues.png":::
39
46
40
-
Each reported issue can be expanded, by clicking on the title, to obtain additional details. The following information is provided.
41
-
- A list of files where the incidents occurred, along with the number of incidents within each file. If the file is a Java source file, then clicking the filename will direct you to the corresponding Source report.
47
+
Each reported issue can be expanded, by clicking on the title, to obtain additional details. The following information is provided:
48
+
- A list of files where the incidents occurred, along with the number of code lines impacted. If the file is a Java source file, then clicking the filename will direct you to the corresponding Source report.
42
49
- A detailed description of the issue. This description outlines the problem, provides any known solutions, and references supporting documentation regarding either the issue or resolution.
43
50
44
-
45
-
For each issue, you can get more information (the issue detail, the content of the rule, and so on) just by selecting it. You also get the list of all the files affected by this issue.
46
-
47
51
:::image type="content" source="media/java/appcat-7-report-issue-detail.png" alt-text="issue detail of the AppCAT assessment report." lightbox="media/java/appcat-7-report-issue-detail.png":::
48
52
49
-
Then, for each file or class affected by the issue, you can jump into the source code to highlight the line of code that created the issue.
50
-
51
53
:::image type="content" source="media/java/appcat-7-report-issue-code.png" alt-text="issue code of the AppCAT issue code report." lightbox="media/java/appcat-7-report-issue-code.png":::
0 commit comments