Claudenw commented on code in PR #250:
URL: https://github.com/apache/creadur-rat/pull/250#discussion_r1597607595
##########
apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java:
##########
@@ -72,6 +79,25 @@ public static RatReport createStandardReport(IXmlWriter
writer,
final IDocumentAnalyser[] analysers = {analyser, policy};
DocumentAnalyserMultiplexer analysisMultiplexer = new
DocumentAnalyserMultiplexer(analysers);
- return new ClaimReporterMultiplexer(configuration.isDryRun(),
analysisMultiplexer, reporters);
+ return new ClaimReporterMultiplexer(writer, configuration.isDryRun(),
analysisMultiplexer, reporters);
+ }
+
Review Comment:
LHF? what does that mean?
--
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]