Do not use FileReader/FileWriter
--------------------------------

                 Key: MARTIFACT-11
                 URL: http://jira.codehaus.org/browse/MARTIFACT-11
             Project: Maven Artifact
          Issue Type: Improvement
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann
            Priority: Trivial
         Attachments: avoid-platform-specific-encoding.patch

Using {{FileReader}} or {{FileWriter}} makes code dependent on the platform's 
default encoding. For platform-independent behavior, the tests should use a 
fixed encoding.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to