Closed GoogleCodeExporter closed 9 years ago
Please do not change all instances of StringBuffer with StringBuilder as you
will lose JDK1.4 compatibility!
Original comment by ottu...@gmail.com
on 11 May 2011 at 9:01
May consider improving performance of invoking s.length(), but may not change
StringBuffer to StringBuilder.
Original comment by fangyid...@gmail.com
on 12 May 2011 at 9:00
Excellent, thanks!
Original comment by kay.kase...@gmail.com
on 13 May 2011 at 2:19
Hi,
I added your suggested fix in my github tree you can find in [1].
Thanks
Bye
Piero
[1]https://github.com/ottuzzi/JSON-SIMPLE
Original comment by ottu...@gmail.com
on 24 Aug 2011 at 1:44
Implemented the length-caching suggestion in r213, but will defer on the
StringBuilder replacement for backward compatibility reasons.
Original comment by jon.cham...@gmail.com
on 10 Aug 2013 at 3:35
Original issue reported on code.google.com by
kay.kase...@gmail.com
on 28 Apr 2011 at 11:14