<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:52:13 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>[YANGTOOLS-83] Unnecessary import of RoutingContext</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-83</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;In the controller project, the flow service model (sal-flow.yang), the following snippet:&lt;/p&gt;

&lt;p&gt;    notification node-error-notification {&lt;br/&gt;
        uses error:error-message;&lt;br/&gt;
        uses tr:transaction-aware;&lt;br/&gt;
        uses tr:transaction-metadata;&lt;br/&gt;
        choice object-reference {&lt;br/&gt;
        case flow-ref{&lt;br/&gt;
                   leaf flow-ref &lt;/p&gt;
{
            type types:flow-ref;
         }
&lt;p&gt;       }&lt;br/&gt;
        case group-ref{&lt;br/&gt;
                   leaf group-ref &lt;/p&gt;
{
            type group-type:group-ref;
         }
&lt;p&gt;       }&lt;br/&gt;
        case meter-ref{&lt;br/&gt;
                   leaf meter-ref &lt;/p&gt;
{
            type meter-type:meter-ref;
         }
&lt;p&gt;       }&lt;br/&gt;
     }&lt;br/&gt;
        leaf node &lt;/p&gt;
{
            ext:context-reference &quot;inv:node-context&quot;;
            type inv:node-ref;
        }

&lt;p&gt;    }&lt;/p&gt;


&lt;p&gt;Results in unused:&lt;/p&gt;

&lt;p&gt;import org.opendaylight.yangtools.yang.binding.annotations.RoutingContext;&lt;/p&gt;

&lt;p&gt;being emitted in NodeErrorNotificationBuilder. This pollutes eclipse with warnings.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22503">YANGTOOLS-83</key>
            <summary>Unnecessary import of RoutingContext</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</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="jgloncak">Jozef Gloncak</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Feb 2014 09:09:32 +0000</created>
                <updated>Sun, 10 Apr 2022 18:34:58 +0000</updated>
                            <resolved>Tue, 1 Jul 2014 11:04:23 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="42630" author="jgloncak" created="Mon, 24 Feb 2014 06:53:51 +0000"  >&lt;p&gt;Working on it.&lt;/p&gt;</comment>
                            <comment id="42631" author="jgloncak" created="Mon, 24 Feb 2014 08:32:50 +0000"  >&lt;p&gt;Following solution was proposed:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/5448/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/5448/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42632" author="jgloncak" created="Tue, 29 Apr 2014 05:28:46 +0000"  >&lt;p&gt;patch set 7&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/5448/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/5448/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;still working on it.&lt;/p&gt;</comment>
                            <comment id="42633" author="jgloncak" created="Wed, 30 Apr 2014 11:01:01 +0000"  >&lt;p&gt;patch set 13&lt;/p&gt;</comment>
                            <comment id="42634" author="jgloncak" created="Wed, 30 Apr 2014 12:44:18 +0000"  >&lt;p&gt;patch set 15&lt;/p&gt;

&lt;p&gt;for Class, StringBuilder and String classes always fully qualified name is used. It can happen that interface with name Class, StringBuilder or String is generated in other package (is child element in YANG) and then is included in including interface (parent YANG element) in which name conflict would occure.&lt;/p&gt;</comment>
                            <comment id="42635" author="jgloncak" created="Mon, 30 Jun 2014 10:11:46 +0000"  >&lt;p&gt;patch set 18 was uploaded.&lt;/p&gt;

&lt;p&gt;importedName method is called also for every java.lang belonging class and these classes are now printed in fully qualified format.&lt;/p&gt;</comment>
                            <comment id="42636" author="jgloncak" created="Tue, 1 Jul 2014 11:04:23 +0000"  >&lt;p&gt;merged on 01JUL2014&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>428</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=428]]></customfieldvalue>

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

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