7 lines
223 B
HTML
7 lines
223 B
HTML
<html>
|
|
<body>
|
|
This inspection detects 'assert' calls checking that a variable declared above has a non-null value.
|
|
Such asserts can be replaced with use of '!!' or '?:' operator in the variable initializer.
|
|
</body>
|
|
</html>
|