Difference between revisions of "Core.Validation.CoreChk025"

From emotive
Jump to navigation Jump to search
m (Hb moved page CoreChk025 to Core.OtxValidation.CoreChk025: #3153)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
A Procedure-[[OtxSignatures|Signatures]] invoked by a [[ProcedureCall]] activity should at least have to implementing [[OtxProcedures|Procedures]].
+
A Procedure-[[Core.Signatures|Signatures]] invoked by a [[Core.Actions.ProcedureCall|ProcedureCall]] activity should at least have to implementing [[Core.Procedures|Procedures]].
  
 
== Comments ==
 
== Comments ==
 
This prevents inconsistent code by simply forgetting to implement the procedure.
 
This prevents inconsistent code by simply forgetting to implement the procedure.

Latest revision as of 04:09, 17 February 2016

Classification

Name Core_Chk025
Class Core
Severity Warning
SpecifiedBy ISO 13209-3

Description

A Procedure-Signatures invoked by a ProcedureCall activity should at least have to implementing Procedures.

Comments

This prevents inconsistent code by simply forgetting to implement the procedure.