and if we remove try may we have a checkbox to put the checked exceptions in the "throws" clause of the method, ot to remove only the declared exceptions "catch" clauses?
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, January 16, 2002 2:45 PM > To: [EMAIL PROTECTED] > Subject: [Eap-features] Feature: Remove try / catch > > > Code degeneration feature: > I often copy code that contains a try / catch and then delete > the line(s) > in the try that are producing the exception(s). > It would be nice to have a "Remove try / catch", that > automatically removed > the try and all the catches around the current cursor. > > Even better would be a "remove unnecessary catches", which removed any > catches that are not valid, and removed the try as well if > there was no > valid catches left. > > Failing either of those suggestions, could I have invalid catches > underlined as errors? : ) > > Graham Lea > > -- > Software Engineer > Forge Research Pty Ltd > Suite 116, Bay 9, Locomotive Workshop > Australian Technology Park, Cornwallis Street > Eveleigh NSW 1430 Australia > Phone: +61 2 9209 4152 Fax: +61 2 9209 4172 > www.forge.com.au > > ---------------------------------------------------------------------- > This message contains privileged and confidential information intended > only for the use of the addressee named above. If you are not the > intended recipient of this message you must not disseminate, copy or > take any action in reliance on it. If you have received this message > in error please notify the sender immediately. Any views expressed in > this message are those of the individual sender, except where the > sender specifically states them to be the views of another (including > a Body Corporate). > ---------------------------------------------------------------------- > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
