Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
The Xml file (target/pmd.xml) declare an UTF-8 encoding: "<?xml version="1.0" encoding="UTF-8"?>" but use the FileWriter API that encode caracter with the default charset of the platform.
Non ACSII caracter couldn't be read and xml file couldn't be parsed with Xml Parser due to this error.
The patch contains the testcode and the correction
Issue Links
- relates to
-
MPMD-83
Use proper file encoding for Non-HTML reports
-
Is there some activity on this plugin ?
How can we progress on this issue and release a new version ?