Checks not handled by rule consistency checker
-
rule subsumptions
-
rule with no actions
-
infinitely looping
-
self inconsistent
C
Correct answer
Explanation
The rule consistency checker in IBM ODM cannot detect infinitely looping rules because infinite loops are a runtime behavior that depends on input data and execution context. It can detect rule subsumptions, rules with no actions, and self-inconsistent rules through static analysis.