<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:25 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>[NEUTRON-52] Better practices</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-52</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;package org.opendaylight.neutron.transcriber;&lt;/p&gt;


&lt;p&gt;class : public abstract class AbstractNeutronInterface&lt;/p&gt;

&lt;p&gt;1. This can be made final --&amp;gt;    private DataBroker db;&lt;br/&gt;
2. Class can have a header comment&lt;/p&gt;


&lt;p&gt;public class Activator implements BundleActivator&lt;/p&gt;

&lt;p&gt;1. can be made final --&amp;gt;   private ProviderContext providerContext;&lt;br/&gt;
2. As a general practice local variables can be made final &lt;/p&gt;


&lt;p&gt;public class NeutronFloatingIPInterface extends &lt;/p&gt;

&lt;p&gt;1. can be made final --&amp;gt; private ConcurrentMap&amp;lt;String, NeutronFloatingIP&amp;gt; floatingIPDB  = new ConcurrentHashMap&amp;lt;String, NeutronFloatingI&lt;br/&gt;
2. unused variable --&amp;gt;    NeutronSubnet subnet = subnetCRUD.getSubnet(networkCRUD.getNetwork(floatIP.getFloatingNetworkUUID()).getSubnets().get(0));&lt;/p&gt;


&lt;p&gt;public class NeutronLoadBalancerInterface extends &lt;/p&gt;

&lt;p&gt;1. can be made final --&amp;gt;     private ConcurrentMap&amp;lt;String, eutronLoadBalancer&amp;gt; loadBalancerDB &lt;/p&gt;


&lt;p&gt;similar conventions can be verified in other classes&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26614">NEUTRON-52</key>
            <summary>Better practices</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="abbas.pareedkunju@tcs.com">Abbas P Pareedkunju</assignee>
                                    <reporter username="shashidharc@huawei.com">Shashidhar Shekar</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Jun 2015 11:59:55 +0000</created>
                <updated>Fri, 10 Jun 2016 06:24:15 +0000</updated>
                            <resolved>Fri, 10 Jun 2016 06:24:15 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>transcriber</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53385" author="abbas.pareedkunju@tcs.com" created="Tue, 31 May 2016 10:01:23 +0000"  >&lt;p&gt;Hi Shashidhar,&lt;/p&gt;


&lt;p&gt;Would you have any idea what the AbstractNeutronInterface.java class is used for, to add to the header comment.&lt;/p&gt;

&lt;p&gt;I have already incorporated the other comments. Will send you for the review once I add this aswell.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Abbas&lt;/p&gt;</comment>
                            <comment id="53386" author="abbas.pareedkunju@tcs.com" created="Thu, 2 Jun 2016 06:40:43 +0000"  >&lt;p&gt;The below patch submitted for review on the Unused Imports across Neutron &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39632/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39632/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other changes would be submitted as a different patch as suggested by Isaku Yamahata on the review.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Abbas&lt;/p&gt;</comment>
                            <comment id="53387" author="abbas.pareedkunju@tcs.com" created="Fri, 3 Jun 2016 06:39:48 +0000"  >
&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/39632/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/39632/&lt;/a&gt;&lt;br/&gt;
Merged for cleanup of Unused Imports...&lt;/p&gt;</comment>
                            <comment id="53388" author="abbas.pareedkunju@tcs.com" created="Fri, 10 Jun 2016 06:24:15 +0000"  >&lt;p&gt;Patch to declare local variables to final in transcriber:&lt;/p&gt;

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

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

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