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
