Description:
EVC detects if the expression always evaluates to a constant. EVC detects expressions where a constant value is constructed from compile-time constant expressions and doesn't produce warning message in such cases.
Example:
boolean b = "abc" instanceof String;