Skip to content

Commit 5baea29

Browse files
committed
update report sections
1 parent 8f58efb commit 5baea29

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,11 @@ In the **samples** directory, you can find the following scripts to run differen
300300

301301
These scripts are intended to be used with the Airsonic-Advanced project — a community-driven, web-based media streamer that allows you to access and share your music collection.
302302
You can clone the application repository manually using the following command:
303+
303304
```sh
304305
git clone https://github.com/airsonic-advanced/airsonic-advanced.git
305306
```
307+
306308
After cloning, provide the path to the cloned folder when running the assessment scripts. Depending on your operating system, run the appropriate script, as shown in the following example:
307309

308310
> [!NOTE]
@@ -326,25 +328,19 @@ The reports are automatically generated and launched. You can find the reports u
326328

327329
### Summary of the analysis
328330

329-
The landing page of the report lists all the analyzed applications and its detected issues numbers. After you select an individual application, it will show you more details.
330-
331-
It will show a issue list by different issue domains: Azure Readiness, Cloud Native, and Java Modernization.
332-
333-
that are used in the application. The dashboard provides a summary of the analysis, including the number of transformation incidents, the incidents categories, or the story points.
331+
The landing page of the report presents a summary view of all analyzed applications. From here, you can easily navigate to individual application reports to explore detailed findings.
334332

335333
:::image type="content" source="media/java/appcat-7-report-summary.png" alt-text="Screenshot of the appcat summary report." lightbox="media/java/appcat-7-report-summary.png":::
336334

337-
When you zoom in on the **Incidents by Category** pie chart, you can see the number of incidents by category: **Mandatory**, **Optional**, and **Potential**.
338-
339-
The dashboard also shows the *story points*. The story points are an abstract metric commonly used in Agile software development to estimate the level of effort needed to implement a feature or change. `appcat` uses story points to express the level of effort needed to migrate a particular application. Story points don't necessarily translate to work hours, but the value should be consistent across tasks.
340-
341-
:::image type="content" source="media/java/appcat-7-report-summary-incident.png" alt-text="Screenshot of the AppCAT summary incident report." lightbox="media/java/appcat-7-report-summary-incident.png":::
335+
The *Ask Copilot* button in the upper-right corner redirects you to the *GitHub Copilot App Modernization for Java* extension in Visual Studio Code, which provides an interactive experience for migrating Java applications — powered by AppCAT and GitHub Copilot's AI capabilities.
342336

343337
### Assessment report
344338

345-
The assessment report gives an overview of the transformation issues that would need to be solved to migrate the application to Azure.
339+
The assessment report provides an overview of the transformation issues that need to be addressed to successfully migrate the application to Azure.
340+
341+
Each *Issue*, also referred to as an *Incident*, is categorized by severity (Mandatory, Optional, or Potential) and includes the number of impacted lines of code.
346342

347-
These *Issues*, also called *Incidents*, have a severity (*Mandatory*, *Optional*, or *Potential*), and the number of impacted code lines.
343+
The *Dependencies* and *Technologies* tabs display the libraries and technologies used within the application.
348344

349345
:::image type="content" source="media/java/appcat-7-report-assessment.png" alt-text="Screenshot of the AppCAT assessment report." lightbox="media/java/appcat-7-report-assessment.png":::
350346

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)