The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 21 | Error |
NewlineAtEndOfFile | 2 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 2732 | Error |
RegexpSingleline
| 526 | Error |
JavadocMethod | 273 | Error |
JavadocType | 44 | Error |
JavadocVariable | 193 | Error |
JavadocStyle | 35 | Error |
ConstantName | 16 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 37 | Error |
MemberName | 2 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 4 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
LineLength | 533 | Error |
MethodLength | 1 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 2 | Error |
OperatorWrap | 99 | Error |
ParenPad | 42 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 64 | Error |
WhitespaceAround | 569 | Error |
ModifierOrder | 8 | Error |
RedundantModifier | 15 | Error |
AvoidNestedBlocks | 37 | Error |
EmptyBlock | 21 | Error |
LeftCurly | 0 | Error |
NeedBraces | 14 | Error |
RightCurly | 33 | Error |
AvoidInlineConditionals | 7 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 93 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 2 | Error |
MagicNumber | 18 | Error |
MissingSwitchDefault | 5 | Error |
RedundantThrows | 27 | Error |
SimplifyBooleanExpression | 20 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 262 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 6 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 22 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 288 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 79 | |
Variable 'valueResolver' must be private and have accessor methods. | 79 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
Parameter valueResolver should be final. | 81 | |
'valueResolver' hides a field. | 81 | |
Line is longer than 80 characters. | 83 | |
'=' is not preceded with whitespace. | 83 | |
'=' is not followed by whitespace. | 83 | |
Line has trailing spaces. | 85 | |
Method 'resolveValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter value should be final. | 88 | |
Line has trailing spaces. | 91 | |
'if' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
'=' is not preceded with whitespace. | 93 | |
'=' is not followed by whitespace. | 93 | |
'cast' is not followed by whitespace. | 93 | |
'else' is not preceded with whitespace. | 94 | |
'}' is not followed by whitespace. | 94 | |
'if' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
'=' is not preceded with whitespace. | 95 | |
'=' is not followed by whitespace. | 95 | |
'cast' is not followed by whitespace. | 95 | |
Line has trailing spaces. | 97 | |
'if' is not followed by whitespace. | 98 | |
'!=' is not preceded with whitespace. | 98 | |
'!=' is not followed by whitespace. | 98 | |
'&&' is not preceded with whitespace. | 98 | |
'&&' is not followed by whitespace. | 98 | |
'{' is not preceded with whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
'-' is not preceded with whitespace. | 99 | |
'-' is not followed by whitespace. | 99 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 107 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 21 | |
Unused import - java.util.Properties. | 35 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 47 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'getConfigLocations' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'setConfigLocations' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter configLocations should be final. | 75 | |
'configLocations' hides a field. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Variable 'log' must be private and have accessor methods. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 57 | |
Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter props should be final. | 59 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 70 | |
Method 'setBeanName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter beanName should be final. | 72 | |
'beanName' hides a field. | 72 | |
Method 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter beanFactory should be final. | 78 | |
'beanFactory' hides a field. | 78 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 98 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 141 | |
Line has trailing spaces. | 142 | |
Missing a Javadoc comment. | 144 | |
Line has trailing spaces. | 145 | |
Line is longer than 80 characters. | 146 | |
Method 'processProperties' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter beanFactoryToProcess should be final. | 146 | |
Parameter props should be final. | 146 | |
Redundant throws: 'BeansException' is unchecked exception. | 146 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 173 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 177 | |
Parameter props should be final. | 177 | |
'props' hides a field. | 177 | |
Method 'resolveStringValue' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter strVal should be final. | 181 | |
Redundant throws: 'BeansException' is unchecked exception. | 181 | |
Line is longer than 80 characters. | 182 | |
Avoid inline conditionals. | 183 | |
Method 'resolvePropertiesValue' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter strVal should be final. | 186 | |
Line is longer than 80 characters. | 193 | |
Line has trailing spaces. | 201 | |
Method 'setNullValue' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Parameter nullValue should be final. | 203 | |
'nullValue' hides a field. | 203 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 209 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter applicationContext should be final. | 40 | |
'applicationContext' hides a field. | 40 | |
Line has trailing spaces. | 43 | |
Method 'setServletContext' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter servletContext should be final. | 44 | |
'servletContext' hides a field. | 44 | |
Line has trailing spaces. | 47 | |
Method 'containsBean' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter name should be final. | 48 | |
Method 'containsBeanDefinition' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter beanName should be final. | 52 | |
Method 'containsLocalBean' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter name should be final. | 56 | |
Method 'getAliases' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter name should be final. | 60 | |
Line is longer than 80 characters. | 64 | |
Method 'getAutowireCapableBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'getBean' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter name should be final. | 68 | |
Parameter requiredType should be final. | 68 | |
Redundant throws: 'BeansException' is unchecked exception. | 68 | |
Method 'getBean' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter name should be final. | 72 | |
Parameter args should be final. | 72 | |
Redundant throws: 'BeansException' is unchecked exception. | 72 | |
Method 'getBean' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter name should be final. | 76 | |
Redundant throws: 'BeansException' is unchecked exception. | 76 | |
Method 'getBeanDefinitionCount' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'getBeanDefinitionNames' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line is longer than 80 characters. | 88 | |
Method 'getBeanNamesForType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter type should be final. | 88 | |
Parameter includeNonSingletons should be final. | 88 | |
Parameter allowEagerInit should be final. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'getBeanNamesForType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter type should be final. | 92 | |
Line is longer than 80 characters. | 96 | |
Method 'getBeansOfType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter type should be final. | 96 | |
Parameter includeNonSingletons should be final. | 96 | |
Parameter allowEagerInit should be final. | 96 | |
Redundant throws: 'BeansException' is unchecked exception. | 96 | |
Line is longer than 80 characters. | 97 | |
Method 'getBeansOfType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter type should be final. | 100 | |
Redundant throws: 'BeansException' is unchecked exception. | 100 | |
Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line is longer than 80 characters. | 116 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter resolvable should be final. | 116 | |
Parameter locale should be final. | 116 | |
Redundant throws: 'NoSuchMessageException' is unchecked exception. | 116 | |
Line is longer than 80 characters. | 120 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter code should be final. | 120 | |
Parameter args should be final. | 120 | |
Parameter locale should be final. | 120 | |
Redundant throws: 'NoSuchMessageException' is unchecked exception. | 120 | |
Line is longer than 80 characters. | 124 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter code should be final. | 124 | |
Parameter args should be final. | 124 | |
Parameter defaultMessage should be final. | 124 | |
Parameter locale should be final. | 124 | |
Line is longer than 80 characters. | 125 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Method 'getParentBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter location should be final. | 136 | |
Method 'getResources' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter locationPattern should be final. | 140 | |
Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Method 'getStartupDate' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter name should be final. | 152 | |
Redundant throws: 'NoSuchBeanDefinitionException' is unchecked exception. | 152 | |
Line is longer than 80 characters. | 156 | |
Method 'isPrototype' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter name should be final. | 156 | |
Redundant throws: 'NoSuchBeanDefinitionException' is unchecked exception. | 156 | |
Line is longer than 80 characters. | 160 | |
Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter name should be final. | 160 | |
Redundant throws: 'NoSuchBeanDefinitionException' is unchecked exception. | 160 | |
Line is longer than 80 characters. | 164 | |
Method 'isTypeMatch' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter name should be final. | 164 | |
Parameter targetType should be final. | 164 | |
Redundant throws: 'NoSuchBeanDefinitionException' is unchecked exception. | 164 | |
Method 'publishEvent' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter event should be final. | 168 | |
Line has trailing spaces. | 172 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
First sentence should end with a period. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter sce should be final. | 66 | |
Expected @param tag for 'sce'. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter sce should be final. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'initLog4j' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter sce should be final. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
'if' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
Line contains a tab character. | 113 | |
'try' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'catch' is not preceded with whitespace. | 115 | |
'}' is not followed by whitespace. | 115 | |
'catch' is not followed by whitespace. | 115 | |
'{' is not preceded with whitespace. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
'+' is not preceded with whitespace. | 116 | |
'+' is not followed by whitespace. | 116 | |
'+' is not preceded with whitespace. | 116 | |
'+' is not followed by whitespace. | 116 | |
'+' is not preceded with whitespace. | 116 | |
'+' is not followed by whitespace. | 116 | |
'+' is not preceded with whitespace. | 116 | |
'+' is not followed by whitespace. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
'if' is not followed by whitespace. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Method 'initConfig' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter servletContext should be final. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Expected an @return tag. | 164 | |
Line contains a tab character. | 164 | |
Method 'getContextParameters' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Parameter context should be final. | 164 | |
'context' hides a field. | 164 | |
Expected @param tag for 'context'. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Method 'lookupSpringContextFile' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter servletContext should be final. | 181 | |
Expected @param tag for 'servletContext'. | 181 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 202 | |
Method 'initWebContext' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter servletContext should be final. | 202 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Expected an @return tag. | 234 | |
Line contains a tab character. | 234 | |
Method 'shouldExecuteMessageFetcher' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Avoid inline conditionals. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Method 'findBasePath' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter servletContext should be final. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Unused import - org.kuali.student.common.messagebuilder.impl.exceptions.MessageBuilderException. | 22 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Unused @throws tag for 'MessageBuilderException'. | 38 | |
Line is longer than 80 characters. | 40 | |
Redundant 'public' modifier. | 40 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 | |
Unused @throws tag for 'MessageBuilderException'. | 58 | |
Line is longer than 80 characters. | 60 | |
Redundant 'public' modifier. | 60 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 65 | |
Unused @throws tag for 'MessageBuilderException'. | 69 | |
Line is longer than 80 characters. | 71 | |
Redundant 'public' modifier. | 71 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Redundant 'public' modifier. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Redundant 'public' modifier. | 38 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter message should be final. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter id should be final. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'getMessageMap' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 38 | |
First sentence should end with a period. | 39 | |
Line is longer than 80 characters. | 40 | |
'static' modifier out of order with the JLS suggestions. | 40 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Name 'adaptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
Line contains a tab character. | 49 | |
Parameter payload should be final. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Unused @param tag for 'messageLanguage'. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Parameter language should be final. | 70 | |
'language' hides a field. | 70 | |
Expected @param tag for 'language'. | 70 | |
Parameter messageMap should be final. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Unused @param tag for 'booleanFunction:'. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'buildTree' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Parameter booleanFunction should be final. | 85 | |
Expected @param tag for 'booleanFunction'. | 85 | |
'{' is not preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
')' is preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'+' should be on a new line. | 102 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Inner assignments should be avoided. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Method 'traverseTreePostOrder' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter bnode should be final. | 118 | |
Parameter parent should be final. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
'if' is not followed by whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Method 'traverseTreePostOrderDontSetNode' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter bnode should be final. | 141 | |
Parameter parent should be final. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
')' is preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'cast' is not followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'if' is not followed by whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Parameter bnode should be final. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'}' should be on the same line. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'cast' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
'cast' is not followed by whitespace. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'(' is followed by whitespace. | 179 | |
')' is preceded with whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'}' should be on the same line. | 184 | |
Line contains a tab character. | 185 | |
'(' is followed by whitespace. | 185 | |
')' is preceded with whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Method 'getAllNodes' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Name 'ASTtree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Parameter booleanExpression should be final. | 31 | |
'booleanExpression' hides a field. | 31 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Method 'getVariables' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Method 'getSymbols' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Avoid inline conditionals. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter booleanFunction should be final. | 23 | |
'booleanFunction' hides a field. | 23 | |
Parameter result should be final. | 23 | |
'result' hides a field. | 23 | |
Parameter message should be final. | 23 | |
'message' hides a field. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'getBooleanFunction' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Unused @param tag for 'succesful'. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Parameter messageId should be final. | 32 | |
'messageId' hides a field. | 32 | |
Parameter successful should be final. | 32 | |
'successful' hides a field. | 32 | |
Expected @param tag for 'successful'. | 32 | |
Parameter message should be final. | 32 | |
'message' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'isSuccesful' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Unused @param tag for 'Success'. | 59 | |
Line contains a tab character. | 60 | |
Expected an @return tag. | 61 | |
Line contains a tab character. | 61 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Parameter payload should be final. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'getLeftNode' is not designed for extension - needs to be abstract, final or empty. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'getRightNode' is not designed for extension - needs to be abstract, final or empty. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Method 'getNodeMessage' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
First sentence should end with a period. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter parent should be final. | 111 | |
'parent' hides a field. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter value should be final. | 120 | |
'value' hides a field. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Method 'setNodeMessage' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter nodeMessage should be final. | 129 | |
'nodeMessage' hides a field. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter language should be final. | 138 | |
'language' hides a field. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Avoid inline conditionals. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Avoid inline conditionals. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Avoid inline conditionals. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 25 | |
Parameter cause should be final. | 28 | |
Line has trailing spaces. | 34 | |
Parameter msg should be final. | 38 | |
Parameter cause should be final. | 38 | |
Line has trailing spaces. | 44 | |
Parameter msg should be final. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
'=' is not preceded with whitespace. | 28 | |
'=' is not followed by whitespace. | 28 | |
Missing a Javadoc comment. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Missing a Javadoc comment. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 32 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 42 | |
'{' is not followed by whitespace. | 42 | |
Empty statement. | 42 | |
'}' is not preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
Parameter input should be final. | 43 | |
Missing a Javadoc comment. | 46 | |
Parameter input should be final. | 46 | |
Parameter state should be final. | 46 | |
',' is not followed by whitespace. | 47 | |
Method 'getGrammarFileName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Avoid nested blocks. | 59 | |
'}' should be on the same line. | 66 | |
Must have at least one statement. | 67 | |
Missing a Javadoc comment. | 73 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
Avoid nested blocks. | 79 | |
'}' should be on the same line. | 86 | |
Must have at least one statement. | 87 | |
Missing a Javadoc comment. | 93 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
Avoid nested blocks. | 99 | |
'}' should be on the same line. | 106 | |
Must have at least one statement. | 107 | |
Missing a Javadoc comment. | 113 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
Avoid nested blocks. | 119 | |
'}' should be on the same line. | 126 | |
Must have at least one statement. | 127 | |
Missing a Javadoc comment. | 133 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
'=' is not preceded with whitespace. | 138 | |
'=' is not followed by whitespace. | 138 | |
Name 'LA1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
'(' is followed by whitespace. | 141 | |
'>=' is not preceded with whitespace. | 141 | |
'>=' is not followed by whitespace. | 141 | |
'<=' is not preceded with whitespace. | 141 | |
'<=' is not followed by whitespace. | 141 | |
')' is preceded with whitespace. | 141 | |
Name 'LA1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
'(' is followed by whitespace. | 144 | |
'>=' is not preceded with whitespace. | 144 | |
'>=' is not followed by whitespace. | 144 | |
'<=' is not preceded with whitespace. | 144 | |
'<=' is not followed by whitespace. | 144 | |
')' is preceded with whitespace. | 144 | |
'=' is not preceded with whitespace. | 145 | |
'=' is not followed by whitespace. | 145 | |
'}' should be on the same line. | 146 | |
'=' is not preceded with whitespace. | 148 | |
'=' is not followed by whitespace. | 148 | |
';' is not followed by whitespace. | 148 | |
'}' is not preceded with whitespace. | 148 | |
'}' should be on a new line. | 148 | |
'}' should be on the same line. | 149 | |
switch without "default" clause. | 156 | |
Avoid nested blocks. | 159 | |
Avoid nested blocks. | 166 | |
Avoid nested blocks. | 169 | |
'}' should be on the same line. | 182 | |
Must have at least one statement. | 183 | |
Missing a Javadoc comment. | 189 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
Avoid nested blocks. | 195 | |
'=' is not preceded with whitespace. | 197 | |
'=' is not followed by whitespace. | 197 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
Name 'LA2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
'(' is followed by whitespace. | 203 | |
'>=' is not preceded with whitespace. | 203 | |
'>=' is not followed by whitespace. | 203 | |
'<=' is not preceded with whitespace. | 203 | |
'<=' is not followed by whitespace. | 203 | |
')' is preceded with whitespace. | 203 | |
'=' is not preceded with whitespace. | 204 | |
'=' is not followed by whitespace. | 204 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Avoid nested blocks. | 211 | |
Line contains a tab character. | 212 | |
',' is not followed by whitespace. | 212 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 217 | |
'if' construct must use '{}'s. | 218 | |
Line contains a tab character. | 218 | |
'(' is followed by whitespace. | 218 | |
')' is preceded with whitespace. | 218 | |
'}' should be on the same line. | 231 | |
Must have at least one statement. | 232 | |
Missing a Javadoc comment. | 238 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Avoid nested blocks. | 244 | |
Line is longer than 80 characters. | 245 | |
'=' is not preceded with whitespace. | 246 | |
'=' is not followed by whitespace. | 246 | |
'=' is not preceded with whitespace. | 249 | |
'=' is not followed by whitespace. | 249 | |
Name 'LA3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
Line is longer than 80 characters. | 252 | |
'(' is followed by whitespace. | 252 | |
'>=' is not preceded with whitespace. | 252 | |
'>=' is not followed by whitespace. | 252 | |
'<=' is not preceded with whitespace. | 252 | |
'<=' is not followed by whitespace. | 252 | |
'||' is not preceded with whitespace. | 252 | |
'||' is not followed by whitespace. | 252 | |
'>=' is not preceded with whitespace. | 252 | |
'>=' is not followed by whitespace. | 252 | |
'<=' is not preceded with whitespace. | 252 | |
'<=' is not followed by whitespace. | 252 | |
'||' is not preceded with whitespace. | 252 | |
'||' is not followed by whitespace. | 252 | |
'==' is not preceded with whitespace. | 252 | |
'==' is not followed by whitespace. | 252 | |
')' is preceded with whitespace. | 252 | |
'=' is not preceded with whitespace. | 253 | |
'=' is not followed by whitespace. | 253 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Avoid nested blocks. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
'(' is followed by whitespace. | 261 | |
'>=' is not preceded with whitespace. | 261 | |
'>=' is not followed by whitespace. | 261 | |
'<=' is not preceded with whitespace. | 261 | |
'<=' is not followed by whitespace. | 261 | |
'||' is not preceded with whitespace. | 261 | |
'||' is not followed by whitespace. | 261 | |
'>=' is not preceded with whitespace. | 261 | |
'>=' is not followed by whitespace. | 261 | |
'<=' is not preceded with whitespace. | 261 | |
'<=' is not followed by whitespace. | 261 | |
'||' is not preceded with whitespace. | 261 | |
'||' is not followed by whitespace. | 261 | |
'==' is not preceded with whitespace. | 261 | |
'==' is not followed by whitespace. | 261 | |
')' is preceded with whitespace. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
'}' should be on the same line. | 264 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
',' is not followed by whitespace. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
';' is not followed by whitespace. | 268 | |
'}' is not preceded with whitespace. | 268 | |
'}' should be on a new line. | 268 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
'if' construct must use '{}'s. | 275 | |
Line contains a tab character. | 275 | |
'(' is followed by whitespace. | 275 | |
')' is preceded with whitespace. | 275 | |
'3' is a magic number. | 277 | |
'}' should be on the same line. | 289 | |
Must have at least one statement. | 290 | |
Missing a Javadoc comment. | 296 | |
Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 | |
Name '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 | |
Avoid nested blocks. | 302 | |
',' is not followed by whitespace. | 303 | |
'}' should be on the same line. | 309 | |
Must have at least one statement. | 310 | |
Missing a Javadoc comment. | 316 | |
Avoid nested blocks. | 320 | |
',' is not followed by whitespace. | 321 | |
'}' should be on the same line. | 325 | |
Must have at least one statement. | 326 | |
Method 'mTokens' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Method length is 175 lines (max allowed is 150). | 331 | |
Missing a Javadoc comment. | 331 | |
Line is longer than 80 characters. | 332 | |
'=' is not preceded with whitespace. | 333 | |
'8' is a magic number. | 333 | |
'=' is not followed by whitespace. | 333 | |
'(' is followed by whitespace. | 334 | |
')' is preceded with whitespace. | 334 | |
Avoid nested blocks. | 336 | |
'=' is not preceded with whitespace. | 337 | |
'=' is not followed by whitespace. | 337 | |
Avoid nested blocks. | 341 | |
'=' is not preceded with whitespace. | 342 | |
'=' is not followed by whitespace. | 342 | |
Avoid nested blocks. | 346 | |
'=' is not preceded with whitespace. | 347 | |
'3' is a magic number. | 347 | |
'=' is not followed by whitespace. | 347 | |
Avoid nested blocks. | 351 | |
'=' is not preceded with whitespace. | 352 | |
'4' is a magic number. | 352 | |
'=' is not followed by whitespace. | 352 | |
Avoid nested blocks. | 381 | |
'=' is not preceded with whitespace. | 382 | |
'5' is a magic number. | 382 | |
'=' is not followed by whitespace. | 382 | |
Avoid nested blocks. | 395 | |
'=' is not preceded with whitespace. | 396 | |
'6' is a magic number. | 396 | |
'=' is not followed by whitespace. | 396 | |
Avoid nested blocks. | 404 | |
'=' is not preceded with whitespace. | 405 | |
'7' is a magic number. | 405 | |
'=' is not followed by whitespace. | 405 | |
Avoid nested blocks. | 434 | |
'=' is not preceded with whitespace. | 435 | |
'8' is a magic number. | 435 | |
'=' is not followed by whitespace. | 435 | |
'4' is a magic number. | 440 | |
switch without "default" clause. | 445 | |
Avoid nested blocks. | 448 | |
Avoid nested blocks. | 455 | |
'3' is a magic number. | 460 | |
Avoid nested blocks. | 462 | |
'4' is a magic number. | 467 | |
Avoid nested blocks. | 469 | |
'5' is a magic number. | 474 | |
Avoid nested blocks. | 476 | |
'6' is a magic number. | 481 | |
Avoid nested blocks. | 483 | |
'7' is a magic number. | 488 | |
Avoid nested blocks. | 490 | |
'8' is a magic number. | 495 | |
Avoid nested blocks. | 497 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Name 'tokenNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Missing a Javadoc comment. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Missing a Javadoc comment. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 51 | |
Parameter input should be final. | 51 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter input should be final. | 54 | |
Parameter state should be final. | 54 | |
Missing a Javadoc comment. | 59 | |
Variable 'adaptor' must be private and have accessor methods. | 59 | |
Method 'setTreeAdaptor' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter adaptor should be final. | 61 | |
'adaptor' hides a field. | 61 | |
Method 'getTreeAdaptor' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'getTokenNames' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getGrammarFileName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter e should be final. | 73 | |
Parameter tokenNames should be final. | 73 | |
'tokenNames' hides a field. | 73 | |
'(' is followed by whitespace. | 76 | |
')' is preceded with whitespace. | 76 | |
'cast' is not followed by whitespace. | 77 | |
'+' is not preceded with whitespace. | 80 | |
'+' is not followed by whitespace. | 80 | |
'}' should be on the same line. | 82 | |
Method 'getTokenErrorDisplay' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Parameter t should be final. | 90 | |
Missing a Javadoc comment. | 94 | |
Parameter paren should be final. | 94 | |
'{' is not preceded with whitespace. | 94 | |
'if' construct must use '{}'s. | 96 | |
'(' is followed by whitespace. | 96 | |
')' is preceded with whitespace. | 96 | |
Missing a Javadoc comment. | 103 | |
Name 'booleanExpression_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 103 | |
Missing a Javadoc comment. | 104 | |
Variable 'tree' must be private and have accessor methods. | 104 | |
Method 'getTree' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Line is longer than 80 characters. | 111 | |
Name 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Avoid nested blocks. | 123 | |
'cast' is not followed by whitespace. | 124 | |
'=' is not preceded with whitespace. | 127 | |
'=' is not followed by whitespace. | 127 | |
'if' construct must use '{}'s. | 132 | |
Line is longer than 80 characters. | 132 | |
'(' is followed by whitespace. | 132 | |
')' is preceded with whitespace. | 132 | |
'cast' is not followed by whitespace. | 138 | |
'}' should be on the same line. | 141 | |
'}' should be on the same line. | 145 | |
Must have at least one statement. | 146 | |
Missing a Javadoc comment. | 152 | |
Name 'orTerm_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 152 | |
Missing a Javadoc comment. | 153 | |
Variable 'tree' must be private and have accessor methods. | 153 | |
Method 'getTree' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Line is longer than 80 characters. | 159 | |
Missing a Javadoc comment. | 159 | |
Line is longer than 80 characters. | 160 | |
Name 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
Name 'OR3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
'=' is not preceded with whitespace. | 165 | |
'=' is not followed by whitespace. | 165 | |
Name 'OR3_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
'=' is not preceded with whitespace. | 171 | |
'=' is not followed by whitespace. | 171 | |
Avoid nested blocks. | 176 | |
'cast' is not followed by whitespace. | 177 | |
'=' is not preceded with whitespace. | 180 | |
'=' is not followed by whitespace. | 180 | |
'=' is not preceded with whitespace. | 188 | |
'=' is not followed by whitespace. | 188 | |
Name 'LA1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
'(' is followed by whitespace. | 191 | |
'==' is not preceded with whitespace. | 191 | |
'==' is not followed by whitespace. | 191 | |
')' is preceded with whitespace. | 191 | |
'=' is not preceded with whitespace. | 192 | |
'=' is not followed by whitespace. | 192 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Avoid nested blocks. | 199 | |
Line contains a tab character. | 200 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
'cast' is not followed by whitespace. | 200 | |
',' is not followed by whitespace. | 200 | |
',' is not followed by whitespace. | 200 | |
Line contains a tab character. | 201 | |
'cast' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
'cast' is not followed by whitespace. | 202 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
'=' is not preceded with whitespace. | 205 | |
'=' is not followed by whitespace. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
'cast' is not followed by whitespace. | 224 | |
'}' should be on the same line. | 227 | |
'}' should be on the same line. | 231 | |
Must have at least one statement. | 232 | |
Missing a Javadoc comment. | 238 | |
Name 'andTerm_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 238 | |
Missing a Javadoc comment. | 239 | |
Variable 'tree' must be private and have accessor methods. | 239 | |
Method 'getTree' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Line is longer than 80 characters. | 245 | |
Missing a Javadoc comment. | 245 | |
Line is longer than 80 characters. | 246 | |
Name 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
Name 'AND6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
'=' is not preceded with whitespace. | 251 | |
'=' is not followed by whitespace. | 251 | |
Name 'AND6_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
'=' is not preceded with whitespace. | 257 | |
'=' is not followed by whitespace. | 257 | |
Avoid nested blocks. | 262 | |
'cast' is not followed by whitespace. | 263 | |
'=' is not preceded with whitespace. | 266 | |
'=' is not followed by whitespace. | 266 | |
'=' is not preceded with whitespace. | 274 | |
'=' is not followed by whitespace. | 274 | |
Name 'LA2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
'(' is followed by whitespace. | 277 | |
'==' is not preceded with whitespace. | 277 | |
'==' is not followed by whitespace. | 277 | |
')' is preceded with whitespace. | 277 | |
'=' is not preceded with whitespace. | 278 | |
'=' is not followed by whitespace. | 278 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Avoid nested blocks. | 285 | |
Line contains a tab character. | 286 | |
'=' is not preceded with whitespace. | 286 | |
'=' is not followed by whitespace. | 286 | |
'cast' is not followed by whitespace. | 286 | |
',' is not followed by whitespace. | 286 | |
',' is not followed by whitespace. | 286 | |
Line contains a tab character. | 287 | |
'cast' is not followed by whitespace. | 287 | |
Line contains a tab character. | 288 | |
'cast' is not followed by whitespace. | 288 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
'=' is not preceded with whitespace. | 291 | |
'=' is not followed by whitespace. | 291 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
'cast' is not followed by whitespace. | 310 | |
'}' should be on the same line. | 313 | |
'}' should be on the same line. | 317 | |
Must have at least one statement. | 318 | |
Missing a Javadoc comment. | 324 | |
Name 'atom_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 324 | |
Missing a Javadoc comment. | 325 | |
Variable 'tree' must be private and have accessor methods. | 325 | |
Method 'getTree' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Missing a Javadoc comment. | 326 | |
Line is longer than 80 characters. | 331 | |
Missing a Javadoc comment. | 331 | |
Line is longer than 80 characters. | 332 | |
Name 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
Name 'ALPHA8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 | |
'=' is not preceded with whitespace. | 337 | |
'=' is not followed by whitespace. | 337 | |
Name 'LP9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
'=' is not preceded with whitespace. | 338 | |
'=' is not followed by whitespace. | 338 | |
Name 'RP11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 | |
'=' is not preceded with whitespace. | 339 | |
'=' is not followed by whitespace. | 339 | |
Name 'ALPHA8_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
'=' is not preceded with whitespace. | 343 | |
'=' is not followed by whitespace. | 343 | |
Name 'LP9_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
'=' is not preceded with whitespace. | 344 | |
'=' is not followed by whitespace. | 344 | |
Name 'RP11_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
'=' is not preceded with whitespace. | 345 | |
'=' is not followed by whitespace. | 345 | |
'=' is not preceded with whitespace. | 349 | |
'=' is not followed by whitespace. | 349 | |
Name 'LA3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
'(' is followed by whitespace. | 352 | |
'==' is not preceded with whitespace. | 352 | |
'==' is not followed by whitespace. | 352 | |
')' is preceded with whitespace. | 352 | |
'=' is not preceded with whitespace. | 353 | |
'=' is not followed by whitespace. | 353 | |
'}' should be on the same line. | 354 | |
'(' is followed by whitespace. | 355 | |
'==' is not preceded with whitespace. | 355 | |
'==' is not followed by whitespace. | 355 | |
')' is preceded with whitespace. | 355 | |
'=' is not preceded with whitespace. | 356 | |
'=' is not followed by whitespace. | 356 | |
'}' should be on the same line. | 357 | |
'3' is a magic number. | 360 | |
switch without "default" clause. | 364 | |
Avoid nested blocks. | 367 | |
'cast' is not followed by whitespace. | 368 | |
'=' is not preceded with whitespace. | 370 | |
'=' is not followed by whitespace. | 370 | |
'cast' is not followed by whitespace. | 370 | |
',' is not followed by whitespace. | 370 | |
',' is not followed by whitespace. | 370 | |
'cast' is not followed by whitespace. | 371 | |
Avoid nested blocks. | 379 | |
'cast' is not followed by whitespace. | 380 | |
Avoid nested blocks. | 384 | |
'=' is not preceded with whitespace. | 385 | |
'=' is not followed by whitespace. | 385 | |
'cast' is not followed by whitespace. | 385 | |
',' is not followed by whitespace. | 385 | |
',' is not followed by whitespace. | 385 | |
'=' is not preceded with whitespace. | 387 | |
'=' is not followed by whitespace. | 387 | |
'=' is not preceded with whitespace. | 392 | |
'=' is not followed by whitespace. | 392 | |
'cast' is not followed by whitespace. | 392 | |
',' is not followed by whitespace. | 392 | |
',' is not followed by whitespace. | 392 | |
'cast' is not followed by whitespace. | 403 | |
'}' should be on the same line. | 406 | |
'}' should be on the same line. | 410 | |
Must have at least one statement. | 411 | |
Line is longer than 80 characters. | 422 | |
Missing a Javadoc comment. | 422 | |
Name 'FOLLOW_orTerm_in_booleanExpression111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 422 | |
Line is longer than 80 characters. | 423 | |
Missing a Javadoc comment. | 423 | |
Name 'FOLLOW_andTerm_in_orTerm123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 423 | |
Line is longer than 80 characters. | 424 | |
Missing a Javadoc comment. | 424 | |
Name 'FOLLOW_OR_in_orTerm126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 424 | |
Line is longer than 80 characters. | 425 | |
Missing a Javadoc comment. | 425 | |
Name 'FOLLOW_andTerm_in_orTerm129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 425 | |
Line is longer than 80 characters. | 426 | |
Missing a Javadoc comment. | 426 | |
Name 'FOLLOW_atom_in_andTerm140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 426 | |
Line is longer than 80 characters. | 427 | |
Missing a Javadoc comment. | 427 | |
Name 'FOLLOW_AND_in_andTerm143' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 427 | |
Line is longer than 80 characters. | 428 | |
Missing a Javadoc comment. | 428 | |
Name 'FOLLOW_atom_in_andTerm146' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 428 | |
Line is longer than 80 characters. | 429 | |
Missing a Javadoc comment. | 429 | |
Name 'FOLLOW_ALPHA_in_atom160' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 429 | |
Line is longer than 80 characters. | 430 | |
Missing a Javadoc comment. | 430 | |
Name 'FOLLOW_LP_in_atom165' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 430 | |
Line is longer than 80 characters. | 431 | |
Missing a Javadoc comment. | 431 | |
Name 'FOLLOW_orTerm_in_atom168' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 431 | |
Line is longer than 80 characters. | 432 | |
Missing a Javadoc comment. | 432 | |
Name 'FOLLOW_RP_in_atom170' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 432 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 55 | |
'language' hides a field. | 55 | |
'treeNodeMessageBuilder' hides a field. | 55 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 70 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
'booleanExpression' hides a field. | 76 | |
Line contains a tab character. | 77 | |
'messageMap' hides a field. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 97 | |
Unused @throws tag for 'MessageBuilderException'. | 102 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
'booleanExpression' hides a field. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
'messageMap' hides a field. | 106 | |
Line contains a tab character. | 107 | |
'messageContextMap' hides a field. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 114 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 128 | |
'catch' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
'&&' should be on a new line. | 142 | |
Line contains a tab character. | 143 | |
',' is not followed by whitespace. | 143 | |
'&&' should be on a new line. | 143 | |
Line contains a tab character. | 144 | |
',' is not followed by whitespace. | 144 | |
Line contains a tab character. | 145 | |
'-' is not preceded with whitespace. | 145 | |
'-' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line is longer than 80 characters. | 148 | |
Line has trailing spaces. | 153 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 166 | |
'if' is not followed by whitespace. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 171 | |
'if' is not followed by whitespace. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 184 | |
Line has trailing spaces. | 190 | |
Expected an @return tag. | 194 | |
Parameter message should be final. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 197 | |
'if' is not followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter and should be final. | 25 | |
Parameter or should be final. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'getAndOperator' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getOrOperator' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 7 | |
First sentence should end with a period. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Parameter bo should be final. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Method 'buildFailureMessage' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter nodeList should be final. | 33 | |
Expected @throws tag for 'MessageBuilderException'. | 33 | |
Redundant throws: 'MessageBuilderException' is unchecked exception. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'for' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'if' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Expected an @return tag. | 54 | |
Line contains a tab character. | 54 | |
Method 'buildFailureMessage' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter node should be final. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'if' is not followed by whitespace. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'}' should be on the same line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Parameter node should be final. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
'&&' should be on a new line. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
'&&' should be on a new line. | 75 | |
Line contains a tab character. | 76 | |
'&&' should be on a new line. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Expression can be simplified. | 77 | |
'&&' should be on a new line. | 77 | |
Line contains a tab character. | 78 | |
Expression can be simplified. | 78 | |
'&&' should be on a new line. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
'&&' should be on a new line. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
'+' should be on a new line. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
'+' should be on a new line. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
'if' is not followed by whitespace. | 85 | |
'&&' should be on a new line. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
'(' is followed by whitespace. | 86 | |
'&&' should be on a new line. | 86 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'||' should be on a new line. | 87 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'&&' should be on a new line. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Parameter node should be final. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'if' is not followed by whitespace. | 105 | |
'&&' should be on a new line. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
'&&' should be on a new line. | 106 | |
Line contains a tab character. | 107 | |
'&&' should be on a new line. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Expression can be simplified. | 108 | |
'&&' should be on a new line. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Expression can be simplified. | 109 | |
'&&' should be on a new line. | 109 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
')' is preceded with whitespace. | 110 | |
'||' should be on a new line. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Expression can be simplified. | 111 | |
'&&' should be on a new line. | 111 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Expression can be simplified. | 112 | |
'&&' should be on a new line. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
'if' construct must use '{}'s. | 116 | |
Line contains a tab character. | 116 | |
Expression can be simplified. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
'if' construct must use '{}'s. | 118 | |
Line contains a tab character. | 118 | |
Expression can be simplified. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Parameter node should be final. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
'if' is not followed by whitespace. | 133 | |
'&&' should be on a new line. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
'&&' should be on a new line. | 134 | |
Line contains a tab character. | 135 | |
'&&' should be on a new line. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Expression can be simplified. | 136 | |
'&&' should be on a new line. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Expression can be simplified. | 137 | |
'&&' should be on a new line. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
'&&' should be on a new line. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
'+' should be on a new line. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
'+' should be on a new line. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
'if' is not followed by whitespace. | 144 | |
'&&' should be on a new line. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
'(' is followed by whitespace. | 145 | |
'&&' should be on a new line. | 145 | |
Line has trailing spaces. | 146 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'||' should be on a new line. | 146 | |
Line has trailing spaces. | 147 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'&&' should be on a new line. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Unused import - org.kuali.student.common.messagebuilder.impl.exceptions.MessageBuilderException. | 24 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Unused @throws tag for 'MessageBuilderException'. | 55 | |
Line is longer than 80 characters. | 57 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 72 | |
Unused @throws tag for 'MessageBuilderException'. | 77 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 89 | |
Unused @throws tag for 'MessageBuilderException'. | 93 | |
Line is longer than 80 characters. | 95 | |
Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line is longer than 80 characters. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'static' modifier out of order with the JLS suggestions. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
'static' modifier out of order with the JLS suggestions. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
'static' modifier out of order with the JLS suggestions. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
First sentence should end with a period. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Parameter andOperator should be final. | 66 | |
Parameter orOperator should be final. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Parameter bo should be final. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setIndentCharacter' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter indentChar should be final. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'setIndentNumberOfSpaces' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter indentNumberOfSpaces should be final. | 84 | |
'indentNumberOfSpaces' hides a field. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'setIndentString' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter indentString should be final. | 88 | |
'indentString' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'setBooleanOperatorPrefix' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter booleanOperatorPrefix should be final. | 92 | |
'booleanOperatorPrefix' hides a field. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'setBooleanOperatorSuffix' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter booleanOperatorSuffix should be final. | 96 | |
'booleanOperatorSuffix' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Parameter nodeList should be final. | 107 | |
Expected @throws tag for 'MessageBuilderException'. | 107 | |
Redundant throws: 'MessageBuilderException' is unchecked exception. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
'for' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
'if' is not followed by whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'if' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Expected an @return tag. | 128 | |
Line contains a tab character. | 128 | |
Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'if' is not followed by whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
'}' should be on the same line. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'if' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Parameter node should be final. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
'if' is not followed by whitespace. | 147 | |
'&&' should be on a new line. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
'&&' should be on a new line. | 148 | |
Line contains a tab character. | 149 | |
'&&' should be on a new line. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
'&&' should be on a new line. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'if' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'+' should be on a new line. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
'+' should be on a new line. | 162 | |
Line has trailing spaces. | 163 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'+' should be on a new line. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
'+' should be on a new line. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
'if' is not followed by whitespace. | 167 | |
'&&' should be on a new line. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
'&&' should be on a new line. | 168 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
'||' should be on a new line. | 169 | |
Line has trailing spaces. | 170 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'&&' should be on a new line. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
'+' should be on a new line. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
'+' should be on a new line. | 173 | |
Line has trailing spaces. | 174 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
'+' should be on a new line. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
'+' should be on a new line. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Parameter node should be final. | 189 | |
Expected @param tag for 'node'. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'if' is not followed by whitespace. | 191 | |
'&&' should be on a new line. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
'&&' should be on a new line. | 192 | |
Line contains a tab character. | 193 | |
'&&' should be on a new line. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
'&&' should be on a new line. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
'if' is not followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
'if' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line has trailing spaces. | 205 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'+' should be on a new line. | 205 | |
Line has trailing spaces. | 206 | |
Line contains a tab character. | 206 | |
'+' should be on a new line. | 206 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
'+' should be on a new line. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
'+' should be on a new line. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
'if' is not followed by whitespace. | 211 | |
'&&' should be on a new line. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
'&&' should be on a new line. | 212 | |
Line has trailing spaces. | 213 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'||' should be on a new line. | 213 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
'&&' should be on a new line. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
'+' should be on a new line. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
'+' should be on a new line. | 217 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
'+' should be on a new line. | 218 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
'+' should be on a new line. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line has trailing spaces. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Missing a Javadoc comment. | 227 | |
Line has trailing spaces. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter node should be final. | 229 | |
Line contains a tab character. | 230 | |
'if' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line has trailing spaces. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter node should be final. | 236 | |
Parameter multiplier should be final. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'if' is not followed by whitespace. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line has trailing spaces. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Missing a Javadoc comment. | 245 | |
Parameter charCount should be final. | 245 | |
Parameter indentChr should be final. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'for' is not followed by whitespace. | 247 | |
'=' is not preceded with whitespace. | 247 | |
'=' is not followed by whitespace. | 247 | |
'<' is not preceded with whitespace. | 247 | |
'<' is not followed by whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 11 | |
First sentence should end with a period. | 15 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Parameter andOperator should be final. | 26 | |
Parameter orOperator should be final. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Parameter bo should be final. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Expected an @return tag. | 49 | |
Line contains a tab character. | 49 | |
Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter nodeList should be final. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'for' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
'if' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'if' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 7 | |
First sentence should end with a period. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Parameter bo should be final. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Method 'buildSuccessMessage' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter nodeList should be final. | 33 | |
Expected @throws tag for 'MessageBuilderException'. | 33 | |
Redundant throws: 'MessageBuilderException' is unchecked exception. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'for' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'if' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Expected an @return tag. | 54 | |
Line contains a tab character. | 54 | |
Method 'buildSuccessMessage' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'if' is not followed by whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
'}' should be on the same line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Parameter node should be final. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
'&&' should be on a new line. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
'&&' should be on a new line. | 75 | |
Line contains a tab character. | 76 | |
'&&' should be on a new line. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Expression can be simplified. | 77 | |
'&&' should be on a new line. | 77 | |
Line contains a tab character. | 78 | |
Expression can be simplified. | 78 | |
'&&' should be on a new line. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
'&&' should be on a new line. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
'+' should be on a new line. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
'+' should be on a new line. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
'if' is not followed by whitespace. | 85 | |
'&&' should be on a new line. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
'(' is followed by whitespace. | 86 | |
'&&' should be on a new line. | 86 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
'||' should be on a new line. | 87 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'&&' should be on a new line. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Parameter node should be final. | 103 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
'if' is not followed by whitespace. | 105 | |
'&&' should be on a new line. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
'&&' should be on a new line. | 106 | |
Line contains a tab character. | 107 | |
'&&' should be on a new line. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Expression can be simplified. | 108 | |
'&&' should be on a new line. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Expression can be simplified. | 109 | |
'&&' should be on a new line. | 109 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
')' is preceded with whitespace. | 110 | |
'||' should be on a new line. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Expression can be simplified. | 111 | |
'&&' should be on a new line. | 111 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Expression can be simplified. | 112 | |
'&&' should be on a new line. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
'if' construct must use '{}'s. | 116 | |
Line contains a tab character. | 116 | |
Expression can be simplified. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
'if' construct must use '{}'s. | 118 | |
Line contains a tab character. | 118 | |
Expression can be simplified. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Parameter node should be final. | 131 | |
Expected @param tag for 'node'. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'if' is not followed by whitespace. | 133 | |
'&&' should be on a new line. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
'&&' should be on a new line. | 134 | |
Line contains a tab character. | 135 | |
'&&' should be on a new line. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Expression can be simplified. | 136 | |
'&&' should be on a new line. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Expression can be simplified. | 137 | |
'&&' should be on a new line. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
'&&' should be on a new line. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
'+' should be on a new line. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
'+' should be on a new line. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
'if' is not followed by whitespace. | 144 | |
'&&' should be on a new line. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
'(' is followed by whitespace. | 145 | |
'&&' should be on a new line. | 145 | |
Line has trailing spaces. | 146 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'||' should be on a new line. | 146 | |
Line has trailing spaces. | 147 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'&&' should be on a new line. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 25 | |
Parameter cause should be final. | 28 | |
Line has trailing spaces. | 34 | |
Parameter msg should be final. | 38 | |
Parameter cause should be final. | 38 | |
Line has trailing spaces. | 44 | |
Parameter msg should be final. | 47 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 3 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Variable 'name' must be private and have accessor methods. | 7 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Variable 'version' must be private and have accessor methods. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Variable 'buildNumber' must be private and have accessor methods. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Variable 'timestamp' must be private and have accessor methods. | 10 | |
Line contains a tab character. | 12 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 16 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter name should be final. | 16 | |
'name' hides a field. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter version should be final. | 24 | |
'version' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getBuildNumber' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setBuildNumber' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter buildNumber should be final. | 32 | |
'buildNumber' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter timestamp should be final. | 40 | |
'timestamp' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter configurationFileName should be final. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter configurationFileName should be final. | 43 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
'if' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
First sentence should end with a period. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'createCache' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter cacheName should be final. | 69 | |
Line contains a tab character. | 70 | |
'if' is not followed by whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Method 'saveOrUpdateCacheElement' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter cacheName should be final. | 82 | |
Expected @param tag for 'cacheName'. | 82 | |
Parameter key should be final. | 82 | |
Parameter value should be final. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
First sentence should end with a period. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'getCacheElementValue' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Parameter cacheName should be final. | 94 | |
Expected @param tag for 'cacheName'. | 94 | |
Parameter key should be final. | 94 | |
Expected @param tag for 'key'. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
'if' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
First sentence should end with a period. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Expected an @return tag. | 109 | |
Line contains a tab character. | 109 | |
Method 'getCacheElement' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter cacheName should be final. | 109 | |
Expected @param tag for 'cacheName'. | 109 | |
Parameter key should be final. | 109 | |
Expected @param tag for 'key'. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
First sentence should end with a period. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'evictCacheElement' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter cacheName should be final. | 119 | |
Expected @param tag for 'cacheName'. | 119 | |
Parameter key should be final. | 119 | |
Expected @param tag for 'key'. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
First sentence should end with a period. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Method 'evictAllCacheElements' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter cacheName should be final. | 128 | |
Expected @param tag for 'cacheName'. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Expected an @return tag. | 138 | |
Line contains a tab character. | 138 | |
Method 'getCacheElementHitCount' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter element should be final. | 138 | |
Expected @param tag for 'element'. | 138 | |
Line contains a tab character. | 139 | |
'if' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Expected an @return tag. | 148 | |
Line contains a tab character. | 148 | |
Method 'getCacheNames' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
'500' is a magic number. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Variable 'logger' must be private and have accessor methods. | 74 | |
First sentence should end with a period. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Method 'afterThrowing' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter ex should be final. | 83 | |
Expected @param tag for 'ex'. | 83 | |
Expected @throws tag for 'Exception'. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'+' is not preceded with whitespace. | 88 | |
'+' is not followed by whitespace. | 88 | |
'+' is not preceded with whitespace. | 88 | |
'+' is not followed by whitespace. | 88 | |
'+' is not preceded with whitespace. | 88 | |
'+' is not followed by whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
'if' is not followed by whitespace. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
'+' is not preceded with whitespace. | 97 | |
'+' is not followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'try' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'catch' is not preceded with whitespace. | 111 | |
'}' is not followed by whitespace. | 111 | |
'catch' is not followed by whitespace. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Parameter order should be final. | 132 | |
'order' hides a field. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Method 'getExceptionMapping' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Method 'setExceptionMapping' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Parameter exceptionMapping should be final. | 148 | |
'exceptionMapping' hides a field. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Method 'getDefaultException' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Method 'setDefaultException' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Parameter defaultException should be final. | 163 | |
'defaultException' hides a field. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Unclosed HTML tag found: <code>Map<code> implementation with a fixed maximum size of | 22 | |
Line has trailing spaces. | 24 | |
',' is not followed by whitespace. | 28 | |
',' is not followed by whitespace. | 28 | |
First sentence should end with a period. | 29 | |
Line contains a tab character. | 29 | |
First sentence should end with a period. | 32 | |
Line contains a tab character. | 33 | |
'50' is a magic number. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Parameter maxSize should be final. | 46 | |
'maxSize' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Expected an @return tag. | 55 | |
Method 'removeEldestEntry' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter eldest should be final. | 55 | |
',' is not followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
First sentence should end with a period. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Expected an @return tag. | 46 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Method 'getManifest' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Parameter servletContext should be final. | 46 | |
Expected @param tag for 'servletContext'. | 46 | |
Expected @throws tag for 'IOException'. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Expected an @return tag. | 65 | |
Line contains a tab character. | 65 | |
Method 'getBuildInformation' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter manifest should be final. | 65 | |
Expected @param tag for 'manifest'. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
First sentence should end with a period. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Method 'getBuildInformationString' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter context should be final. | 92 | |
Expected @param tag for 'context'. | 92 | |
Expected @throws tag for 'IOException'. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Expected an @return tag. | 106 | |
Line contains a tab character. | 106 | |
Method 'isNullOrEmpty' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter bi should be final. | 106 | |
Expected @param tag for 'bi'. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
First sentence should end with a period. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Expected an @return tag. | 128 | |
Line contains a tab character. | 128 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter bi should be final. | 128 | |
Expected @param tag for 'bi'. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Utility classes should not have a public or default constructor. | 22 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 29 | |
Parameter message should be final. | 32 | |
Parameter data should be final. | 32 | |
Line is longer than 80 characters. | 35 | |
First sentence should end with a period. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 43 | |
Parameter message should be final. | 50 | |
Parameter data should be final. | 50 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 70 | |
Parameter message should be final. | 70 | |
Expected @param tag for 'message'. | 70 | |
Parameter parameter should be final. | 70 | |
Expected @param tag for 'parameter'. | 70 | |
Parameter value should be final. | 70 | |
Expected @param tag for 'value'. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 77 | |
Parameter input should be final. | 81 | |
Expected @param tag for 'input'. | 81 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 94 | |
Parameter input should be final. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'valueResolver' must be private and have accessor methods. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter valueResolver should be final. | 27 | |
'valueResolver' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'resolveValue' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line contains a tab character. | 34 | |
Parameter value should be final. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
'if' is not followed by whitespace. | 38 | |
'{' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
'cast' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
'else' is not preceded with whitespace. | 40 | |
'}' is not followed by whitespace. | 40 | |
'if' is not followed by whitespace. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'cast' is not followed by whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 44 | |
'!=' is not preceded with whitespace. | 44 | |
'!=' is not followed by whitespace. | 44 | |
'&&' is not preceded with whitespace. | 44 | |
'&&' is not followed by whitespace. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
'-' is not preceded with whitespace. | 45 | |
'-' is not followed by whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'getCustomConfigSystemProperty' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Method 'setCustomConfigSystemProperty' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter customConfigSystemProperty should be final. | 48 | |
'customConfigSystemProperty' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'setLocations' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Parameter locations should be final. | 53 | |
'locations' hides a field. | 53 | |
Line contains a tab character. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'if' is not followed by whitespace. | 61 | |
'!=' is not preceded with whitespace. | 61 | |
'!=' is not followed by whitespace. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'try' is not followed by whitespace. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'if' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'+' is not preceded with whitespace. | 68 | |
'+' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
Line contains a tab character. | 70 | |
'for' is not followed by whitespace. | 70 | |
':' is not preceded with whitespace. | 70 | |
':' is not followed by whitespace. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'=' is not preceded with whitespace. | 74 | |
'=' is not followed by whitespace. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
'else' is not preceded with whitespace. | 77 | |
'}' is not followed by whitespace. | 77 | |
'else' is not followed by whitespace. | 77 | |
'{' is not preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
'+' is not preceded with whitespace. | 78 | |
'+' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'catch' is not preceded with whitespace. | 80 | |
'}' is not followed by whitespace. | 80 | |
'catch' is not followed by whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'if' is not followed by whitespace. | 84 | |
'!=' is not preceded with whitespace. | 84 | |
'!=' is not followed by whitespace. | 84 | |
'{' is not preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
'try' is not followed by whitespace. | 86 | |
'{' is not preceded with whitespace. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'if' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
'+' is not preceded with whitespace. | 90 | |
'+' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
'=' is not preceded with whitespace. | 91 | |
'=' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
'for' is not followed by whitespace. | 92 | |
':' is not preceded with whitespace. | 92 | |
':' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'else' is not preceded with whitespace. | 99 | |
'}' is not followed by whitespace. | 99 | |
'else' is not followed by whitespace. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'+' is not preceded with whitespace. | 100 | |
'+' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'catch' is not preceded with whitespace. | 102 | |
'}' is not followed by whitespace. | 102 | |
'catch' is not followed by whitespace. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'setBeanName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line contains a tab character. | 109 | |
Parameter beanName should be final. | 109 | |
'beanName' hides a field. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Method 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line contains a tab character. | 115 | |
Parameter beanFactory should be final. | 115 | |
'beanFactory' hides a field. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Method 'setNullValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line contains a tab character. | 121 | |
Parameter nullValue should be final. | 121 | |
'nullValue' hides a field. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Method 'processProperties' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Parameter beanFactoryToProcess should be final. | 127 | |
Parameter props should be final. | 127 | |
Line contains a tab character. | 128 | |
Redundant throws: 'BeansException' is unchecked exception. | 128 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'}' should be on the same line. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Missing a Javadoc comment. | 159 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter props should be final. | 161 | |
'props' hides a field. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Method 'resolveStringValue' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter strVal should be final. | 165 | |
Redundant throws: 'BeansException' is unchecked exception. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Avoid inline conditionals. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Method 'resolvePropertyValue' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter strVal should be final. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'for' is not followed by whitespace. | 173 | |
':' is not preceded with whitespace. | 173 | |
':' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
'cast' is not followed by whitespace. | 174 | |
Line contains a tab character. | 175 | |
'if' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
'+' is not preceded with whitespace. | 176 | |
'+' is not followed by whitespace. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
'cast' is not followed by whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 186 | |
Method 'getCustomConfigFileLocation' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Method 'setCustomConfigFileLocation' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Parameter customConfigFileLocation should be final. | 190 | |
'customConfigFileLocation' hides a field. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 6 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
First sentence should end with a period. | 14 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'name' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Variable 'value' must be private and have accessor methods. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter name should be final. | 25 | |
'name' hides a field. | 25 | |
Parameter value should be final. | 25 | |
'value' hides a field. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter name should be final. | 35 | |
'name' hides a field. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter value should be final. | 43 | |
'value' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 51 | |
Variable 'properties' must be private and have accessor methods. | 51 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 57 | |
Parameter filename should be final. | 60 | |
Expected @throws tag for 'IOException'. | 60 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 72 | |
Parameter file should be final. | 72 | |
Expected @throws tag for 'FileNotFoundException'. | 72 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 72 | |
Expected @throws tag for 'IOException'. | 72 | |
Line has trailing spaces. | 78 | |
Parameter in should be final. | 83 | |
Expected @throws tag for 'IOException'. | 83 | |
Must have at least one statement. | 90 | |
'{' is not followed by whitespace. | 90 | |
'}' is not preceded with whitespace. | 90 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 101 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Parameter prefix should be final. | 103 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 130 | |
Parameter filename should be final. | 130 | |
Expected @param tag for 'filename'. | 130 | |
Parameter prefix should be final. | 130 | |
Expected @throws tag for 'IOException'. | 130 | |
Inner assignments should be avoided. | 136 | |
Must have at least one statement. | 141 | |
'{' is not followed by whitespace. | 141 | |
'}' is not preceded with whitespace. | 141 | |
Line is longer than 80 characters. | 150 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 48 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 60 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'if' is not followed by whitespace. | 69 | |
'{' is not preceded with whitespace. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Must have at least one statement. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'getPropertyFile' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Method 'setPropertyFile' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter propertyFile should be final. | 121 | |
'propertyFile' hides a field. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Parameter prefix should be final. | 133 | |
'prefix' hides a field. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'parseStringValue' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Parameter strVal should be final. | 146 | |
Expected @param tag for 'strVal'. | 146 | |
Parameter props should be final. | 146 | |
Expected @param tag for 'props'. | 146 | |
Line contains a tab character. | 147 | |
Parameter visitedPlaceholders should be final. | 147 | |
Expected @param tag for 'visitedPlaceholders'. | 147 | |
Line contains a tab character. | 149 | |
'if' is not followed by whitespace. | 149 | |
'!=' is not preceded with whitespace. | 149 | |
'!=' is not followed by whitespace. | 149 | |
'&&' is not preceded with whitespace. | 149 | |
'&&' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
'>' is not followed by whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
'+' is not preceded with whitespace. | 152 | |
'+' is not followed by whitespace. | 152 | |
',' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
'if' is not followed by whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
'+' is not preceded with whitespace. | 158 | |
'+' is not followed by whitespace. | 158 | |
'+' is not preceded with whitespace. | 158 | |
'+' is not followed by whitespace. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Method 'resolvePlaceholder' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Parameter key should be final. | 178 | |
Parameter props should be final. | 178 | |
Expected @param tag for 'props'. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 44 | |
'{' is not preceded with whitespace. | 44 | |
'{' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
'}' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'{' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 47 | |
'}' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'setLoggingLevel' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter loggingLevel should be final. | 69 | |
'loggingLevel' hides a field. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'setExceptionLoggingType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter exceptionType should be final. | 86 | |
'exceptionType' hides a field. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'afterThrowing' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Parameter jp should be final. | 97 | |
Parameter t should be final. | 97 | |
Expected @throws tag for 'Throwable'. | 97 | |
Line contains a tab character. | 98 | |
switch without "default" clause. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'if' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'if' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'if' is not followed by whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 117 | |
Parameter targetClass should be final. | 121 | |
Parameter t should be final. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
switch without "default" clause. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter properties should be final. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Utility classes should not have a public or default constructor. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter originalUUID should be final. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
'+' is not preceded with whitespace. | 34 | |
'+' is not followed by whitespace. | 34 | |
'+' is not preceded with whitespace. | 34 | |
'+' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
Unclosed HTML tag found: <a href="http://velocity.apache.org/tools/devel/generic.html | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
',' is not followed by whitespace. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
',' is not followed by whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
First sentence should end with a period. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'setLogging' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter enableLogging should be final. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'setLogFile' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Unused @param tag for 'logFile'. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'setLogFile' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Expected @param tag for 'logfile'. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Expected @throws tag for 'VelocityException'. | 158 | |
Redundant throws: 'VelocityException' is unchecked exception. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
'if' is not followed by whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Expected @throws tag for 'VelocityException'. | 182 | |
Redundant throws: 'VelocityException' is unchecked exception. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line has trailing spaces. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
'catch' is not followed by whitespace. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Method 'loadData' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter beanList should be final. | 26 | |
Parameter em should be final. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
Extra HTML tag found: </property> | 47 | |
Line is longer than 80 characters. | 48 | |
Extra HTML tag found: </map> | 54 | |
Extra HTML tag found: </property> | 55 | |
Extra HTML tag found: </bean> | 56 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 70 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter event should be final. | 74 | |
Line has trailing spaces. | 78 | |
'try' is not followed by whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
'if' is not followed by whitespace. | 81 | |
'{' is not preceded with whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
'else' is not preceded with whitespace. | 83 | |
'}' is not followed by whitespace. | 83 | |
'else' is not followed by whitespace. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 98 | |
Must have at least one statement. | 100 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 104 | |
'=' is not preceded with whitespace. | 105 | |
'=' is not followed by whitespace. | 105 | |
Line has trailing spaces. | 106 | |
Method 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Method 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter preloadMap should be final. | 120 | |
'preloadMap' hides a field. | 120 | |
Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter applicationContext should be final. | 125 | |
'applicationContext' hides a field. | 125 | |
Redundant throws: 'BeansException' is unchecked exception. | 126 | |
Method 'getLoadJpaBean' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'setLoadJpaBean' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter loadJpaBean should be final. | 141 | |
'loadJpaBean' hides a field. | 141 | |
Method 'getPersistenceUnit' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Method 'setPersistenceUnit' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter persistenceUnit should be final. | 149 | |
'persistenceUnit' hides a field. | 149 | |
Method 'getEntityClass' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Method 'setEntityClass' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter entityClass should be final. | 157 | |
'entityClass' hides a field. | 157 | |
Line has trailing spaces. | 160 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 42 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line contains a tab character. | 43 | |
Parameter event should be final. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Must have at least one statement. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter preloadMap should be final. | 76 | |
'preloadMap' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line contains a tab character. | 81 | |
Parameter applicationContext should be final. | 81 | |
'applicationContext' hides a field. | 81 | |
Line contains a tab character. | 82 | |
Redundant throws: 'BeansException' is unchecked exception. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Method 'getLoadJpaBean' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'setLoadJpaBean' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Parameter loadJpaBean should be final. | 97 | |
'loadJpaBean' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'static' modifier out of order with the JLS suggestions. | 49 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
',' is not followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 60 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Parameter event should be final. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'if' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'for' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'=' is not preceded with whitespace. | 75 | |
'=' is not followed by whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter entityKey should be final. | 79 | |
Parameter sqlFileName should be final. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'try' is not followed by whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
'if' is not followed by whitespace. | 88 | |
'{' is not preceded with whitespace. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'else' is not preceded with whitespace. | 90 | |
'}' is not followed by whitespace. | 90 | |
'else' is not followed by whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
';' is preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'while' is not followed by whitespace. | 104 | |
'=' is not preceded with whitespace. | 104 | |
'=' is not followed by whitespace. | 104 | |
'!=' is not preceded with whitespace. | 104 | |
'!=' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'if' is not followed by whitespace. | 105 | |
'&&' is not preceded with whitespace. | 105 | |
'&&' is not followed by whitespace. | 105 | |
'&&' is not preceded with whitespace. | 105 | |
'&&' is not followed by whitespace. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
'=' is not preceded with whitespace. | 106 | |
'=' is not followed by whitespace. | 106 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'+' is not preceded with whitespace. | 112 | |
'+' is not followed by whitespace. | 112 | |
'+' is not preceded with whitespace. | 112 | |
'+' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
'}' should be on the same line. | 114 | |
Line contains a tab character. | 115 | |
'finally' is not followed by whitespace. | 115 | |
'{' is not preceded with whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Line contains a tab character. | 125 | |
Parameter applicationContext should be final. | 125 | |
'applicationContext' hides a field. | 125 | |
Line contains a tab character. | 126 | |
Redundant throws: 'BeansException' is unchecked exception. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'getJtaTxManager' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Method 'setJtaTxManager' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter jtaTxManager should be final. | 134 | |
'jtaTxManager' hides a field. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Method 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter preloadMap should be final. | 142 | |
'preloadMap' hides a field. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
Method 'setShouldLoadData' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter shouldLoadData should be final. | 146 | |
'shouldLoadData' hides a field. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Method 'acquireTransactionManager' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line contains a tab character. | 41 | |
'if' is not followed by whitespace. | 41 | |
'==' is not preceded with whitespace. | 41 | |
'==' is not followed by whitespace. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter tm should be final. | 52 | |
'tm' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getRollbackCause' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'getTransactionManager' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'if' is not followed by whitespace. | 39 | |
'==' is not preceded with whitespace. | 39 | |
'==' is not followed by whitespace. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setRollbackOnly' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Parameter cause should be final. | 47 | |
'cause' hides a field. | 47 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter tm should be final. | 56 | |
'tm' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Utility classes should not have a public or default constructor. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
First sentence should end with a period. | 24 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
'if' is not followed by whitespace. | 32 | |
'!=' is not preceded with whitespace. | 32 | |
'!=' is not followed by whitespace. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'if' is not followed by whitespace. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'cast' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
'else' is not preceded with whitespace. | 37 | |
'}' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
'cast' is not followed by whitespace. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
'cast' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter username should be final. | 25 | |
Parameter password should be final. | 25 | |
Parameter enabled should be final. | 25 | |
Parameter accountNonExpired should be final. | 25 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 26 | |
Parameter credentialsNonExpired should be final. | 26 | |
Parameter accountNonLocked should be final. | 26 | |
Parameter authorities should be final. | 26 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 27 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 30 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter userId should be final. | 35 | |
'userId' hides a field. | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Method 'setMergedPersistenceUnitName' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter mergedPersistenceUnitName should be final. | 17 | |
'mergedPersistenceUnitName' hides a field. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'postProcessPersistenceUnitInfo' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Parameter pui should be final. | 22 | |
Line contains a tab character. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
'if' is not followed by whitespace. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
'else' is not preceded with whitespace. | 31 | |
'}' is not followed by whitespace. | 31 | |
'else' is not followed by whitespace. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
'for' is not followed by whitespace. | 33 | |
':' is not preceded with whitespace. | 33 | |
':' is not followed by whitespace. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
',' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Method 'setTransactionTypeOverride' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter transactionTypeOverride should be final. | 45 | |
'transactionTypeOverride' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Variable 'LOG' must be private and have accessor methods. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Parameter cacheName should be final. | 43 | |
'cacheName' hides a field. | 43 | |
Expected @param tag for 'cacheName'. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Method 'invalidateCache' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter pjp should be final. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Must have at least one statement. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'getFromCache' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter pjp should be final. | 65 | |
Line contains a tab character. | 66 | |
'if' is not followed by whitespace. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Must have at least one statement. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter pjp should be final. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'getCacheName' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Method 'setCacheName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter cacheName should be final. | 117 | |
'cacheName' hides a field. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Method 'setCacheManager' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter cacheManager should be final. | 121 | |
'cacheManager' hides a field. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter enabled should be final. | 129 | |
'enabled' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Variable 'enumClass' must be private and have accessor methods. | 6 | |
Line contains a tab character. | 8 | |
Method 'setAsText' is not designed for extension - needs to be abstract, final or empty. | 8 | |
Line contains a tab character. | 9 | |
Parameter text should be final. | 9 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 9 | |
Line contains a tab character. | 10 | |
Line is longer than 80 characters. | 11 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter enumClass should be final. | 17 | |
'enumClass' hides a field. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
'if' is not followed by whitespace. | 19 | |
'==' is not preceded with whitespace. | 19 | |
'==' is not followed by whitespace. | 19 | |
'||' is not preceded with whitespace. | 19 | |
'||' is not followed by whitespace. | 19 | |
'{' is not preceded with whitespace. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 34 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'setServletClass' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter servletClass should be final. | 51 | |
'servletClass' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setServletName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter servletName should be final. | 56 | |
'servletName' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'setInitParameters' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter initParameters should be final. | 61 | |
'initParameters' hides a field. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setBeanName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter name should be final. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'setServletInstance' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter servletInstance should be final. | 71 | |
'servletInstance' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'handleRequestInternal' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter request should be final. | 92 | |
Line contains a tab character. | 93 | |
Parameter response should be final. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'try' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'catch' is not preceded with whitespace. | 97 | |
'}' is not followed by whitespace. | 97 | |
'catch' is not followed by whitespace. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line has trailing spaces. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter paramName should be final. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Method 'getServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Method 'setServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Parameter serviceEndpointInterface should be final. | 30 | |
Line has trailing spaces. | 31 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line has trailing spaces. | 35 | |
Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line has trailing spaces. | 48 | |
Method 'setServiceQNameString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter serviceName should be final. | 49 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
'{' is not preceded with whitespace. | 26 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 40 | |
Redundant 'public' modifier. | 46 | |
Redundant 'public' modifier. | 51 | |
Unused @param tag for 'wsdlDocumentLocation'. | 54 | |
Redundant 'public' modifier. | 56 | |
Expected @param tag for 'wsdlLocation'. | 56 | |
Redundant 'public' modifier. | 61 | |
Redundant 'public' modifier. | 66 | |
Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 34 | |
'if' is not followed by whitespace. | 36 | |
'==' is not preceded with whitespace. | 36 | |
'==' is not followed by whitespace. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'setServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter serviceEndpointInterface should be final. | 71 | |
'serviceEndpointInterface' hides a field. | 71 | |
Line has trailing spaces. | 75 | |
Method 'setServiceQNameString' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter serviceName should be final. | 80 | |
Method 'isSingleton' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getWsdlLocation' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'setWsdlLocation' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter wsdlDocumentLocation should be final. | 100 | |
'wsdlDocumentLocation' hides a field. | 100 | |
Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Unused @param tag for 'serviceUrl'. | 112 | |
Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter add should be final. | 115 | |
Expected @param tag for 'add'. | 115 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Method 'getServiceQName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Method 'setServiceQName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter serviceQName should be final. | 129 | |
'serviceQName' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line contains a tab character. | 139 | |
Parameter serviceName should be final. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Variable 'logger' must be private and have accessor methods. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter ps should be final. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter out should be final. | 43 | |
'out' hides a field. | 43 | |
Parameter err should be final. | 43 | |
'err' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'getHeaders' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Parameter context should be final. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Parameter context should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Parameter context should be final. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter context should be final. | 69 | |
Parameter ps should be final. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
'out' hides a field. | 72 | |
'cast' is not followed by whitespace. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line contains a tab character. | 73 | |
'if' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
'else' construct must use '{}'s. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'}' should be on the same line. | 83 | |
Line contains a tab character. | 84 | |
'catch' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 31 | |
Utility classes should not have a public or default constructor. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 47 | |
'for' is not followed by whitespace. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
';' is preceded with whitespace. | 49 | |
'{' is not preceded with whitespace. | 49 | |
'cast' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
'{' is not preceded with whitespace. | 54 | |
Must have at least one statement. | 54 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter username should be final. | 58 | |
Parameter password should be final. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 62 | |
Parameter username should be final. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 66 | |
Parameter username should be final. | 66 | |
'{' is not preceded with whitespace. | 66 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Utility classes should not have a public or default constructor. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
'static' modifier out of order with the JLS suggestions. | 29 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter wsContext should be final. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
'{' is not preceded with whitespace. | 38 | |
'try' is not followed by whitespace. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 46 | |
'try' is not followed by whitespace. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'cast' is not followed by whitespace. | 48 | |
'{' is not preceded with whitespace. | 50 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'principal' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 32 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' is not preceded with whitespace. | 33 | |
'{' is not preceded with whitespace. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 39 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter value should be final. | 31 | |
'if' construct must use '{}'s. | 32 | |
'if' is not followed by whitespace. | 32 | |
Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter value should be final. | 40 | |
'if' construct must use '{}'s. | 41 | |
'if' is not followed by whitespace. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Utility classes should not have a public or default constructor. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter s should be final. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter dt should be final. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 26 | |
'{' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Variable 'key' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'value' must be private and have accessor methods. | 34 | |
Parameter key should be final. | 45 | |
'key' hides a field. | 45 | |
Expected @param tag for 'key'. | 45 | |
Parameter value should be final. | 45 | |
'value' hides a field. | 45 | |
Expected @param tag for 'value'. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter value should be final. | 25 | |
'if' construct must use '{}'s. | 26 | |
Line contains a tab character. | 26 | |
'if' is not followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter value should be final. | 34 | |
'if' construct must use '{}'s. | 35 | |
Line contains a tab character. | 35 | |
'if' is not followed by whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |