Issue 12011

Replace toString() implementation for the Occurrence API

12011
Reporter: trobertson
Type: Improvement
Summary: Replace toString() implementation for the Occurrence API
Priority: Minor
Resolution: Invalid
Status: Closed
Created: 2012-10-11 16:27:48.478
Updated: 2013-12-17 15:17:11.654
Resolved: 2012-10-12 15:11:44.973
        
Description: Please use guava for the toString() or something more efficient (like Joiners)

]]>
    


Author: omeyn@gbif.org
Comment: The compiler internally converts string + string to stringbuilder appends, so I don't think this is an issue. (see for example: http://stackoverflow.com/questions/47605/java-string-concatenation)
Created: 2012-10-12 15:11:44.996
Updated: 2012-10-12 15:11:44.996