Tibor17 commented on a change in pull request #226: Extended SimpleReportEntry
with sourceText and nameText
URL: https://github.com/apache/maven-surefire/pull/226#discussion_r286153509
##########
File path:
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/StartupReportConfiguration.java
##########
@@ -76,27 +80,35 @@
private final String xsdSchemaLocation;
- private final Map<String, Deque<WrappedReportEntry>>
testClassMethodRunHistory
- = new ConcurrentHashMap<>();
+ private final Map<String, Deque<WrappedReportEntry>>
testClassMethodRunHistory = new ConcurrentHashMap<>();
private final Charset encoding;
- private boolean isForkMode;
+ private final boolean isForkMode;
+
+ private final
+ StatelessReporter<WrappedReportEntry, TestSetStats,
DefaultStatelessReportMojoConfiguration> xmlReporter;
Review comment:
I think here we can use shorter line `StatelessReporter`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services