Jpcsp SVN changelog:
r1309
Simple but massive refactoring. Use stringbuilder instead of stringbuffer in buffers that do not "escape" to class variables.
There is a stringBuffer variable that escapes (it is a field) but i'm not sure if it can be replaced - the function that modifies it and returns its toString() is never called. It is in jpcsp.log.HTMLLayout. I think the plan for this class might be to call it in another thread than the EDT. As such i will not modifiy the field.
r1310
Missing argument in string format.
r1311
Removed catch that just threw again, closed resource using the function for that.
r1312
Simple funcionality perserving refactoring
Download: Jpcsp SVN r1312
Source:Here
0 Comments
Post a Comment