-
Key: IDL43-80
-
Status: open Implementation work Blocked
-
Source: Remedy IT Expertise BV ( Johnny Willemsen)
-
Summary:
There is nothing explained what the expected behavior is when an annotation is applied at multiple levels, for example see the changed example from 8.3.3, what is the range for Foo:bar2, is it min=10,max=20 or min=5,max=10
@range (min=10, max=20)
{ @range (min=10, max=20) long bar1; // direct application @range (min=5, max=10) MyLong bar2; // indirect application trough type MyLong }
typedef long MyLong;
...
struct Foo;
-
Reported: IDL 4.2 — Sun, 27 Aug 2023 08:19 GMT
-
Updated: Tue, 11 Jun 2024 22:11 GMT
IDL43 — No clarification when annotation is used at various levels
- Key: IDL43-80
- OMG Task Force: Interface Definition Language 4.3 RTF