Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005834Part 01: TTCN-3 Core LanguageEditorialpublic30-11-2010 15:3701-12-2010 16:51
ReporterIna Schieferdecker 
Assigned ToIna Schieferdecker 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Versionv4.3.1 (published 2011-06)Fixed in Versionv4.3.1 (published 2011-06) 
Summary0005834: Enumeration values are of local scope - example is to be corrected
DescriptionDue to the local scope of enumeration values the two definitions do not clash any more:

    type enumerated MyFirstEnumType {
        Monday, Tuesday, Wednesday, Thursday, Friday
    };

    type integer Monday;
    // This definition causes an error as the name of the type has local or global visibility

Anyhow, the comment would have to be corrected.

Proposal is:

    type enumerated MyFirstEnumType {
        Monday, Tuesday, Wednesday, Thursday, Friday
    };

    type integer Monday;
    // This definition does not clash with the previous one as Monday in MyFirstEnumType is of local scope

This relates to the resolution in CR 5553
TagsNo tags attached.
Clause Reference(s)6.2.4 Example 1
Source (company - Author)Ina Schieferdecker, FOKUS
Attached Files

- Relationships
related to 0005553closedIna Schieferdecker Interpretation of import mechanism 
related to 0005996closedIna Schieferdecker Correct const enumerated example the same way as the type example 

-  Notes
(0009903)
Gyorgy Rethy (reporter)
01-12-2010 16:36

Proposal is OK with me.

- Issue History
Date Modified Username Field Change
30-11-2010 15:37 Ina Schieferdecker New Issue
30-11-2010 15:37 Ina Schieferdecker Clause Reference(s) => 6.2.4 Example 1
30-11-2010 15:37 Ina Schieferdecker Source (company - Author) => Ina Schieferdecker, FOKUS
30-11-2010 15:38 Ina Schieferdecker Relationship added related to 0005553
30-11-2010 15:38 Ina Schieferdecker Project TTCN-3 Change Requests => Part 01: TTCN-3 Core Language
30-11-2010 17:37 Gyorgy Rethy Assigned To => Ina Schieferdecker
30-11-2010 17:37 Gyorgy Rethy Status new => assigned
30-11-2010 17:37 Gyorgy Rethy Target Version => Edition 4.3.1 (not yet published)
01-12-2010 16:36 Gyorgy Rethy Note Added: 0009903
01-12-2010 16:51 Ina Schieferdecker Status assigned => resolved
01-12-2010 16:51 Ina Schieferdecker Resolution open => fixed
01-12-2010 16:51 Ina Schieferdecker Fixed in Version => Edition 4.3.1 (not yet published)
01-12-2010 16:51 Ina Schieferdecker Status resolved => closed
09-08-2012 13:46 Ina Schieferdecker Relationship added related to 0005996


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker