mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
10 lines
333 B
HTML
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> |