Re: Inspection for null on left side of comparison if(null=company) ... ?
Hello Dmitry,
I stand corrected - I configured an IDEA SDK for the IDEA project by
mistake.
As for the inspection in questions,
com.intellij.psi.util.IsConstantExpressionVisitor#visitLiteralExpression()
seem to special-case null. Is there some language detail that I forgot?
Taras
Please sign in to leave a comment.