This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch SUREFIRE-1643-junit5-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1643-junit5-parallel 
by this push:
     new 5dc55a3e9 comment
5dc55a3e9 is described below

commit 5dc55a3e9cd77a55a947194e79865e98161000d1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Mar 17 14:27:58 2025 +1000

    comment
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .../org/apache/maven/plugin/surefire/report/TestSetRunListener.java   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
index e68d3ff52..28925f304 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java
@@ -51,7 +51,9 @@ public class TestSetRunListener implements 
TestReportListener<TestOutputReportEn
     private final Queue<TestMethodStats> testMethodStats = new 
ConcurrentLinkedQueue<>();
 
     /**
-     * will be used only if report entru have a sourceName other than that 
#currentTestSetStats will be usre
+     * will be used only if report entry have a sourceName other than that 
#currentTestSetStats will be used
+     * it looks some provider doesn't provide enough informations so we assume 
to use previous technique
+     * class field (this is definitely hackish)
      */
     private final ConcurrentMap<String, TestSetStats> detailsPerSource = new 
ConcurrentHashMap<>();
 

Reply via email to