<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:08:30 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[MDSAL-47] Incorrect type transformation in TypeProviderImpl.javaTypeForSchemaDefinitionType</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-47</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;Incorrect Type transformation from yang typedef to GeneratedTransferObject when base type of yang typedef is integer or decimal type or derived from and the typedef is used in leaf with additional range constraint restriction.&lt;/p&gt;

&lt;p&gt;Yang model:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;module typedefs {
  typedef yang-int8 {
    type int8;
  }
}

module buggy-typedef-use {
  import typedefs { prefix tp; }

  leaf used-type {
    type tp:yang-int8;
  }

  leaf restricted-type {
    type tp:yang-int8 {
      range 1..100;
    }
  }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Transformation of leaf &quot;used-type&quot; results into GeneratedTransferObject implementation since it is transformation of typedef statement to Yang Java Type. Transformation of &quot;restricted-type&quot; leaf results into &quot;Concrete Type&quot; without additional range restriction check which is invalid since it should be transformed as GeneratedTransferObject&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="26869">MDSAL-47</key>
            <summary>Incorrect type transformation in TypeProviderImpl.javaTypeForSchemaDefinitionType</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="filip.gregor@pantheon.tech">Filip Gregor</assignee>
                                    <reporter username="lsedlak@cisco.com">Lukas Sedlak</reporter>
                        <labels>
                    </labels>
                <created>Sun, 14 Sep 2014 15:00:43 +0000</created>
                <updated>Thu, 15 Jul 2021 14:51:22 +0000</updated>
                            <resolved>Mon, 2 May 2016 11:32:14 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="54018" author="ricjhill@gmail.com" created="Mon, 27 Oct 2014 13:20:05 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf log from 27th October snapshot&lt;/p&gt;</comment>
                            <comment id="54014" author="rovarga" created="Fri, 18 Sep 2015 16:09:25 +0000"  >&lt;p&gt;Moved to the MD-SAL project&lt;/p&gt;</comment>
                            <comment id="54015" author="rovarga" created="Fri, 18 Sep 2015 16:11:57 +0000"  >&lt;p&gt;Re-enabled test case: &lt;a href=&quot;https://git.opendaylight.org/gerrit/27165&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/27165&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54016" author="filip.gregor@pantheon.tech" created="Fri, 19 Feb 2016 07:20:03 +0000"  >&lt;p&gt;suggested workaround &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27165/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27165/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54017" author="rovarga" created="Mon, 2 May 2016 09:54:45 +0000"  >&lt;p&gt;Be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38258/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38258/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13791" name="karaf.log" size="171398" author="ricjhill@gmail.com" created="Mon, 27 Oct 2014 13:20:05 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1862</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1862]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10341"><![CDATA[Beryllium-3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02vzj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>