For example in DocumentAnalayzer most of messages are builded like that. At the moment I found such string concatenation in: uimaj-cpe: CheckPointConfig, CheckPoint uimaj-tools: CpmPanel, AnnotationViewerDialog, DocumentAnalyzer, AnnotationViewerMain uimaj-ep-configurator: TypeSection, MultiPageEditor jVinci: ServiceRegistry
if you agree, I'm going to fix them, Tommaso 2010/12/3 Jörn Kottmann <[email protected]> > On 12/3/10 9:04 AM, Tommaso Teofili wrote: > >> it looks good to me, only I'm doing some code review to check out if we >> can >> make it cleaner/faster somewhere. >> For example I'm seeing there are string concatenations based on >> "something" >> + "else" whereas we could improve performance using StringBuilder (or >> StringBuffer if text is to be accessed by multiple threads). >> > > Can you point me to the line? > > Jörn >
