[
https://issues.apache.org/jira/browse/ACCUMULO-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487244#comment-13487244
]
David Medinets commented on ACCUMULO-836:
-----------------------------------------
SVN#1403871 - I have changed 82 files to use getBytes(utf8). Each files uses
the following Charset declaration.
private static final Charset utf8 = Charset.forName("UTF8");
If at some future time the Charset should be changed or another approach is
decided upon, simply search for that string and refactoring will be
straightforward.
> Specify Charset on getBytes() call for String objects.
> ------------------------------------------------------
>
> Key: ACCUMULO-836
> URL: https://issues.apache.org/jira/browse/ACCUMULO-836
> Project: Accumulo
> Issue Type: Improvement
> Affects Versions: 1.5.0
> Reporter: David Medinets
> Priority: Minor
> Fix For: 1.5.0
>
> Attachments: UTF8.java
>
>
> The comments on ACCUMULO-241 indicate that the build server might have a
> different default Charset than computers used by developers. Therefore, some
> of the tests have different results on different computers.
> Every getBytes call on a String object should specify the UTF8 Charset.
> Unfortunately the codebase has nearly 1,800 getBytes calls.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira