<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:52:03 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-22] Promote syntactic errors from WARNING to ERROR</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-22</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;If the following (or similar) warning is encountered:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; line 300:1 mismatched input &apos;}&apos; expecting &lt;/p&gt;
{&apos;when&apos;, &apos;uses&apos;, &apos;status&apos;, &apos;reference&apos;, &apos;list&apos;, &apos;leaf-list&apos;, &apos;leaf&apos;, &apos;if-feature&apos;, &apos;description&apos;, &apos;container&apos;, &apos;choice&apos;, &apos;case&apos;, &apos;anyxml&apos;, IDENTIFIER}

&lt;p&gt;the tools continue with:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-message:default by module:bgp-linkstate:2013-09-18 does not specify revision, using:bgp-message:2013-09-18 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-multiprotocol:default by module:bgp-linkstate:2013-09-18 does not specify revision, using:bgp-multiprotocol:2013-09-18 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-linkstate:default by module:bgpls-nlri:2013-08-12 does not specify revision, using:bgp-linkstate:2013-09-18 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-types:default by module:bgp-message:2013-09-18 does not specify revision, using:bgp-types:2013-09-19 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-message:default by module:bgp-multiprotocol:2013-09-18 does not specify revision, using:bgp-message:2013-09-18 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;WARNING&amp;#93;&lt;/span&gt; Import:bgp-types:default by module:bgp-multiprotocol:2013-09-18 does not specify revision, using:bgp-types:2013-09-19 for module dependency sort&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; yang-to-sources: Unable to parse yang files from /home/nite/bgpcep/bgp/parser-api/src/main/yang&lt;br/&gt;
org.opendaylight.yangtools.yang.parser.util.YangParseException: Error in module &apos;bgpls-nlri&apos; at line 117: Referenced grouping &apos;igp-bits&apos; not found.&lt;br/&gt;
        at org.opendaylight.yangtools.yang.parser.util.GroupingUtils.getTargetGroupingFromModules(GroupingUtils.java:119)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.resolveUsesTargetGrouping(YangParserImpl.java:779)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.build(YangParserImpl.java:305)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.parser.impl.YangParserImpl.parseYangModelsFromStreamsMapped(YangParserImpl.java:201)&lt;br/&gt;
        at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.processYang(YangToSourcesProcessor.java:97)&lt;br/&gt;
        at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.execute(YangToSourcesProcessor.java:74)&lt;br/&gt;
        at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesMojo.execute(YangToSourcesMojo.java:102)&lt;br/&gt;
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)&lt;br/&gt;
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)&lt;br/&gt;
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)&lt;br/&gt;
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)&lt;br/&gt;
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)&lt;br/&gt;
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)&lt;br/&gt;
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;br/&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br/&gt;
        at java.lang.reflect.Method.invoke(Method.java:606)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)&lt;br/&gt;
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)&lt;/p&gt;

&lt;p&gt;E.g. leading the user to a completely different territory. What should have happened is that processing should have stopped at the syntactic error and no other messages should&apos;ve been reported.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22442">YANGTOOLS-22</key>
            <summary>Promote syntactic errors from WARNING to ERROR</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="-1">Unassigned</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Sep 2013 15:16:34 +0000</created>
                <updated>Sun, 10 Apr 2022 18:34:52 +0000</updated>
                            <resolved>Mon, 30 Sep 2013 11:20:13 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="42534" author="mvitez@cisco.com" created="Mon, 30 Sep 2013 11:20:13 +0000"  >&lt;p&gt;Fixed in yang-maven-plugin 0.5.9-SNAPSHOT.&lt;br/&gt;
Every syntactic error will cause an exception.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/1506/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/1506/&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>84</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=84]]></customfieldvalue>

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

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