Add checkstyle rule UpperEll and fix all code accordingly. 35/2335/3
authorAlissa Bonas <abonas@redhat.com>
Sun, 3 Nov 2013 13:21:31 +0000 (15:21 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 5 Nov 2013 17:19:15 +0000 (17:19 +0000)
commit62e7364552cc671134c06821e6f9dbe3579ea0dc
treeee34fa55ddb4107f645455ab97ddd6fe8f4676fc
parentee524c71dde79ffceff1cb155b1606ffdb6bc575
Add checkstyle rule UpperEll and fix all code accordingly.

UpperEll rule ensures that numbers of type long
are defined with a capital "L" in the end instead of "l"
for a better readability - per java language specification
recommendation.

Change-Id: I068c32d4aaed0980bee1d93cfeec511e72bad2f1
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml
opendaylight/protocol_plugins/openflow/src/test/java/org/opendaylight/controller/protocol_plugin/openflow/internal/FlowProgrammerServiceTest.java
opendaylight/sal/api/src/test/java/org/opendaylight/controller/sal/flowprogrammer/FlowTest.java
opendaylight/sal/api/src/test/java/org/opendaylight/controller/sal/match/MatchTest.java
opendaylight/samples/simpleforwarding/src/test/java/org/opendaylight/controller/samples/simpleforwarding/internal/HostSwitchTest.java