This inspection detects an 'assert' calls that check that a variable declared above has non-null value. Such asserts can be replaced with use of '!!' or '?:' operator in the variable initializer.