﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4	Incorrect identifier selection in checkTypeDefOrderInGroup	phdmakk	phdmakk	"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"	defect	closed	major	v1.0.x Series	T3Q	1.0	fixed		
