From b20bbd3ebd66402b4818f4f4e6ad5597064b526d Mon Sep 17 00:00:00 2001 From: "A.Arnold" Date: Tue, 4 Feb 2025 13:11:53 +0000 Subject: [PATCH 1/4] MTA-4588: Duplicate entries are appearing because some files inside the target folder are being analyzed Signed-off-by: A.Arnold --- docs/topics/ref_known-issues-7-2-0.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/topics/ref_known-issues-7-2-0.adoc b/docs/topics/ref_known-issues-7-2-0.adoc index 119e650a..8c90d1e9 100644 --- a/docs/topics/ref_known-issues-7-2-0.adoc +++ b/docs/topics/ref_known-issues-7-2-0.adoc @@ -30,3 +30,6 @@ Running analysis of the application in containerless mode fails to fetch some de The report generated by containerless CLI analysis is inconsistent when it has analyzed two binary applications that are located in the same folder. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4484[(MTA-4484)] +.Duplicate entries are appearing because some files inside the target folder are being analyzed + +When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4260[(MTA-4260)] From 27463daec8680981c939014beae3017f3e8c02de Mon Sep 17 00:00:00 2001 From: Andy Arnold Date: Tue, 4 Feb 2025 19:07:04 +0000 Subject: [PATCH 2/4] Update docs/topics/ref_known-issues-7-2-0.adoc --- docs/topics/ref_known-issues-7-2-0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/ref_known-issues-7-2-0.adoc b/docs/topics/ref_known-issues-7-2-0.adoc index 8c90d1e9..c3fa0bfa 100644 --- a/docs/topics/ref_known-issues-7-2-0.adoc +++ b/docs/topics/ref_known-issues-7-2-0.adoc @@ -32,4 +32,4 @@ The report generated by containerless CLI analysis is inconsistent when it has a .Duplicate entries are appearing because some files inside the target folder are being analyzed -When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4260[(MTA-4260)] +When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in a later release of {ProductShortName}. link:https://issues.redhat.com/browse/MTA-4260[(MTA-4260)] From 88be040f99bebe26720394ef5756627cd765cf50 Mon Sep 17 00:00:00 2001 From: Andy Arnold Date: Tue, 4 Feb 2025 19:07:47 +0000 Subject: [PATCH 3/4] Update docs/topics/ref_known-issues-7-2-0.adoc --- docs/topics/ref_known-issues-7-2-0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/ref_known-issues-7-2-0.adoc b/docs/topics/ref_known-issues-7-2-0.adoc index c3fa0bfa..956ae38b 100644 --- a/docs/topics/ref_known-issues-7-2-0.adoc +++ b/docs/topics/ref_known-issues-7-2-0.adoc @@ -32,4 +32,4 @@ The report generated by containerless CLI analysis is inconsistent when it has a .Duplicate entries are appearing because some files inside the target folder are being analyzed -When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in a later release of {ProductShortName}. link:https://issues.redhat.com/browse/MTA-4260[(MTA-4260)] +When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in a later release of {ProductShortName}. From 2172036ad579e45b095e1766ef97806afac4728f Mon Sep 17 00:00:00 2001 From: Andy Arnold Date: Wed, 5 Feb 2025 15:39:00 +0000 Subject: [PATCH 4/4] Update docs/topics/ref_known-issues-7-2-0.adoc --- docs/topics/ref_known-issues-7-2-0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/ref_known-issues-7-2-0.adoc b/docs/topics/ref_known-issues-7-2-0.adoc index 956ae38b..2476fe41 100644 --- a/docs/topics/ref_known-issues-7-2-0.adoc +++ b/docs/topics/ref_known-issues-7-2-0.adoc @@ -32,4 +32,4 @@ The report generated by containerless CLI analysis is inconsistent when it has a .Duplicate entries are appearing because some files inside the target folder are being analyzed -When analyzing a source code project with *Source only*, duplicate entries appear. This issue is caused by the results of running a Maven compilation included in the analysis. This issue is planned to be resolved in a later release of {ProductShortName}. +You can see duplicate entries in the built-in provider searches if the application is compiled using the `mvn clean` package. This issue is planned to be resolved in a later release of {ProductShortName}.