Skip to content

Commit b3950f9

Browse files
authored
Resolve comments and add data collection section
1 parent 9473288 commit b3950f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Then, for each file or class affected by the incident, you can jump into the sou
357357
This release contains the following fixes and enhancements.
358358

359359
- The `--input` flag now accepts multiple values, allowing you to analyze multiple applications in a single command execution.
360-
- The static report output has been refined to ensure consistency with the IDE report.
360+
- The static report categorizes its issue list for better readability.
361361
- AppCAT can now be installed in directories other than the user’s home directory.
362362
- Fixed an issue where running `analyze` with both `--bulk` and `--skip-static-report` failed to generate multiple output files.
363363
- Resolved a failure when analyzing with `--bulk` and `--rules` if no Java provider was launched.
@@ -532,3 +532,9 @@ GA (Generally Available) release of Azure Migrate application and code assessmen
532532
## License
533533

534534
Azure Migrate application and code assessment for Java is a free, open source-based tool.
535+
536+
## Data collection
537+
538+
AppCAT collects telemetry data by default. Microsoft aggregates collected data to identify patterns of usage to identify common issues and to improve the experience of AppCAT CLI. Microsoft AppCAT CLI doesn't collect any private or personal data. For example, the usage data helps identify issues such as commands with low success rate and helps prioritize our work.
539+
540+
While we appreciate the insights this data provides, we also understand that not everyone wants to send usage data. You can disable data collection with the `appcat analyze --disable-telemetry` command. You can also read our [privacy statement](https://www.microsoft.com/privacy/privacystatement) to learn more.

0 commit comments

Comments
 (0)