Does anyone know whether there is a tool or something similar to replace single catch clauses with duplicate code within it in java with multiple catch clauses to remove duplicate code?
Context is an upgrade vom java jdk6 to 7.
Thanks and cheers, Ste