Difference between revisions of "Core.Validation.CoreChk012"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Check rule '''Core_Chk012'''}}Category:CheckRuleCategory:Core == Classification == {{ClassificationCheckRule | Core_Chk012 | Core | Warning }} == D...")
 
Line 5: Line 5:
 
== 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 [[OtxValidities|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.

Revision as of 11:20, 11 August 2014

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.