Difference between revisions of "Core.Validation.CoreChk027"

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
A [[OtxProcedures|Procedures]] implements a [[OtxSignatures|Signatures]], the parameter of procedure and signature must match (name and type). On initial value is set in '''Signatures''', the parameter must also have initial value.
+
A [[Core.Procedures|Procedures]] implements a [[Core.Signatures|Signatures]], the parameter of procedure and signature must match (name and type). On initial value is set in '''Signatures''', the parameter must also have initial value.
  
 
== Comments ==
 
== Comments ==
 
The initial values of the parameters may differ from those of the signature.
 
The initial values of the parameters may differ from those of the signature.

Latest revision as of 05:10, 17 February 2016

Classification

Name Core_Chk027
Class Core
Severity Critical
SpecifiedBy ISO 13209-3

Description

A Procedures implements a Signatures, the parameter of procedure and signature must match (name and type). On initial value is set in Signatures, the parameter must also have initial value.

Comments

The initial values of the parameters may differ from those of the signature.