ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / plugins / IntelliLang / src / inspectionDescriptions / PatternOverriddenByNonAnnotatedMethod.html
blobe3deb5a97ba8b8d44ac2d89fae6d2a2f791f40d8
1 <html>
2 <body>
3 <table>
4 <tr>
5 <td valign="top" height="150">
6 <font face="verdana" size="-1">
7 <p>
8 This inspecton Checks whether a method without any <code>@Pattern</code> or derived annotation overrides an annotated
9 method from its base classes. This is not necessary for the error-highlighting inside the editor, however the
10 runtime-check instrumentation doesn't pick up annotations from base-class methods.
11 </p>
13 <p>
14 A QuickFix is provided to add an annotation that matches the one from the base-class method. This ensures the
15 runtime-check instrumentation works correctly.
16 </p>
17 </font>
18 </td>
19 </tr>
20 <tr>
21 <td height="20">
22 <font face="verdana" size="-2"><p id="footer">Powered by IntelliLang</p></font>
23 </td>
24 </tr>
25 </table>
26 </body>
27 </html>