<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:08:49 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-167] no constructor for indentityref in union</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-167</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;The generated java code for union with identityref doens&apos;t include a constructor for identityref.&lt;/p&gt;

&lt;p&gt;module union-with-identityref {&lt;br/&gt;
    yang-version 1;&lt;br/&gt;
    namespace &quot;urn:opendaylight:yang:union:test&quot;;&lt;br/&gt;
    prefix &quot;uniontest&quot;;&lt;/p&gt;

&lt;p&gt;    description &quot;test union with identityref&quot;;&lt;/p&gt;

&lt;p&gt;    revision &quot;2016-05-09&quot;;&lt;/p&gt;

&lt;p&gt;    identity ident-base;&lt;br/&gt;
    identity ident-one &lt;/p&gt;
{
        base ident-base;
    }&lt;br/&gt;
    identity ident-two {        base ident-base;    }

&lt;p&gt;    typedef union-type {&lt;br/&gt;
        type union {&lt;br/&gt;
            type uint8;&lt;br/&gt;
            type identityref &lt;/p&gt;
{
                base ident-base;
            }
&lt;p&gt;        }&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;generated java code&lt;br/&gt;
public class UnionType&lt;br/&gt;
 implements Serializable {&lt;br/&gt;
    private static final long serialVersionUID = 4724108168179933454L;&lt;br/&gt;
    private final java.lang.Short _uint8;&lt;br/&gt;
    private final char[] _value;&lt;/p&gt;


&lt;p&gt;    public UnionType(java.lang.Short _uint8) &lt;/p&gt;
{
        super();
        this._uint8 = _uint8;
        this._value = _uint8.toString().toCharArray();
    }
&lt;p&gt;...&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26989">MDSAL-167</key>
            <summary>no constructor for indentityref in union</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="yamahata">Isaku Yamahata</assignee>
                                    <reporter username="yamahata">Isaku Yamahata</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 May 2016 19:44:45 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:15 +0000</updated>
                            <resolved>Sat, 4 Jun 2016 05:16:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="54324" author="yamahata" created="Thu, 12 May 2016 20:35:39 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38822/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38822/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54325" author="yamahata" created="Thu, 12 May 2016 21:56:47 +0000"  >&lt;p&gt;This is a blocker for neutron northbound project.&lt;/p&gt;</comment>
                            <comment id="54326" author="rovarga" created="Sat, 28 May 2016 21:14:46 +0000"  >&lt;p&gt;Be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/39559&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/39559&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>5883</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=5883]]></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|i02wq7:</customfieldvalue>

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