mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 23:52:23 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
10 lines
552 B
HTML
10 lines
552 B
HTML
<html>
|
|
<body>
|
|
Reports packages that only contain classes that extend <code>java.lang.Throwable</code>, either directly or indirectly.
|
|
<p>Although exceptions usually don't depend on other classes for their implementation, they are normally not used separately.
|
|
It is often a better design to locate exceptions in the same package as the classes that use them.</p>
|
|
<!-- tooltip end -->
|
|
<p>Available only from <b>Code | Inspect Code</b> or
|
|
<b>Code | Analyze Code | Run Inspection by Name</b> and isn't reported in the editor.</p>
|
|
</body>
|
|
</html> |