eclipse: project name should be found in .project (IDEA-52070 )
[fedora-idea.git] / resources-en / src / inspectionDescriptions / EmptyMethod.html
bloba8077ffd129ee5580cebf0b488b05081e83397d3
1 <html>
2 <body>
3 <font face="verdana" size="-1">This inspection reports methods where:<br><br>
4 &nbsp;- method is empty OR<br>
5 &nbsp;- all implementations of interface method are empty OR<br>
6 &nbsp;- method is empty itself and is overridden only by empty methods<br><br>
7 Note that a method containing only the <b><font color="#000080">super()</font></b>
8 call and passing its own parameter is also considered empty.
9 <br><br>
10 This inspection is automatically suppressed for methods annotated with special annotations,
11 for example, EJB annotations javax.ejb.Init and javax.ejb.Remove. Additional annotations
12 can be configured below.
13 </font>
14 </body>
15 </html>