-
Improvement
-
Resolution: Fixed
-
Major
-
-
5.0.0 (analysis-model and warnings-ng)
Currently, the encoding needs to defined for the parser as parameter, it would be handy if the parser could detect the encoding.
<?xml version="1.0" encoding="UTF-8"?> <checkstyle version="4.1"> ... </checkstyle>
[JENKINS-52477] XML Parsers should use report encoding given in XML file
Rank | New: Ranked higher |
Link |
New:
This issue is related to |
Link |
Original:
This issue is related to |
Link |
New:
This issue is related to |
Link |
Original:
This issue is related to |
Component/s | New: warnings-ng-plugin [ 24526 ] | |
Component/s | Original: warnings-plugin [ 15513 ] |
Component/s | New: analysis-model [ 23523 ] |
Labels | New: newbie-friendly |
Description | Original: Currently, the encoding needs to defined for the parser as parameter, it would be handy if the parser could detect the encoding. |
New:
Currently, the encoding needs to defined for the parser as parameter, it would be handy if the parser could detect the encoding. {code} <?xml version="1.0" encoding="UTF-8"?> ... {code} |
Description |
Original:
Currently, the encoding needs to defined for the parser as parameter, it would be handy if the parser could detect the encoding. {code} <?xml version="1.0" encoding="UTF-8"?> ... {code} |
New:
Currently, the encoding needs to defined for the parser as parameter, it would be handy if the parser could detect the encoding. {code} <?xml version="1.0" encoding="UTF-8"?> <checkstyle version="4.1"> ... </checkstyle> {code} |