blob: da694886fbf4d4d605bb3ce7a4271994924da576 [file] [log] [blame]
<html>
<body>
Reports empty classes and Java files without any defined classes. A class is empty if it
doesn't have any fields, methods, constructors or initializers. Empty classes are often left over
after large changes or refactorings.
<!-- tooltip end -->
<p>
Use the list below to specify special annotations. Classes annotated with one of
these annotations will be ignored by this inspection.
<p>
Use the first checkbox below to ignore classes which parameterize a super class, for example
<pre><code><b>class</b> MyList <b>extends</b> ArrayList&lt;String&gt; {}</code></pre>
<p>
Use the second checkbox below to ignore classes which extend <b>java.lang.Throwable</b>.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>