Fix issues related to checkstyle compliance 75/52275/1
authorDavid <[email protected]>
Sun, 26 Feb 2017 18:16:11 +0000 (19:16 +0100)
committerDavid <[email protected]>
Sun, 26 Feb 2017 18:16:11 +0000 (19:16 +0100)
commit48d8df7e6978e7f84565ae2b988bc4f111f9908f
tree5b2c4120fad63513feb69ff5a4db3b5bb8a9f6f0
parent7cb0fbb00bacaeda245b92a04ce08df661984bba
Fix issues related to checkstyle compliance

Fix issues related to checkstyle compliance in module
sfc-openflow-utils:
- Copyright sections
- Line lengths
- Order imports
- Declaration of constants: name, modifiers
- Formatting
- Rename variables
- Move declaration of variables closer to their use
- Exception catching
- Enforcement in pom.xml

Change-Id: I0679a193d3efdca9a9fc1b01dd49c3fdd8459941
Signed-off-by: David <[email protected]>
sfc-util/sfc-openflow-utils/pom.xml
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/SfcOpenflowUtils.java
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/writer/FlowDetails.java
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/writer/FlowSetRemoverTask.java
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/writer/FlowSetWriterTask.java
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/writer/SfcOfFlowWriterImpl.java
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/writer/SfcOfFlowWriterInterface.java
sfc-util/sfc-openflow-utils/src/test/java/org/opendaylight/sfc/util/openflow/SfcOpenflowUtilsTest.java