oclint warnings for Arx in branch 1.1-branch
double negative
(1)
empty catch statement
(1)
multiple unary operator
(1)
non case label in switch statement
(1)
redundant local variable
(1)
empty for statement
(2)
empty while statement
(2)
too many parameters
(3)
unnecessary null check for dealloc
(4)
unused method parameter
(4)
avoid default arguments on virtual methods
(5)
redundant if statement
(5)
unnecessary default statement in covered switch statement
(5)
avoid branching statement as last in loop
(6)
empty else block
(6)
ill-placed default label in switch statement
(6)
redundant conditional operator
(12)
dead code
(13)
(ungrouped warnings)
(19)
missing break in switch statement
(29)
avoid private static members
(34)
too few branches in switch statement
(42)
constant conditional operator
(45)
missing default in switch statements
(59)
long method
(62)
unused local variable
(62)
empty if statement
(69)
goto statement
(70)
unnecessary else statement
(85)
constant if expression
(111)
high ncss method
(129)
high cyclomatic complexity
(164)
useless parentheses
(168)
inverted logic
(205)
parameter reassignment
(220)
prefer early exits and continue
(221)
high npath complexity
(253)
collapsible if statements
(380)
deep nested block
(428)
long line
(1176)