Hi,

i would take care of this ticket.
I would inspect our trunk with findbugs performance rules and fix them.
The most are something like:
lastIndexOf(".") -> lastIndexOf('.')
new Integer(val) -> Integer.valueOf(val)
and some more.

Findbugs will also warn about unused private methods.
Should we remove them? IMO it's old code which should be removed.

Regards,
Thomas

Reply via email to