V615. Suspicious explicit conversion from 'float *' type to 'double *' type. V616. Use of 'Foo' named constant with 0 value in bitwise operation. V617. Argument of the '|' bitwise operation always contains non-zero value. Consider inspecting the condition. V618. Dangerous call of 'Foo...
if(BaseTypeBinding.isWidening(TypeIds.T_int,constantType.id) &&(BaseTypeBinding.isNarrowing(targetType.id,TypeIds.T_int))){ //use current explicit conversion in order to get some new value to compare with current one returnisConstantValueRepresentable(this.constant,constantType.id,targetType.id);...