IG: "Empty catch block" feature lost? Permanently deleted user Created November 17, 2006 20:46 Am I dreaming or did this inspection at one time have a way to ignore the error if the variable was named ignore/ignored on an empty catch block?Thanks,Jon
No. The ignore/ignored usage disables the "Unused catch parameter" inspection, not "empty catch block"
--Dave Griffith
null
Hmm. Could/should ignore(d) also apply to Empty catch block?
You are probably right. It will be an option for both the "Unused catch parameter" and "Empty catch block" inspections in the first EAP of 6.5.
Bas