Instance instance = (Instance)fixupList.get(i);
Attribute attribute = (Attribute)fixupList.get(i + 1);
if (attribute.getInverseDependency() != null)
{
attribute.invalidateDependency(instance, Invalid.VALUE);
}
Attribute reverse = attribute.getReverse();
if (reverse != null && attribute.isReverseOf(reverse) && reverse.getInverseDependency() != null)