description IDEA-41604

(cherry picked from commit 9c3882eddbfbf512fe52f6895323de2379fdfb8a)
This commit is contained in:
anna
2011-12-06 10:38:03 +01:00
parent 4dfb88da81
commit 4a3c4da2e6
@@ -3,6 +3,9 @@
<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.</font>
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>