RestJava Online Help
Contents
Overview of analyzed anomalies
The RestJava analyzer analyses and marks the following Java code anomalies:
L
OCAL
File Organization
Incorrect position or format of package/import statement
Bad order of variables at the declaration
Indentation
Incorrect indentation
Too long line
Bad line break
Comments
Missing or incomplete initial comment
Missing class/interface comment
Declarations
Multiple declarations on the same line
Statements
Multiple statements on the same line
Incorrect format 'if - else' statement
Incorrect format 'for' statement
Incorrect format 'while' statement
Incorrect return
White Space
Bad using blank lines
Bad using blank spaces
Naming Conventions
Incorrect name convention
Using nonstandard name
Using
Unused variables
Unused parameters
Other
Missing public class or public interface
Too deep nesting
Complex logical expression
Too long file
High Cyclomatic complexity
G
LOBAL
Using
Unused class or interface
Unused method
See also:
Class and interface declaration
Documentation comments
© 2001-2011, InfoTech-Cs (
http://www.infotech-cs.eu
)