Back to Intellij Community

AssertStatement

java/java-impl/resources/inspectionDescriptions/AssertStatement.html

2025.3-rc-2238 B
Original Source

Reports assert statements. By default, assert statements are disabled during execution in the production environment. Consider using logger or exceptions instead.

The assert statements are not supported in Java 1.3 and earlier JVM.