Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
27 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
32 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 82). |
33 |
Error |
naming |
ConstantName |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
33 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
34 |
Error |
design |
VisibilityModifier |
Variable 'xmlif' must be private and have accessor methods. |
34 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
35 |
Error |
design |
VisibilityModifier |
Variable 'um' must be private and have accessor methods. |
35 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
36 |
Error |
design |
VisibilityModifier |
Variable 'xmlr' must be private and have accessor methods. |
36 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
37 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
38 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
42 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
48 |
Error |
misc |
FinalParameters |
Parameter rootType should be final. |
48 |
Error |
misc |
FinalParameters |
Parameter is should be final. |
48 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'JAXBException'. |
50 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'XMLStreamException'. |
50 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
60 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
62 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 107). |
64 |
Error |
misc |
FinalParameters |
Parameter targetType should be final. |
64 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
67 |
Error |
whitespace |
WhitespaceAround |
'if' is not followed by whitespace. |
67 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
67 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
67 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
72 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 85). |
74 |
Error |
misc |
FinalParameters |
Parameter id should be final. |
74 |
Error |
misc |
FinalParameters |
Parameter obj should be final. |
74 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
75 |
Error |
whitespace |
WhitespaceAround |
'if' is not followed by whitespace. |
75 |
Error |
whitespace |
WhitespaceAround |
'==' is not preceded with whitespace. |
75 |
Error |
whitespace |
WhitespaceAround |
'==' is not followed by whitespace. |
75 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
75 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
76 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
79 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
81 |
Error |
design |
DesignForExtension |
Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. |
82 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
82 |
Error |
misc |
FinalParameters |
Parameter schema should be final. |
82 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 89). |
83 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
87 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
88 |
Error |
misc |
FinalParameters |
Parameter elements should be final. |
88 |
Error |
misc |
ArrayTypeStyle |
Array brackets at illegal position. |
88 |
Error |
misc |
FinalParameters |
Parameter localName should be final. |
88 |
Error |
whitespace |
WhitespaceAround |
'for' is not followed by whitespace. |
89 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
96 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
100 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
102 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
108 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
108 |
Error |
design |
DesignForExtension |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. |
108 |
Error |
misc |
FinalParameters |
Parameter elements should be final. |
108 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'elements'. |
108 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'XMLStreamException'. |
109 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'JAXBException'. |
109 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
112 |
Error |
whitespace |
OperatorWrap |
'&&' should be on a new line. |
112 |
Error |
whitespace |
OperatorWrap |
'?' should be on a new line. |
115 |
Error |
coding |
AvoidInlineConditionals |
Avoid inline conditionals. |
115 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
116 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
120 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
122 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
123 |