Model review and simulation > Reviewer > Provided PTC reviews > Correctness reviews > Compile time binding of abstract operation (Reviewer Review)
Compile time binding of abstract operation (Reviewer Review)
When an operation is made abstract Modeler automatically changes the binding to be “At Runtime”. However, it is possible to accidently change the binding back to “At Compile”.
Consequences
Compile time binding of abstract operations makes no sense, and cannot be implemented.
Strategy
Remove the abstract modifier from the operation or change the binding to “At Runtime”