<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:54:56 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-1011] Empty XML anydata nodes cannot be normalized</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1011</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The following exception is thrown when an attempt to normalize a DOMSourceAnydata which does not contain any data&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;java.lang.IllegalStateException: Attributes can be extracted only from START_ELEMENT.
&#160;&#160; &#160;at com.google.common.base.Preconditions.checkState(Preconditions.java:508)
&#160;&#160; &#160;at org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream.getElementAttributes(XmlParserStream.java:301)
&#160;&#160; &#160;at org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream.read(XmlParserStream.java:387)
&#160;&#160; &#160;at org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream.parse(XmlParserStream.java:270)
&#160;&#160; &#160;at org.opendaylight.yangtools.yang.data.codec.xml.DOMSourceAnydata.writeTo(DOMSourceAnydata.java:65)
&#160;&#160; &#160;at org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata.normalizeTo(AbstractNormalizableAnydata.java:36)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31824">YANGTOOLS-1011</key>
            <summary>Empty XML anydata nodes cannot be normalized</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="10000">Done</resolution>
                                        <assignee username="rkashapov">Ruslan Kashapov</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Thu, 25 Jul 2019 13:55:17 +0000</created>
                <updated>Thu, 23 Feb 2023 11:02:46 +0000</updated>
                            <resolved>Tue, 21 Feb 2023 12:34:44 +0000</resolved>
                                    <version>3.0.3</version>
                                    <fixVersion>11.0.0</fixVersion>
                    <fixVersion>8.0.10</fixVersion>
                    <fixVersion>9.0.7</fixVersion>
                    <fixVersion>10.0.5</fixVersion>
                                    <component>codecs</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="67027" author="rovarga" created="Thu, 25 Jul 2019 14:00:32 +0000"  >&lt;p&gt;The problem is that the normalization skips the first event in an attempt to skip the outer wrapper element. This leads to moving from START_DOCUMENT to START_ELEMENT, which is okay, except XmlParserStream.read() also performs nextTag(), which moves it to END_ELEMENT &#8211; and it expects to land at the START_ELEMENT.&lt;/p&gt;

&lt;p&gt;This is a bit of a pickle, as we need to reconcile who deals with which element when coming in from a regular document vs. an anydata document.&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|i03oin:</customfieldvalue>

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