Skip to content

Commit 37948d4

Browse files
authored
Update appcat7-interpret-report.md
1 parent 651e087 commit 37948d4

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/migrate/appcat/appcat7-interpret-report.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,25 @@ The application report consists of three sections:
3131

3232
:::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":::
3333
### 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|
3539

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|
3744

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":::
3946

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.
4249
- 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.
4350

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-
4751
:::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":::
4852

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-
5153
:::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":::
5254

5355
### Technologies

0 commit comments

Comments
 (0)