Description
In equals() method in TypeConversionSupport class there is missing check for null parameter.
According to javadoc of Object class: For any non-null reference value x, x.equals(null) should return false.
In equals() method in TypeConversionSupport class there is missing check for null parameter.
According to javadoc of Object class: For any non-null reference value x, x.equals(null) should return false.