The software does not correctly compare two objects based on
their conceptual content.
Time of Introduction
Implementation
Detection Factors
Requires domain-specific knowledge to determine if the comparison is
incorrect.
Demonstrative Examples
Example 1
For example, let's say you have two truck objects that you want to
compare for equality. Truck objects are defined to be the same if they have
the same make, the same model, and were manufactured in the same year. A
Semantic Incorrect Object Comparison would occur if only two of the three
factors were checked for equality. So if only make and model are compared
and the year is ignored, then you have an incorrect object
comparison.