Difference between revisions of "Core.Validation.CoreChk027"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Check rule '''Core_Chk027'''}}Category:CheckRuleCategory:Core == Classification == {{ClassificationCheckRule | Core_Chk027 | Core | Critical }} ==...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
− | A [[ | + | 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 03: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.