wangyao5 / json-smart

Automatically exported from code.google.com/p/json-smart
0 stars 0 forks source link

Replace all usages of StringBuffer with StringBuilder #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The thread-safe StringBuffer class is used throughout the project
but most references are for local variables,
hence it can be safely replaced by the StringBuilder,
as suggested by the JDK javadocs.

VERSION:
module(v1), svn(1459912)

Original issue reported on code.google.com by ankos...@gmail.com on 12 Apr 2013 at 3:04

GoogleCodeExporter commented 9 years ago
There is no StringBuffer in the source code, please update to last version 
(stored on GIT)

Original comment by uriel.chemouni on 29 Apr 2013 at 5:13