ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0005365Part 01: TTCN-3 Core LanguageTechnicalpublic23-09-2009 18:0916-02-2010 07:00
Anthony Baire 
Ina Schieferdecker 
normalminoralways
closedfixed 
v4.1.1 (published 2009-06) 
v4.2.1 (published 2010-07)v4.2.1 (published 2010-07) 
A.1.6.2.4
     
0005365: [BNF] various issues in ValueSpec
The new definition of ValueSpec has several issues:
 - it is not consistent with the textual description of the feature in 22.2.2
 - it is too loose (and thus not easy to parse)
 - the presence of TypeDefIdentifier is superfluous because this rule is already included by FieldReference

  ValueSpec ::= ValueKeyword ( VariableRef | "(" { [ VariableRef [ AssignmentChar (FieldReference | TypeDefIdentifier) ExtendedFieldReference ] ] [","] } ")" )


Suggested replacement:

  ValueSpec ::= ValueKeyword ( VariableRef | "(" SingleValueSpec { "," SingleValueSpec } ")" )
  SingleValueSpec ::= VariableRef [ AssignmentChar FieldReference ExtendedFieldReference ]

No tags attached.
Issue History
23-09-2009 18:09Anthony BaireNew Issue
23-09-2009 18:09Anthony BaireStatusnew => assigned
23-09-2009 18:09Anthony BaireAssigned To => Ina Schieferdecker
23-09-2009 18:09Anthony BaireClause Reference(s) => A.1.6.2.4
23-09-2009 18:09Anthony BaireSource (company - Author) =>
07-12-2009 14:26Ina SchieferdeckerTarget Version => Edition 4.2.1 (not yet published)
07-12-2009 14:26Ina SchieferdeckerDescription Updated
14-02-2010 14:07Ina SchieferdeckerNote Added: 0009200
14-02-2010 14:07Ina SchieferdeckerStatusassigned => resolved
14-02-2010 14:07Ina SchieferdeckerResolutionopen => fixed
14-02-2010 14:07Ina SchieferdeckerFixed in Version => Edition 4.2.1 (not yet published)
16-02-2010 07:00Ina SchieferdeckerStatusresolved => closed

Notes
(0009200)
Ina Schieferdecker   
14-02-2010 14:07   
As proposed.