Opened 14 years ago

Closed 14 years ago

#4 closed defect (fixed)

Incorrect identifier selection in checkTypeDefOrderInGroup

Reported by: phdmakk Owned by: phdmakk
Priority: major Milestone: v1.0.x Series
Component: T3Q Version: 1.0
Keywords: Cc:

Description

The following example generates an incorrect warning due to taking the wrong identifier into consideration in the last definition.

Example: Note that alphabetical order is ok!!
group g1{

type integer m1;
type record m2 {}
type set m3 {}
type record m4 {}
type m1 m5;

}

Warning:
Module_TypesAndValues.ttcn: 13-57: WARNING: Structure of Data: Type
definitions <"m4","m1"> within group "g1" are not alphabetically
ordered!4.1, checkTypeDefOrderInGroup

See also http://t-ort.etsi.org/view.php?id=5585

Change History (2)

comment:1 Changed 14 years ago by phdmakk

  • Status changed from new to accepted

comment:2 Changed 14 years ago by phdmakk

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.