IDEADEV-15934
[fedora-idea.git] / plugins / InspectionGadgets / src / inspectionDescriptions / UnusedCatchParameter.html
blob177fb5a9e441c845c837cd06d7a1f27b9b6a9434
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any <b><font color="#000080">catch</font></b> parameters that are unused in their
5 corresponding blocks. This inspection will not report any <b><font color="#000080">catch</font></b> parameters
6 named "ignore" or "ignored". Conversely this inspection will warn on any
7 <b><font color="#000080">catch</font></b> parameters named "ignore" or "ignored" that are actually used.
8 <p>
9 Use the checkboxes below to disable this inspection for <b><font color="#000080">catch</font></b>
10 blocks with comments, catch blocks in test code.
11 </p>
12 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
13 </html>