Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding stream writer to ScoverageXmlWriter.scala to work with large … #272

Closed
wants to merge 1 commit into from

Conversation

sammy-1234
Copy link

@sammy-1234 sammy-1234 commented Jul 17, 2019

…projects

This is in response to issue #271. I have used a xml stream writer instead of creating an xml object in memory. Thanks.

import javax.xml.stream.XMLOutputFactory
import javax.xml.stream.XMLStreamWriter
import java.io.FileWriter
import com.sun.xml.internal.txw2.output.IndentingXMLStreamWriter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an internal class. Can it be returned by some public factory to avoid referencing it directly?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ckipp01 ckipp01 deleted the branch scoverage:main May 29, 2022 08:38
@ckipp01 ckipp01 closed this May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants