Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

"outputEncoding" config not work #32

Open
hueki opened this issue Nov 20, 2015 · 1 comment
Open

"outputEncoding" config not work #32

hueki opened this issue Nov 20, 2015 · 1 comment

Comments

@hueki
Copy link

hueki commented Nov 20, 2015

how to specify findbugsXml.xml file encoding?
Otherwise, an error will occur while generating reports by Invalid byte 1 of 1-byte UTF-8 sequence.

@gleclaire
Copy link
Owner

findbugs only does utf-8 output

/**
 * Write the BugCollection to given output stream as XML using a UTF8 encoding.
 * The output stream
 * will be closed, even if an exception is thrown.
 *
 * @param out
 *            the OutputStream to write to
 */

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants