summaryrefslogtreecommitdiff
path: root/resources-en/src/inspectionDescriptions/ConstantConditions.html
blob: 351ad149115874d90ef5e919f817a873aa0dfa49 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<font face="verdana" size="-1">This inspection reports those conditions in the specified inspection scope that are
always <b><font color="#000080">true</font></b> or <b><font color="#000080">false</font></b>,
as well as points out where a <b><font color="#000080">RuntimeException</font></b> may be thrown,
based on data flow analysis of the code.<br>
This inspection also reports Nullable/NotNull contract violations.
Annotations to support the contract can be configured (by default @Nullable/@NotNull annotations from annotations.jar will be used)
</font>
</body>
</html>