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
__Note:__ In this context, when `appcat` binary is called from a different folder than where it is actually installed, it willlook for its dependencies on the `.appcat` folder in the user's home directory.
162
+
__Note:__ In this context, when `appcat` binary is called from a different folder than where it is actually installed, it will look for its dependencies on the `.appcat` folder in the user's home directory.
163
163
164
164
## Usage
165
165
@@ -384,7 +384,7 @@ GA (Generally Available) release of Azure Migrate application and code assessmen
384
384
### 7.6.0.0
385
385
386
386
1. The flag `--analyze-known-libraries` is not working on Windows.
387
-
2. Cleanup of additional directories post-analysis on Windows. Extra directories are generated during the analysis process but are not automatically removed after completion. The folders are:
387
+
2. On Windows, extra folders are generated during the analysis process but are not automatically removed after completion. You will likely want to clean up these extra folders once the analysis has finished. The folders are:
388
388
- .metadata
389
389
- org.eclipse.osgi
390
390
- org.eclipse.equinox.app
@@ -395,12 +395,12 @@ GA (Generally Available) release of Azure Migrate application and code assessmen
395
395
7. Rules issues:
396
396
- **azure-system-config-01000**, **http-session-01000**, **java-removals-00150** rules are not being triggered.
397
397
- **FileSystem - Java IO** rule is not being triggered
398
-
- "unable to parse all the rules for ruleset" when running analysis - This error occurs during analysis when the tool fails to parse all rules in the ruleset.
398
+
- _"unable to parse all the rules for ruleset"_ when running analysis. This error occurs during analysis when the tool fails to parse all rules in the ruleset.
399
399
8. Analyzing WAR files on Windows produces the following error: _"Failed to Move Decompiled File"_. An error occurs when analyzing WAR files on Windows, which is responsible for a few redundant incidents created on Windows OS.
400
400
9. Missing descriptions for some rules on the Insights tab. Some tag rules are lacking descriptions, leading to blank titles appearing on the `Insights` tab of the report.
401
401
10. Error in Watcher Error channel: Windows system assumed buffer larger than it is, events have likely been missed" on Windows. This error message appears on the command line during long-running jobs on Windows.
402
402
11. This release requires an active internet connection for dependency analysis.
403
-
12. `Ctrl+C` fails to stop ongoing analysis. To workaround, manually terminate the process by explicitly killing the process.
403
+
12. `Ctrl+C` fails to stop ongoing analysis. To work around, manually terminate the process by explicitly killing the process.
404
404
13. When the flag `--context-lines` is set to a number 0, it does not work as expected. This flag allows the user to limit how much of the source code should appear on the report. Setting to a value 0 may not work as expected.
0 commit comments