Difference between revisions of "Core.Validation.CoreChk026"

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
A [[OtxSignatures|Signatures]] is implemented by several [[OtxProcedures|Procedures]] must be the values of the ValidFor property procedures differ and there should be only one implementation without ValidFor see [[OtxValidities|Validity]] concept.
+
A [[Core.Signatures|Signatures]] is implemented by several [[Core.Procedures|Procedures]] must be the values of the ValidFor property procedures differ and there should be only one implementation without ValidFor see [[Core.Validities|Validity]] concept.
  
 
== Comments ==
 
== Comments ==
 
This prevents unreachable code, if two procedures with the same validity are connected. The procedure, whose name comes alphabetically after another, would never be executed.
 
This prevents unreachable code, if two procedures with the same validity are connected. The procedure, whose name comes alphabetically after another, would never be executed.

Latest revision as of 05:03, 17 February 2016

Classification

Name Core_Chk026
Class Core
Severity Warning
SpecifiedBy ISO 13209-3

Description

A Signatures is implemented by several Procedures must be the values of the ValidFor property procedures differ and there should be only one implementation without ValidFor see Validity concept.

Comments

This prevents unreachable code, if two procedures with the same validity are connected. The procedure, whose name comes alphabetically after another, would never be executed.