ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0005672Part 01: TTCN-3 Core LanguageTechnicalpublic30-08-2010 13:2814-12-2010 13:59
Jacob Wieland - Spirent 
Ina Schieferdecker 
normalminorhave not tried
closedfixed 
 
v4.3.1 (published 2011-06)v4.3.1 (published 2011-06) 
6
Testing Technologies - Jacob Wieland
0005672: enumerated types are not really structured and cannot be constructed from basic types
In Section 6, the sentence:

Structured types such as record types, set types and enumerated types can be constructed from these basic types.

should be replaced by:

Structured types such as record types, set types and union types can be constructed from these basic types.

The reasons are obvious: enumerated types, though their definition looks similar structured type definitions, are not really structured types (there is no structure) and they cannot be constructed from other basic types. Unions however are structured and therefore it makes more sense to mention them here together with record and set types.
No tags attached.
Issue History
30-08-2010 13:28Jacob Wieland - SpirentNew Issue
30-08-2010 13:28Jacob Wieland - SpirentClause Reference(s) => 6
30-08-2010 13:28Jacob Wieland - SpirentSource (company - Author) => Testing Technologies - Jacob Wieland
02-09-2010 11:36Gyorgy RethyStatusnew => assigned
02-09-2010 11:36Gyorgy RethyAssigned To => Ina Schieferdecker
02-09-2010 11:36Gyorgy RethyNote Added: 0009698
02-09-2010 11:38Gyorgy RethyProjectTTCN-3 Change Requests => Part 01: TTCN-3 Core Language
02-09-2010 11:44Gyorgy RethyNote Edited: 0009698
03-09-2010 09:22Gyorgy RethyTarget Version => Edition 4.3.1 (not yet published)
30-11-2010 10:54Ina SchieferdeckerNote Added: 0009838
30-11-2010 10:54Ina SchieferdeckerNote Added: 0009839
30-11-2010 10:55Ina SchieferdeckerAssigned ToIna Schieferdecker => Gyorgy Rethy
30-11-2010 15:24Ina SchieferdeckerNote Edited: 0009838
30-11-2010 15:24Gyorgy RethyNote Added: 0009852
30-11-2010 15:25Gyorgy RethyAssigned ToGyorgy Rethy => Ina Schieferdecker
30-11-2010 15:25Gyorgy RethyResolutionopen => fixed
30-11-2010 15:25Gyorgy RethyFixed in Version => Edition 4.3.1 (not yet published)
30-11-2010 15:25Gyorgy RethyStatusassigned => resolved
14-12-2010 13:59Ina SchieferdeckerStatusresolved => closed

Notes
(0009698)
Gyorgy Rethy   
02-09-2010 11:36   
(edited on: 02-09-2010 11:44)
Re-phrase the proposal to cover also address and component types and add a sentence mentioning enumerated as a specific structured type.

(0009838)
Ina Schieferdecker   
30-11-2010 10:54   
(edited on: 30-11-2010 15:24)
new proposal:

-----------------------
Structured types such as record types, set types and union types can be constructed from these basic types. Enumerated types are specific structured types being constructed of enumerated values.
-----------------------

Configuration types are described later in this section - no need to say that they are/are constructed of basic and user-defined types at this place.

(0009839)
Ina Schieferdecker   
30-11-2010 10:54   
Please check
(0009852)
Gyorgy Rethy   
30-11-2010 15:24   
OK.