mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
15 lines
366 B
HTML
15 lines
366 B
HTML
<html>
|
|
<body>
|
|
Reports methods that call themselves infinitely unless an exception is thrown.
|
|
<p>
|
|
Methods reported by this inspection cannot return normally.
|
|
While such behavior may be intended, in many cases this is just an oversight.
|
|
</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code> int baz() {
|
|
return baz();
|
|
}</code></pre>
|
|
<!-- tooltip end -->
|
|
|
|
</body>
|
|
</html> |