Files
openide/java/java-impl/resources/inspectionDescriptions/AssertStatement.html
2025-02-05 04:43:28 +00:00

10 lines
333 B
HTML

<html>
<body>
Reports <code>assert</code> statements. By default, <code>assert</code> statements are disabled during execution in the production
environment. Consider using logger or exceptions instead.
<p>The <code>assert</code> statements are not supported in Java 1.3 and earlier JVM.</p>
<!-- tooltip end -->
<p>
</body>
</html>