[
https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MCHECKSTYLE-425.
--------------------------------------
Fix Version/s: (was: waiting-for-feedback)
Resolution: Information Provided
While I can reproduce it, it is not a bug in this plugin. The issue is with
Checkstyle itself. Unfortunately, Sun -- back then -- decided to print gargabe
output with {{URI#toString()}} instead of doing the right thing.
{{#toString()}} produces invalid URIs. One must ALWAYS use
{{#toASCIIString()}}. Never rely on {{#toString()}}. I checked the code of
Checkstyle and it unfortunately does on many occasions. File an issue there and
have it fixed.
> Checkstyle runs fail with "Path contains invalid character" since 3.2.0
> -----------------------------------------------------------------------
>
> Key: MCHECKSTYLE-425
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-425
> Project: Maven Checkstyle Plugin
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Magnus Reftel
> Priority: Major
> Attachments: maven-checkstyle-plugin_stacktrace.txt, testcase.zip
>
>
> The maven-checkstyle-plugin fails on maven projects whose file system path
> contains the letter "ΓΈ" in versions 3.2.0, 3.2.1 and on master. Version 3.1.2
> works fine.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)