<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:09: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>[MDSAL-203] Unsupported UTF-8 code.</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-203</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;When compile the controller project on Windows (7/10), an error occurs when compile the JAVA code such as 0..4294967295 that generated by yang-tools. It may because the &quot;..&quot; is not recognized in Windows.&lt;/p&gt;

&lt;p&gt;The error message is:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; C:\Users\sweet\git\controller\benchmark\api\target\generated-sources\mdsal-binding\org\opendaylight\yang\gen\v1\urn\opendaylight\params\xml\ns\yang\rpcbenchmark\rev150702\TestStatusOutputBuilder.java:74: &#38169;&#35823;: &#32534;&#30721;UTF-8&#30340;&#19981;&#21487;&#26144;&#23556;&#23383;&#31526;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; throw new IllegalArgumentException(String.format(&quot;Invalid range: %s, expected: [&lt;span class=&quot;error&quot;&gt;&amp;#91;0?E4294967295&amp;#93;&lt;/span&gt;].&quot;, value));&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; ^&lt;/p&gt;

&lt;p&gt;The solution may be changing the &quot;..&quot; to a real two point &quot;.&quot; .&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27025">MDSAL-203</key>
            <summary>Unsupported UTF-8 code.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="sweetreg@126.com">Qing Dong</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Oct 2016 07:35:19 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:17 +0000</updated>
                            <resolved>Sat, 29 Oct 2016 00:05:46 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="54497" author="pkajsa" created="Tue, 25 Oct 2016 11:52:58 +0000"  >&lt;p&gt;It seems like binding-generator issue, so moved to md-sal.&lt;/p&gt;</comment>
                            <comment id="54498" author="rovarga" created="Wed, 26 Oct 2016 14:05:50 +0000"  >&lt;p&gt;I am not sure this is actually our fault. The string is generated from Guava, which I assume is used all over the place.&lt;/p&gt;

&lt;p&gt;There do not seem to be any problems with its encoding on systems which are configured with native UTF-8.&lt;/p&gt;

&lt;p&gt;Can you upload a binary of TestStatusOutputBuilder, please?&lt;/p&gt;

&lt;p&gt;Also can you detail your locale settings (as they may provide a clue as to what is going on)?&lt;/p&gt;</comment>
                            <comment id="54499" author="rovarga" created="Wed, 26 Oct 2016 14:07:49 +0000"  >&lt;p&gt;I strongly suspect default mapping issues, hinted at: &lt;a href=&quot;http://stackoverflow.com/questions/23677855/android-studio-unmappable-character-for-encoding-utf-8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://stackoverflow.com/questions/23677855/android-studio-unmappable-character-for-encoding-utf-8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54506" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:23:15 +0000"  >&lt;p&gt;Attachment TestStatusOutputBuilder.java has been added with description: In line 74.&lt;/p&gt;</comment>
                            <comment id="54500" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:25:08 +0000"  >&lt;p&gt;I opened the file in two softwares, the showing word is different.&lt;/p&gt;</comment>
                            <comment id="54507" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:25:08 +0000"  >&lt;p&gt;Attachment vs.png has been added with description: Behavior in different software&lt;/p&gt;</comment>
                            <comment id="54501" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:26:39 +0000"  >&lt;p&gt;My OS is Windows 10 Chinese Simp. I set the encode of the text editor in Eclipse to UTF-8.&lt;/p&gt;</comment>
                            <comment id="54502" author="rovarga" created="Thu, 27 Oct 2016 10:38:01 +0000"  >&lt;p&gt;So the codegen emits output in whatever the local setting is (simplified Chinese in this case), but our toolkit expects it to be in UTF-8.&lt;/p&gt;

&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/47661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/47661&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54503" author="rovarga" created="Thu, 27 Oct 2016 11:38:47 +0000"  >&lt;p&gt;boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/47663&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/47663&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54504" author="sweetreg@126.com" created="Fri, 28 Oct 2016 01:53:31 +0000"  >&lt;p&gt;It works fine now! Thank you!&lt;/p&gt;</comment>
                            <comment id="54505" author="rovarga" created="Sat, 29 Oct 2016 00:05:46 +0000"  >&lt;p&gt;Thanks for confirming &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13818" name="TestStatusOutputBuilder.java" size="11575" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:23:15 +0000"/>
                            <attachment id="13819" name="vs.png" size="7968" author="sweetreg@126.com" created="Wed, 26 Oct 2016 14:25:08 +0000"/>
                    </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>7013</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=7013]]></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="10335"><![CDATA[Boron-2]]></customfieldvalue>

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

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