Difference between revisions of "Core.Validation.CoreChk056"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Check rule '''Core_Chk056'''}}Category:CheckRuleCategory:Core == Classification == {{ClassificationCheckRule | Core_Chk056 | Core | Critical }} ==...") |
|||
(2 intermediate revisions by the same user not shown) | |||
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 04: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.