|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: antoine-aumjaud
Path:
src/main/java/hudson/plugins/fitnesse/CompoundFitnesseResults.java
src/main/java/hudson/plugins/fitnesse/FitnesseResultsRecorder.java
src/main/java/hudson/plugins/fitnesse/NativePageCounts.java
src/main/java/hudson/plugins/fitnesse/NativePageCountsParser.java
src/test/java/hudson/plugins/fitnesse/FitnesseResultsRecorderTest.java
src/test/java/hudson/plugins/fitnesse/NativePageCountsParserTest.java
src/test/java/hudson/plugins/fitnesse/NativePageCountsTest.java
http://jenkins-ci.org/commit/fitnesse-plugin/7ea548eb733eea54fe20820ed3da33749e6c031e
Log:
JENKINS-15863JENKINS-13936 Write HTML content in file when XML is
parsed.
HTML contents of the result was saved in memory before to be written in
files. To avoid OOM, I write the file when the XML si parsed.