Difference between revisions of "Core.Validation.CoreChk012"

From emotive
Jump to navigation Jump to search
m (Hb moved page CoreChk012 to Core.OtxValidation.CoreChk012: #3153)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
ValidFor property values must differ in several realisations and there should be just a realization without ValidFor see [[OtxValidities|Validity]] concept.
+
ValidFor property values must differ in several realisations and there should be just a realization without ValidFor see [[Core.Validities|Validity]] concept.
  
 
== Comments ==
 
== Comments ==
 
This prevents unreachable code, if associated with two projects with same Validity. The realization of which is second in the sequence, would never run. The rule therefore helps to find inconsistencies in the process.
 
This prevents unreachable code, if associated with two projects with same Validity. The realization of which is second in the sequence, would never run. The rule therefore helps to find inconsistencies in the process.

Latest revision as of 05:03, 17 February 2016

Classification

Name Core_Chk012
Class Core
Severity Warning
SpecifiedBy ISO 13209-3

Description

ValidFor property values must differ in several realisations and there should be just a realization without ValidFor see Validity concept.

Comments

This prevents unreachable code, if associated with two projects with same Validity. The realization of which is second in the sequence, would never run. The rule therefore helps to find inconsistencies in the process.