Difference between revisions of "Core.Validation.CoreChk056"

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Inside of foreach-loops, the collection ([[List]] or [[Map]]) shall not be modified.
+
Inside of foreach-loops, the collection ([[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] or [[Core.DataTypes.ComplexDataType.ContainerDataType.Map|Map]]) shall not be modified.

Latest revision as of 06:34, 17 February 2016

Classification

Name Core_Chk056
Class Core
Severity Critical
SpecifiedBy ISO 13209-3

Description

Inside of foreach-loops, the collection (List or Map) shall not be modified.