[ 
https://issues.apache.org/jira/browse/ACCUMULO-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Medinets updated ACCUMULO-836:
------------------------------------

    Attachment: UTF8.java

The attached file shows how I performed the search for getBytes() and has a 
list of files that continue to have getBytes() because it is
called on a Text or some other kind of object. The code just prints a list of 
files using getBytes(). Then I manually reviewed the files,
made changes or added the file name to the ignore list.

                
> 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

Reply via email to