mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
16 lines
421 B
HTML
16 lines
421 B
HTML
<html>
|
|
<body>
|
|
Reports inner classes in <code>interface</code> classes.
|
|
<p>Some coding standards
|
|
discourage the use of such classes. The inspection doesn't report enum classes and annotation interfaces.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the <b>Ignore inner interfaces of interfaces</b> option to ignore inner interfaces. For example:
|
|
<pre><code>
|
|
interface I {
|
|
interface Inner {
|
|
}
|
|
}
|
|
</code></pre>
|
|
</body>
|
|
</html> |