StringBuffer -> StringBuilder occurence ----------------------------------------
Key: MAPREDUCE-1320 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1320 Project: Hadoop Map/Reduce Issue Type: Improvement Reporter: Kay Kay Attachments: MAPREDUCE-1320.patch A good number of toString() implementations use StringBuffer when the reference clearly does not go out of scope of the method and no concurrency is needed. Patch contains replacing those occurences from StringBuffer to StringBuilder. Created against map/reduce project trunk . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.