<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:55:01 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-1039] Unable to refine anyxml node from imported model</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1039</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;Given 2 yang models:&lt;/p&gt;

&lt;p&gt;a.yang&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
module a {
    namespace &lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:a&quot;&lt;/span&gt;;
    prefix &lt;span class=&quot;code-quote&quot;&gt;&quot;a&quot;&lt;/span&gt;;
    revision 2019-11-24 {
        description &lt;span class=&quot;code-quote&quot;&gt;&quot;Initial revision&quot;&lt;/span&gt;;
    }
    grouping arg-path {
        anyxml path {
            description &lt;span class=&quot;code-quote&quot;&gt;&quot;ABC&quot;&lt;/span&gt;;
            mandatory &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;;
        }
    }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;b.yang&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
module b {
    namespace &lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:b&quot;&lt;/span&gt;;
    prefix &lt;span class=&quot;code-quote&quot;&gt;&quot;b&quot;&lt;/span&gt;;    
    &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; a { prefix &lt;span class=&quot;code-quote&quot;&gt;&quot;a&quot;&lt;/span&gt;; }
    revision 2019-11-24 {
        description &lt;span class=&quot;code-quote&quot;&gt;&quot;Initial revision&quot;&lt;/span&gt;;
    }
    
    rpc rpc1 {
        input {
            uses a:arg-path { refine path { mandatory &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;; } }
        }
    }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Second model can&apos;t be compiled:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[ERROR] Failed to execute goal org.opendaylight.yangtools:yang-maven-plugin:3.0.4:generate-sources (binding) on project jsonrpc-test-model: Failed to process reactor ProcessorModuleReactor{sources=[RevisionSourceIdentifier [name=test-model@2016-11-17], RevisionSourceIdentifier [name=test-model-op-only@2018-03-05], RevisionSourceIdentifier [name=b@2019-11-24], RevisionSourceIdentifier [name=a@2019-11-24]], parser=org.opendaylight.yangtools.yang.parser.impl.YangParserImpl@3bbf1c0d}: Failed to assemble sources: Some of EFFECTIVE_MODEL modifiers &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; statements were not resolved. Refine target node Relative{path=[(urn:opendaylight:b?revision=2019-11-24)path]} not found. [at test-model/src/main/yang/b.yang:14:30] -&amp;gt; [Help 1]

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Interestingly, refine target node is found when grouping is from same YANG model.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32213">YANGTOOLS-1039</key>
            <summary>Unable to refine anyxml node from imported model</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rkosegi">Richard Kosegi</reporter>
                        <labels>
                    </labels>
                <created>Sun, 24 Nov 2019 14:42:26 +0000</created>
                <updated>Sun, 18 Oct 2020 20:37:44 +0000</updated>
                            <resolved>Sun, 18 Oct 2020 20:37:00 +0000</resolved>
                                    <version>3.0.4</version>
                                    <fixVersion>6.0.0</fixVersion>
                    <fixVersion>4.0.13</fixVersion>
                    <fixVersion>5.0.7</fixVersion>
                                    <component>parser</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="68716" author="rovarga" created="Sun, 18 Oct 2020 20:37:00 +0000"  >&lt;p&gt;yangtools-3.0.x is no longer supported and I cannot reproduce it on any supported streams. It probably got fixed as a side-effect of something else.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03q4f:</customfieldvalue>

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