Returns the ACTIVE field maps whose destination column does not exist on the target entity.
Matching is case-insensitive, because BaseEntity resolves field names case-insensitively — a
map that differs only in casing binds fine and is not a finding. An empty entityFieldNames
means the caller could not resolve the entity at all; that is a different (already reported)
condition, so nothing is returned rather than flagging every map.
Returns the ACTIVE field maps whose destination column does not exist on the target entity.
Matching is case-insensitive, because
BaseEntityresolves field names case-insensitively — a map that differs only in casing binds fine and is not a finding. An emptyentityFieldNamesmeans the caller could not resolve the entity at all; that is a different (already reported) condition, so nothing is returned rather than flagging every map.