Illegal interface operation (Reviewer Review)
Operations on interfaces:
• May not be static.
• May not be virtual (they are inherently virtual).
• May not be an override.
• May not be a constructor.
• May not be a destructor.
Consequences
If code is generated from the model it won't compile (but will be fairly simple to fix).
Strategy
Fix the model or ignore the review item.