This inspection reports any instances of the ternary condition operator. Some coding standards prohibit the use of the condition operator, in favor of
if-else
statements.
Powered by InspectorGroovy