ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0003784Part 01: TTCN-3 Core LanguageTechnicalpublic17-07-2008 10:5117-12-2008 09:42
Gyorgy Rethy 
Ina Schieferdecker 
normalminorhave not tried
closedfixed 
v3.3.2 (published 2008-04) 
v4.1.1 (published 2009-06)v4.1.1 (published 2009-06) 
6.2.1.1, 6.2.2.1, 6.2.5.1
L.M.Ericsson
0003784: Field reference shall not point to itself
Fields of structured types shall not refernce themselves.
Add sentence to clauses 6.2.1.1, 6.2.2.1 and 6.2.5.1:
Fields of (record|set|union) type definitions shall not reference themselves.
EXAMPLE 2:
type record MyType {
   integer field1,
   Mytype.field2 field2 optional, //this circular reference is disallowed
   boolean field3
}
No tags attached.
doc CR-3784-Field-reference-Resolution-V1.doc (152,576) 16-12-2008 13:30
http://oldforge.etsi.org/mantis/file_download.php?file_id=1902&type=bug
doc CR-3784-Field-reference-Resolution-V2.doc (100,864) 16-12-2008 14:01
http://oldforge.etsi.org/mantis/file_download.php?file_id=1903&type=bug
Issue History
17-07-2008 10:51Gyorgy RethyNew Issue
17-07-2008 10:51Gyorgy RethyStatusnew => assigned
17-07-2008 10:51Gyorgy RethyAssigned To => Ina Schieferdecker
17-07-2008 10:51Gyorgy RethyClause Reference(s) => 6.2.1.1, 6.2.2.1, 6.2.5.1
17-07-2008 10:51Gyorgy RethySource (company - Author) => L.M.Ericsson
18-07-2008 11:21Ina SchieferdeckerAssigned ToIna Schieferdecker => Jens Grabowski
17-08-2008 09:14Ina SchieferdeckerTarget Version => Edition 4.1.1 (not yet published)
16-12-2008 13:30Jens GrabowskiFile Added: CR-3784-Field-reference-Resolution-V1.doc
16-12-2008 13:31Jens GrabowskiAssigned ToJens Grabowski => Thomas Deiß
16-12-2008 14:00Thomas DeißNote Added: 0007716
16-12-2008 14:00Thomas DeißAssigned ToThomas Deiß => Jens Grabowski
16-12-2008 14:01Thomas DeißFile Added: CR-3784-Field-reference-Resolution-V2.doc
16-12-2008 17:13Jens GrabowskiAssigned ToJens Grabowski => Ina Schieferdecker
16-12-2008 17:13Jens GrabowskiStatusassigned => resolved
17-12-2008 09:39Ina SchieferdeckerResolutionopen => fixed
17-12-2008 09:39Ina SchieferdeckerFixed in Version => Edition 4.1.1 (not yet published)
17-12-2008 09:42Ina SchieferdeckerStatusresolved => closed

Notes
(0007716)
Thomas Deiß   
16-12-2008 14:00   
I suggest to avoid text between the examples. The text should be before the examples. V2 uploaded.

Otherwise ok.