kevinnammour commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2840964614


##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java:
##########
@@ -134,7 +137,8 @@ public StatelessXmlReporter(
             boolean phrasedClassName,
             boolean phrasedMethodName,
             boolean enableOutErrElements,
-            boolean enablePropertiesElement) {
+            boolean enablePropertiesElement,

Review Comment:
   But mainly this constructor remains the only way we're creating the 
stateless reporter along with its configuration like in the 
[SurefireStatelessReporter](https://github.com/apache/maven-surefire/blob/83184baf2d341f0ef2c88ef4a92f6deb2b6d53c1/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireStatelessReporter.java#L62).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to