Description of problem:
False positive issues are reported when running analysis in source-only mode on tackle-testapp-public app.
Version-Release number of selected component (if applicable):
7.0.3
How reproducible:
Always
Steps to Reproduce:
1. Create application in Konveyor Hub: https://github.com/konveyor/tackle-testapp-public
2. Do NOT use a maven settings file for this app.
3. Run analysis for application with the following config:
- Source mode
- Containerization, OracleJDK to OpenJDK and Linux targets.
- Application and internal dependencies scope.
Actual results:
There are two false positive issues "Filesystem - Java IO" and "Methods in `sun.misc.Unsafe` have been removed".
see screenshot below
Expected results:
Issues "Filesystem Java - IO" and "Methods in `sun.misc.Unsafe` have been removed" should not be created.
Additional info: