IDL 4.3 RTF Avatar
  1. OMG Issue

IDL43 — No clarification when annotation is used at various levels

  • 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)
    typedef long MyLong;
    ...
    struct Foo

    { @range (min=10, max=20) long bar1; // direct application @range (min=5, max=10) MyLong bar2; // indirect application trough type MyLong }

    ;

  • Reported: IDL 4.2 — Sun, 27 Aug 2023 08:19 GMT
  • Updated: Wed, 30 Aug 2023 15:27 GMT