You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2011/08/17 06:32:27 UTC

[jira] [Issue Comment Edited] (NUTCH-1079) StringBuffer converted to StringBuilder

    [ https://issues.apache.org/jira/browse/NUTCH-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086127#comment-13086127 ] 

Kay Kay edited comment on NUTCH-1079 at 8/17/11 4:31 AM:
---------------------------------------------------------

@Julien: FYI, the public API-s are still backward compatible, as per the patch. The private API-s are changed though.

 Of concern, are the public API-s still as it propagates the bad behavior still further up, due to StringBuffer being there. 

      was (Author: kaykay.unique):
    @Julien: FYI, the public API-s are still backward compatible. The private API-s are changed though.

 Of concern, are the public API-s still as it propagates the bad behavior still further up, due to StringBuffer being there. 
  
> StringBuffer converted to StringBuilder
> ---------------------------------------
>
>                 Key: NUTCH-1079
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1079
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher, indexer
>    Affects Versions: 1.3
>            Reporter: Kay Kay
>            Assignee: Markus Jelsma
>             Fix For: 1.4
>
>         Attachments: NUTCH-1079.patch, NUTCH-rel_14-1079.patch
>
>
> All across the codebase, it contains StringBuffer, when thread-safety is probably not intended. 
> This patch replaces StringBuffer to StringBuilder, as applicable. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira