elharo commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2846741026
##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java:
##########
@@ -120,6 +121,12 @@ public class StatelessXmlReporter implements
StatelessReportEventListener<Wrappe
private final boolean enablePropertiesElement;
+ private final boolean reportTestTimestamp;
+
+ /**
+ * @deprecated Prefer adding a new constructor that accepts a
configuration object, e.g.
Review Comment:
This might be something to do, but it's not a reason that tells the client
what to do. Deprecation means the client should not call this method. What is a
client of this code supposed to do instead of calling this?
Do you know who deprecated this, in what PR or commit?
--
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]