ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0006661Part 01: TTCN-3 Core LanguageClarificationpublic29-11-2013 11:2229-11-2013 13:45
Gyorgy Rethy 
Ina Schieferdecker 
normalminoralways
closedfixed 
 
v4.6.1 (published 2014-06)v4.6.1 (published 2014-06) 
B.1.3.3
L.M.Ericsson
0006661: Array is forgotten in permutation clause
In table 11 it is specified unambiguously that permutation can be used for arrays. But clause B.1.3.3 forgets to mention this: "Permutation is an operation for matching that shall be used only on values of record of types."

Proposed solution: Add array to the above sentence.

Another note: cells for the columns "Range", "Superset", "Subset" and "Pattern" should be grey for the row "array", like it is for record of-s.
No tags attached.
Issue History
29-11-2013 11:22Gyorgy RethyNew Issue
29-11-2013 11:22Gyorgy RethyClause Reference(s) => B.1.3.3
29-11-2013 11:22Gyorgy RethySource (company - Author) => L.M.Ericsson
29-11-2013 11:22Gyorgy RethyAssigned To => Ina Schieferdecker
29-11-2013 11:22Gyorgy RethyStatusnew => assigned
29-11-2013 11:22Gyorgy RethySummaryArray is Forgotten in => Array is Forgotten in permutation clause
29-11-2013 11:23Gyorgy RethyProjectTTCN-3 Change Requests => Part 01: TTCN-3 Core Language
29-11-2013 11:23Gyorgy RethyTarget Version => v4.6.1 (published 2014-06)
29-11-2013 11:23Gyorgy RethySummaryArray is Forgotten in permutation clause => Array is forgotten in permutation clause
29-11-2013 13:45Ina SchieferdeckerNote Added: 0011876
29-11-2013 13:45Ina SchieferdeckerStatusassigned => resolved
29-11-2013 13:45Ina SchieferdeckerResolutionopen => fixed
29-11-2013 13:45Ina SchieferdeckerStatusresolved => closed
29-11-2013 13:45Ina SchieferdeckerFixed in Version => v4.6.1 (published 2014-06)

Notes
(0011876)
Ina Schieferdecker   
29-11-2013 13:45   
As proposed:

"Permutation is an operation for matching that shall be used only on values of record of types." --> "Permutation is an operation for matching that shall be used only on values of record of and array types."

"Each individual member listed in the permutation shall be of the type replicated by the record of type." --> "Each individual member listed in the permutation shall be of the type replicated by the record of or array type."

The cells in table 11 also re-coloured.