<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:08:30 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-46] Generated javadoc contains symbols of javadoc comment tags</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-46</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;Symbols of javadoc comment tags are not encoded during generation from yang description.&lt;/p&gt;

&lt;p&gt;this description in yang:&lt;br/&gt;
   description &quot;e.g. 1/&lt;b&gt;/&lt;/b&gt;&quot;;&lt;/p&gt;

&lt;p&gt;is represented in javadoc like:&lt;br/&gt;
/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;e.g. 1/&lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
 */&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;so you get compilation error&lt;/p&gt;

&lt;p&gt;encoding for javadoc comment tags:&lt;br/&gt;
use &amp;#47; instead of /&lt;br/&gt;
use &amp;#42; instead of *&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="26868">MDSAL-46</key>
            <summary>Generated javadoc contains symbols of javadoc comment tags</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="ifoltin">Igor Foltin</assignee>
                                    <reporter username="msunal@cisco.com">Martin Sunal</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Sep 2014 08:00:10 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:04 +0000</updated>
                            <resolved>Mon, 22 Feb 2016 12:49:10 +0000</resolved>
                                                                        <due>Thu, 21 Jan 2016 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="54007" author="lborak@cisco.com" created="Thu, 4 Sep 2014 10:12:32 +0000"  >&lt;p&gt;proposed patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/10753/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/10753/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54008" author="colin@colindixon.com" created="Mon, 15 Jun 2015 16:40:57 +0000"  >&lt;p&gt;This is still true, but for the HTML formatting elements in comments.&lt;/p&gt;

&lt;p&gt;/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&amp;lt;p&amp;gt;This class represents the following YANG schema fragment defined in module &amp;lt;b&amp;gt;multilevelmodeling&amp;lt;/b&amp;gt;&lt;/li&gt;
	&lt;li&gt;&amp;lt;br&amp;gt;(Source path: &amp;lt;i&amp;gt;META-INF/yang/multilevelmodeling.yang&amp;lt;/i&amp;gt;):&lt;/li&gt;
	&lt;li&gt;&amp;lt;pre&amp;gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;It should look like:&lt;/p&gt;

&lt;p&gt;/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&amp;lt;p&amp;gt;This class represents the following YANG schema fragment defined in module &amp;lt;b&amp;gt;multilevelmodeling&amp;lt;/b&amp;gt;&lt;/li&gt;
	&lt;li&gt;&amp;lt;br&amp;gt;(Source path: &amp;lt;i&amp;gt;META-INF/yang/multilevelmodeling.yang&amp;lt;/i&amp;gt;):&lt;/li&gt;
	&lt;li&gt;&amp;lt;pre&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="54009" author="martin.ciglan" created="Fri, 28 Aug 2015 10:26:23 +0000"  >&lt;p&gt;Based on latest MD-SAL split off and moving binding modules from Yangtools to MD-SAL, moving this bug to MD-SAL.&lt;/p&gt;</comment>
                            <comment id="54010" author="ifoltin" created="Mon, 31 Aug 2015 14:03:30 +0000"  >&lt;p&gt;fix pushed:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/26235/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/26235/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54011" author="rovarga" created="Tue, 10 Nov 2015 18:47:58 +0000"  >&lt;p&gt;Reopening, as the patch was reverted in: &lt;a href=&quot;https://git.opendaylight.org/gerrit/29512&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29512&lt;/a&gt;. Make sure the follow-up patch is tested at least against controller, openflowjava, openflowplugin and bgpcep projects.&lt;/p&gt;</comment>
                            <comment id="54012" author="ifoltin" created="Thu, 21 Jan 2016 13:49:51 +0000"  >&lt;p&gt;New fix pushed:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/33207/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/33207/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54013" author="rovarga" created="Thu, 4 Feb 2016 10:36:39 +0000"  >&lt;p&gt;stable/be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/34060&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/34060&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="26894">MDSAL-72</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>1672</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=1672]]></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="10328"><![CDATA[Beryllium-RC2]]></customfieldvalue>

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

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