mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
11 lines
456 B
HTML
11 lines
456 B
HTML
<html>
|
|
<body>
|
|
Reports non-<code>exception</code> classes whose names end with <code>Exception</code>.
|
|
<p>Such classes may cause confusion by breaking a common naming convention and
|
|
often indicate that the <code>extends Exception</code> clause is missing.</p>
|
|
<p><b>Example:</b>
|
|
<pre><code>public class NotStartedException {}</code></pre>
|
|
<p>A quick-fix that renames such classes is available only in the editor.</p>
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |