Bug 2245 - fixed multiple types of issues 71/14571/2
authorMartin Uhlir <martin.uhlir@pantheon.sk>
Wed, 28 Jan 2015 08:58:55 +0000 (09:58 +0100)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 2 Feb 2015 13:27:17 +0000 (13:27 +0000)
commitfc722c75c276ae69b0bf1a8fb9329864e0ba5325
treecaaba97074250837f5a2b808878e0003fc98e3aa
parente149a02d7ccbdc4ea67863bbfc92fc141e89d2dd
Bug 2245 - fixed multiple types of issues

Issues solved:
1. Objects should be compared with "equals()"
2. Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
3. Modifiers should be declared in correct order
4. Avoid commented-out lines of code
5. Unused private fields should be removed

Change-Id: I4ca2224a9fd272dd2deb25f6f36db2ed7bd8bb99
Signed-off-by: Martin Uhlir <martin.uhlir@pantheon.sk>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/UdpChannelInitializer.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ChannelOutboundQueue.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ConnectionAdapterImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/RpcResponseKey.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/statistics/StatisticsCounters.java
util/src/main/java/org/opendaylight/openflowjava/util/ByteBufUtils.java