The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
Translation | 0 | Error |
FileLength | 0 | Error |
RegexpHeader
| 149 | Error |
FileTabCharacter
| 989 | Error |
LeftCurly
| 325 | Error |
RightCurly
| 25 | Error |
LineLength
| 15 | Error |
MemberName | 28 | Error |
JavadocMethod
| 161 | Warning |
JavadocType
| 52 | Error |
JavadocVariable
| 45 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 1 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 3 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 112 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 1049 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 20 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 1 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 2 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber
| 2 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 7 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
'{' should be on a new line. | 32 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 41 | |
'}' is not preceded with whitespace. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
'{' should be on a new line. | 64 | |
Missing a Javadoc comment. | 83 | |
'(' is not followed by whitespace. | 83 | |
')' is not preceded with whitespace. | 83 | |
'(' is not followed by whitespace. | 86 | |
')' is not preceded with whitespace. | 86 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 114 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 38 | |
')' is not preceded with whitespace. | 38 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
'}' is not preceded with whitespace. | 30 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Line is longer than 120 characters (found 156). | 78 | |
Missing a Javadoc comment. | 149 | |
'(' is not followed by whitespace. | 169 | |
')' is not preceded with whitespace. | 169 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 120 characters (found 156). | 57 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 40 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - org.aopalliance.intercept.MethodInterceptor. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 36 | |
Name 'CLASS_MATCHER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Variable 'CLASS_MATCHER_TYPE' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 38 | |
Name 'METHOD_MATCHER_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Variable 'METHOD_MATCHER_TYPE' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - org.aopalliance.intercept.MethodInterceptor. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
'{' should be on a new line. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'(' is not followed by whitespace. | 42 | |
'250' is a magic number. | 42 | |
')' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
'{' should be on a new line. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
'(' is not followed by whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
Line contains a tab character. | 60 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'(' is not followed by whitespace. | 62 | |
')' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
'{' should be on a new line. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on a new line. | 73 | |
Line contains a tab character. | 74 | |
'(' is not followed by whitespace. | 74 | |
')' is not preceded with whitespace. | 74 | |
Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - java.lang.reflect.Method. | 26 | |
Unused import - org.aopalliance.intercept.MethodInterceptor. | 28 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 32 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
')' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 32 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
')' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is not followed by whitespace. | 27 | |
')' is not preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 21 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 25 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 27 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on a new line. | 51 | |
Line is longer than 120 characters (found 176). | 52 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
'(' is not followed by whitespace. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
'{' should be on a new line. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 20 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 21 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 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 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
'{' should be on a new line. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 32 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
')' is not preceded with whitespace. | 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 contains a tab character. | 44 | |
'{' should be on a new line. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 32 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on a new line. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 44 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
'{' should be on a new line. | 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. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
'{' should be on a new line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
'(' is not followed by whitespace. | 64 | |
')' is not preceded with whitespace. | 64 | |
'{' should be on a new line. | 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 | |
'}' should be alone on a line. | 69 | |
'{' should be on a new line. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
'(' is not followed by whitespace. | 73 | |
')' is not preceded with whitespace. | 73 | |
'{' should be on a new line. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'(' is not followed by whitespace. | 75 | |
')' is not preceded with whitespace. | 75 | |
'{' should be on a new line. | 75 | |
Line contains a tab character. | 76 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on a new line. | 79 | |
Line contains a tab character. | 80 | |
'(' is not followed by whitespace. | 80 | |
'(' is not followed by whitespace. | 80 | |
')' is not preceded with whitespace. | 80 | |
')' is not preceded with whitespace. | 80 | |
'{' should be on a new line. | 80 | |
Line contains a tab character. | 81 | |
'(' is not followed by whitespace. | 81 | |
')' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
'(' is not followed by whitespace. | 83 | |
'(' is not followed by whitespace. | 83 | |
')' is not preceded with whitespace. | 83 | |
')' is not preceded with whitespace. | 83 | |
'{' should be on a new line. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
')' is not preceded with whitespace. | 85 | |
Line contains a tab character. | 86 | |
'}' should be alone on a line. | 86 | |
'{' should be on a new line. | 86 | |
Line contains a tab character. | 87 | |
'(' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
')' is not preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
'(' is not followed by whitespace. | 94 | |
'(' is not followed by whitespace. | 94 | |
')' is not preceded with whitespace. | 94 | |
')' is not preceded with whitespace. | 94 | |
'{' should be on a new line. | 94 | |
Line contains a tab character. | 95 | |
'(' is not followed by whitespace. | 95 | |
')' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'(' is not followed by whitespace. | 97 | |
'(' is not followed by whitespace. | 97 | |
')' is not preceded with whitespace. | 97 | |
')' is not preceded with whitespace. | 97 | |
'{' should be on a new line. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
')' is not preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
'}' should be alone on a line. | 100 | |
'{' should be on a new line. | 100 | |
Line contains a tab character. | 101 | |
'(' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
')' is not preceded with whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'}' should be alone on a line. | 107 | |
'(' is not followed by whitespace. | 107 | |
')' is not preceded with whitespace. | 107 | |
'{' should be on a new line. | 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 is longer than 120 characters (found 127). | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
')' is not preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 118 | |
'(' is not followed by whitespace. | 118 | |
')' is not preceded with whitespace. | 118 | |
'{' should be on a new line. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'}' should be alone on a line. | 120 | |
'{' should be on a new line. | 120 | |
Line contains a tab character. | 121 | |
'(' is not followed by whitespace. | 121 | |
'(' is not followed by whitespace. | 121 | |
')' is not preceded with whitespace. | 121 | |
')' is not preceded with whitespace. | 121 | |
'{' should be on a new line. | 121 | |
Line contains a tab character. | 122 | |
'(' is not followed by whitespace. | 122 | |
')' is not preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
'(' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
')' is not preceded with whitespace. | 125 | |
'{' should be on a new line. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
'(' is not followed by whitespace. | 128 | |
')' is not preceded with whitespace. | 128 | |
'{' should be on a new line. | 128 | |
Line contains a tab character. | 129 | |
'(' is not followed by whitespace. | 129 | |
')' is not preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'}' should be alone on a line. | 132 | |
'{' should be on a new line. | 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 | |
')' is not preceded with whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'}' should be alone on a line. | 144 | |
'{' should be on a new line. | 144 | |
Line contains a tab character. | 145 | |
'(' is not followed by whitespace. | 145 | |
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 | |
')' is not preceded with whitespace. | 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. | 156 | |
'(' is not followed by whitespace. | 156 | |
')' is not preceded with whitespace. | 156 | |
'{' should be on a new line. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
'(' is not followed by whitespace. | 160 | |
')' is not preceded with whitespace. | 160 | |
'{' should be on a new line. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
'(' is not followed by whitespace. | 164 | |
')' is not preceded with whitespace. | 164 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused Javadoc tag. | 44 | |
Unused Javadoc tag. | 51 | |
Missing a Javadoc comment. | 55 | |
Unused Javadoc tag. | 60 | |
Unused Javadoc tag. | 68 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 45 | |
'for' is not followed by whitespace. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'if' is not followed by whitespace. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
'{' should be on a new line. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'{' should be on a new line. | 66 | |
Line contains a tab character. | 67 | |
'{' should be on a new line. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 75 | |
'(' is not followed by whitespace. | 75 | |
')' is not preceded with whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
'{' should be on a new line. | 75 | |
Line contains a tab character. | 76 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 32 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Missing a Javadoc comment. | 42 | |
'if' is not followed by whitespace. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
'{' is not preceded with whitespace. | 56 | |
'{' should be on a new line. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
')' is not preceded with whitespace. | 63 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
'{' should be on a new line. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
'(' is not followed by whitespace. | 70 | |
')' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Name '_packages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Name '_scanner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Name '_features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
'(' is not followed by whitespace. | 84 | |
'(' is not followed by whitespace. | 84 | |
')' is not preceded with whitespace. | 84 | |
Line contains a tab character. | 85 | |
')' is not preceded with whitespace. | 85 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
'(' is not followed by whitespace. | 87 | |
Line contains a tab character. | 88 | |
')' is not preceded with whitespace. | 88 | |
'{' should be on a new line. | 88 | |
Line contains a tab character. | 89 | |
'(' is not followed by whitespace. | 89 | |
')' is not preceded with whitespace. | 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 | |
'{' should be on a new line. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
'(' is not followed by whitespace. | 96 | |
')' is not preceded with whitespace. | 96 | |
Line contains a tab character. | 97 | |
'(' is not followed by whitespace. | 97 | |
')' is not preceded with whitespace. | 97 | |
Line contains a tab character. | 99 | |
'(' is not followed by whitespace. | 99 | |
')' is not preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on a new line. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'(' is not followed by whitespace. | 104 | |
'(' is not followed by whitespace. | 104 | |
')' is not preceded with whitespace. | 104 | |
')' is not preceded with whitespace. | 104 | |
'{' should be on a new line. | 104 | |
Line contains a tab character. | 105 | |
'(' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
')' is not preceded with whitespace. | 106 | |
Line contains a tab character. | 107 | |
'(' is not followed by whitespace. | 107 | |
')' is not preceded with whitespace. | 107 | |
'{' should be on a new line. | 107 | |
Line contains a tab character. | 108 | |
'(' is not followed by whitespace. | 108 | |
')' is not preceded with whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
'(' is not followed by whitespace. | 112 | |
')' is not preceded with whitespace. | 112 | |
Line contains a tab character. | 113 | |
'(' is not followed by whitespace. | 113 | |
')' is not preceded with whitespace. | 113 | |
'(' is not followed by whitespace. | 113 | |
')' is not preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
'(' is not followed by whitespace. | 114 | |
'(' is not followed by whitespace. | 114 | |
')' is not preceded with whitespace. | 114 | |
')' is not preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
'(' is not followed by whitespace. | 115 | |
'(' is not followed by whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
'(' is not followed by whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'(' is not followed by whitespace. | 117 | |
'(' is not followed by whitespace. | 117 | |
')' is not preceded with whitespace. | 117 | |
')' is not preceded with whitespace. | 117 | |
Line contains a tab character. | 118 | |
'(' is not followed by whitespace. | 118 | |
'(' is not followed by whitespace. | 118 | |
')' is not preceded with whitespace. | 118 | |
')' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'(' is not followed by whitespace. | 120 | |
')' is not preceded with whitespace. | 120 | |
')' is not preceded with whitespace. | 120 | |
Line contains a tab character. | 122 | |
'(' is not followed by whitespace. | 122 | |
')' is not preceded with whitespace. | 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 | |
'(' is not followed by whitespace. | 127 | |
')' is not preceded with whitespace. | 127 | |
'{' should be on a new line. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'(' is not followed by whitespace. | 130 | |
')' is not preceded with whitespace. | 130 | |
'{' should be on a new line. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
'(' is not followed by whitespace. | 134 | |
')' is not preceded with whitespace. | 134 | |
'{' should be on a new line. | 134 | |
Line contains a tab character. | 135 | |
'(' is not followed by whitespace. | 135 | |
')' is not preceded with whitespace. | 135 | |
Line contains a tab character. | 136 | |
'(' is not followed by whitespace. | 136 | |
')' is not preceded with whitespace. | 136 | |
'{' should be on a new line. | 136 | |
Line contains a tab character. | 137 | |
'{' should be on a new line. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'(' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
')' is not preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
')' is not preceded with whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'(' is not followed by whitespace. | 144 | |
')' is not preceded with whitespace. | 144 | |
Line contains a tab character. | 145 | |
'}' should be alone on a line. | 145 | |
'(' is not followed by whitespace. | 145 | |
')' is not preceded with whitespace. | 145 | |
'{' should be on a new line. | 145 | |
Line contains a tab character. | 146 | |
'(' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
')' is not preceded with whitespace. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
'}' should be alone on a line. | 149 | |
'{' should be on a new line. | 149 | |
Line contains a tab character. | 150 | |
'(' is not followed by whitespace. | 150 | |
Line contains a tab character. | 151 | |
')' is not preceded with whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
'(' is not followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
')' is not preceded with whitespace. | 156 | |
Line contains a tab character. | 157 | |
'(' is not followed by whitespace. | 157 | |
'(' is not followed by whitespace. | 157 | |
')' is not preceded with whitespace. | 157 | |
')' is not preceded with whitespace. | 157 | |
Line contains a tab character. | 158 | |
'(' is not followed by whitespace. | 158 | |
')' is not preceded with whitespace. | 158 | |
Line contains a tab character. | 160 | |
'(' is not followed by whitespace. | 160 | |
')' is not preceded with whitespace. | 160 | |
'{' should be on a new line. | 160 | |
Line contains a tab character. | 161 | |
'(' is not followed by whitespace. | 161 | |
')' is not preceded with whitespace. | 161 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
')' is not preceded with whitespace. | 164 | |
Line contains a tab character. | 165 | |
'(' is not followed by whitespace. | 165 | |
')' is not preceded with whitespace. | 165 | |
'{' should be on a new line. | 165 | |
Line contains a tab character. | 166 | |
'(' is not followed by whitespace. | 166 | |
')' is not preceded with whitespace. | 166 | |
'(' is not followed by whitespace. | 166 | |
')' is not preceded with whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'(' is not followed by whitespace. | 168 | |
')' is not preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Missing a Javadoc comment. | 172 | |
'(' is not followed by whitespace. | 172 | |
')' is not preceded with whitespace. | 172 | |
Line contains a tab character. | 174 | |
Missing a Javadoc comment. | 174 | |
'{' should be on a new line. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
'{' should be on a new line. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
'(' is not followed by whitespace. | 182 | |
')' is not preceded with whitespace. | 182 | |
'{' should be on a new line. | 182 | |
Line contains a tab character. | 183 | |
'(' is not followed by whitespace. | 183 | |
')' is not preceded with whitespace. | 183 | |
'{' should be on a new line. | 183 | |
Line contains a tab character. | 184 | |
'(' is not followed by whitespace. | 184 | |
')' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
'(' is not followed by whitespace. | 185 | |
')' is not preceded with whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 190 | |
'(' is not followed by whitespace. | 190 | |
')' is not preceded with whitespace. | 190 | |
Line contains a tab character. | 191 | |
'(' is not followed by whitespace. | 191 | |
')' is not preceded with whitespace. | 191 | |
'{' should be on a new line. | 191 | |
Line contains a tab character. | 192 | |
'{' should be on a new line. | 192 | |
Line contains a tab character. | 193 | |
'(' is not followed by whitespace. | 193 | |
')' is not preceded with whitespace. | 193 | |
Line contains a tab character. | 195 | |
'(' is not followed by whitespace. | 195 | |
')' is not preceded with whitespace. | 195 | |
'{' should be on a new line. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
')' is not preceded with whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
'(' is not followed by whitespace. | 199 | |
')' is not preceded with whitespace. | 199 | |
Line contains a tab character. | 201 | |
'(' is not followed by whitespace. | 201 | |
')' is not preceded with whitespace. | 201 | |
'{' should be on a new line. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'(' is not followed by whitespace. | 203 | |
Line contains a tab character. | 204 | |
')' is not preceded with whitespace. | 204 | |
Line contains a tab character. | 205 | |
'(' is not followed by whitespace. | 205 | |
')' is not preceded with whitespace. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 209 | |
'(' is not followed by whitespace. | 209 | |
')' is not preceded with whitespace. | 209 | |
'{' should be on a new line. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
'(' is not followed by whitespace. | 211 | |
')' is not preceded with whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
'}' should be alone on a line. | 213 | |
'(' is not followed by whitespace. | 213 | |
')' is not preceded with whitespace. | 213 | |
'{' should be on a new line. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
'}' should be alone on a line. | 215 | |
'(' is not followed by whitespace. | 215 | |
')' is not preceded with whitespace. | 215 | |
'{' should be on a new line. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
'(' is not followed by whitespace. | 219 | |
'(' is not followed by whitespace. | 219 | |
')' is not preceded with whitespace. | 219 | |
')' is not preceded with whitespace. | 219 | |
'{' should be on a new line. | 219 | |
Line contains a tab character. | 220 | |
'(' is not followed by whitespace. | 220 | |
')' is not preceded with whitespace. | 220 | |
Line contains a tab character. | 221 | |
'{' should be on a new line. | 221 | |
Line contains a tab character. | 222 | |
'(' is not followed by whitespace. | 222 | |
')' is not preceded with whitespace. | 222 | |
'{' should be on a new line. | 222 | |
Line contains a tab character. | 223 | |
'(' is not followed by whitespace. | 223 | |
')' is not preceded with whitespace. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
'}' should be alone on a line. | 225 | |
'(' is not followed by whitespace. | 225 | |
')' is not preceded with whitespace. | 225 | |
'{' should be on a new line. | 225 | |
Line contains a tab character. | 226 | |
'(' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
')' is not preceded with whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Missing a Javadoc comment. | 235 | |
'(' is not followed by whitespace. | 235 | |
')' is not preceded with whitespace. | 235 | |
'{' should be on a new line. | 235 | |
Line contains a tab character. | 236 | |
'(' is not followed by whitespace. | 236 | |
')' is not preceded with whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 240 | |
Missing a Javadoc comment. | 240 | |
'{' should be on a new line. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 245 | |
Missing a Javadoc comment. | 245 | |
'{' should be on a new line. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Missing a Javadoc comment. | 250 | |
'{' should be on a new line. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 255 | |
Missing a Javadoc comment. | 255 | |
'{' should be on a new line. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Missing a Javadoc comment. | 259 | |
Line contains a tab character. | 260 | |
')' is not preceded with whitespace. | 260 | |
'{' should be on a new line. | 260 | |
Line contains a tab character. | 261 | |
'(' is not followed by whitespace. | 261 | |
')' is not preceded with whitespace. | 261 | |
Line contains a tab character. | 262 | |
Missing a Javadoc comment. | 264 | |
Line contains a tab character. | 264 | |
'{' should be on a new line. | 264 | |
Line contains a tab character. | 265 | |
Missing a Javadoc comment. | 265 | |
'(' is not followed by whitespace. | 265 | |
Line contains a tab character. | 266 | |
')' is not preceded with whitespace. | 266 | |
'{' should be on a new line. | 266 | |
Line contains a tab character. | 267 | |
'(' is not followed by whitespace. | 267 | |
')' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
'(' is not followed by whitespace. | 271 | |
')' is not preceded with whitespace. | 271 | |
'{' should be on a new line. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
')' is not preceded with whitespace. | 273 | |
Line contains a tab character. | 274 | |
'(' is not followed by whitespace. | 274 | |
')' is not preceded with whitespace. | 274 | |
Line contains a tab character. | 275 | |
'(' is not followed by whitespace. | 275 | |
')' is not preceded with whitespace. | 275 | |
Line contains a tab character. | 276 | |
'(' is not followed by whitespace. | 276 | |
')' is not preceded with whitespace. | 276 | |
Line contains a tab character. | 277 | |
'(' is not followed by whitespace. | 277 | |
')' is not preceded with whitespace. | 277 | |
Line contains a tab character. | 279 | |
'(' is not followed by whitespace. | 279 | |
')' is not preceded with whitespace. | 279 | |
'{' should be on a new line. | 279 | |
Line contains a tab character. | 280 | |
'(' is not followed by whitespace. | 280 | |
')' is not preceded with whitespace. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
'{' should be on a new line. | 287 | |
Line contains a tab character. | 288 | |
'{' should be on a new line. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
'(' is not followed by whitespace. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
')' is not preceded with whitespace. | 294 | |
Line contains a tab character. | 295 | |
')' is not preceded with whitespace. | 295 | |
Line contains a tab character. | 296 | |
'}' should be alone on a line. | 296 | |
'(' is not followed by whitespace. | 296 | |
')' is not preceded with whitespace. | 296 | |
'{' should be on a new line. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
'{' should be on a new line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Line is longer than 120 characters (found 133). | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'{' should be on a new line. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 21 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on a new line. | 41 | |
Line contains a tab character. | 42 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
'{' should be on a new line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Line is longer than 120 characters (found 133). | 25 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
'{' should be on a new line. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 21 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'{' should be on a new line. | 41 | |
Line contains a tab character. | 42 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
'(' is not followed by whitespace. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
'(' is not followed by whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
'{' should be on a new line. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 24 | |
'(' is not followed by whitespace. | 24 | |
'(' is not followed by whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
'(' is not followed by whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
'{' should be on a new line. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 22 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
'(' is not followed by whitespace. | 38 | |
')' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on a new line. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 21 | |
'(' is not followed by whitespace. | 21 | |
'(' is not followed by whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
'{' should be on a new line. | 22 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 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 | |
'{' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 21 | |
'(' is not followed by whitespace. | 21 | |
'(' is not followed by whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
')' is not preceded with whitespace. | 21 | |
'{' should be on a new line. | 22 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 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 | |
'{' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 24 | |
'(' is not followed by whitespace. | 24 | |
'(' is not followed by whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
'(' is not followed by whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
')' is not preceded with whitespace. | 24 | |
'{' should be on a new line. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 22 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
'(' is not followed by whitespace. | 38 | |
')' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on a new line. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Line is longer than 120 characters (found 123). | 119 | |
'if' is not followed by whitespace. | 133 | |
'(' is not followed by whitespace. | 133 | |
')' is not preceded with whitespace. | 133 | |
'{' is not preceded with whitespace. | 133 | |
'{' should be on a new line. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 120 characters (found 129). | 156 | |
Line contains a tab character. | 173 | |
'if' is not followed by whitespace. | 174 | |
'(' is not followed by whitespace. | 174 | |
')' is not preceded with whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
'{' should be on a new line. | 174 | |
Line contains a tab character. | 175 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Missing a header - not enough lines in file. | 1 | |
Missing a Javadoc comment. | 18 | |
'{' should be on a new line. | 18 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 29 | |
'{' should be on a new line. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
'(' is not followed by whitespace. | 30 | |
')' is not preceded with whitespace. | 30 | |
'{' should be on a new line. | 30 | |
Line is longer than 120 characters (found 154). | 31 | |
Line contains a tab character. | 31 | |
'(' is not followed by whitespace. | 31 | |
'(' is not followed by whitespace. | 31 | |
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 33 | |
'(' is not followed by whitespace. | 33 | |
Line contains a tab character. | 34 | |
')' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
'(' is not followed by whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with 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 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.Bind. | 18 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.annotations.features.AutoBindingFeature. | 20 | |
Unused import - com.google.inject.CreationException. | 28 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 23 | |
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 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
'{' should be on a new line. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 78 | |
Redundant 'static' modifier. | 78 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Variable 'scoped' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Variable 'provided' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'annotated' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 37 | |
Variable 'className' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 39 | |
Variable 'interfaceName' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 22 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
'{' should be on a new line. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
'(' is not followed by whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'{' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 22 | |
Unused import - org.apache.onami.autobind.configuration.StartupModule. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 25 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 26 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 27 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'}' should be alone on a line. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
'{' should be on a new line. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
'{' should be on a new line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
'(' is not followed by whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'{' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 23 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 25 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 22 | |
'(' is not followed by whitespace. | 22 | |
'(' is not followed by whitespace. | 22 | |
')' is not preceded with whitespace. | 22 | |
')' is not preceded with whitespace. | 22 | |
'{' should be on a new line. | 23 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
'{' should be on a new line. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
'127' is a magic number. | 49 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 22 | |
Expected an @return tag. | 36 | |
Expected @param tag for 'name'. | 36 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Expected @throws tag for 'IOException'. | 40 | |
Expected @param tag for 'feature'. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Expected @param tag for 'filter'. | 60 | |
Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 20 | |
Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 68 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - org.apache.onami.autobind.annotations.Bind. | 32 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 33 | |
Name 'LINE_SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Name '_scanner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Name '_listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Name '_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 21 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 24 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 26 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 21 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 24 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 26 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.Bind. | 18 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 21 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 24 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 26 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'{' should be on a new line. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
'(' is not followed by whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
'(' is not followed by whitespace. | 55 | |
'(' is not followed by whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
')' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
')' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
'(' is not followed by whitespace. | 57 | |
'(' is not followed by whitespace. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
')' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
'{' should be on a new line. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
')' is not preceded with whitespace. | 27 | |
'{' should be on a new line. | 28 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 25 | |
'(' is not followed by whitespace. | 25 | |
')' is not preceded with whitespace. | 25 | |
')' is not preceded with whitespace. | 27 | |
'{' should be on a new line. | 28 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 22 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
'(' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 24 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Name '_examples' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
'{' should be on a new line. | 28 | |
Line contains a tab character. | 29 | |
'(' is not followed by whitespace. | 29 | |
')' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
'(' is not followed by whitespace. | 34 | |
')' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 22 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
'(' is not followed by whitespace. | 53 | |
'(' is not followed by whitespace. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
')' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 21 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 22 | |
'(' is not followed by whitespace. | 35 | |
')' is not preceded with whitespace. | 35 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
'{' should be on a new line. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 22 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
'(' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 18 | |
'{' should be on a new line. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
'{' should be on a new line. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.configuration.StartupModule. | 20 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 22 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'{' should be on a new line. | 48 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.ClasspathScanner. | 19 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 20 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
'{' should be on a new line. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.scanner.asm.ASMClasspathScanner. | 19 | |
'{' should be on a new line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Unused import - org.apache.onami.autobind.annotations.Bind. | 18 | |
Unused import - org.apache.onami.autobind.annotations.GuiceModule. | 19 | |
Unused import - org.apache.onami.autobind.annotations.features.AutoBindingFeature. | 20 | |
Unused import - com.google.inject.CreationException. | 28 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'{' should be on a new line. | 45 | |
Line contains a tab character. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
'{' should be on a new line. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 45 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Name '_binder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 88 | |
'context' hides a field. | 89 | |
Name '_annotatedClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
Name '_annotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 262 | |
Missing a Javadoc comment. | 300 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Unused import - org.apache.onami.autobind.scanner.ScannerModule. | 24 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 24 | |
'{' should be on a new line. | 24 | |
'{' should be on a new line. | 26 | |
Expected an @return tag. | 38 | |
'(' is not followed by whitespace. | 38 | |
Expected @param tag for 'className'. | 38 | |
')' is not preceded with whitespace. | 38 | |
Expected @throws tag for 'ClassNotFoundException'. | 38 | |
'{' should be on a new line. | 38 | |
'(' is not followed by whitespace. | 39 | |
')' is not preceded with whitespace. | 39 | |
Line is longer than 120 characters (found 140). | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
Line is longer than 120 characters (found 121). | 41 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
'(' is not followed by whitespace. | 41 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
'(' is not followed by whitespace. | 42 | |
')' is not preceded with whitespace. | 42 | |
'{' should be on a new line. | 42 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
'}' should be alone on a line. | 44 | |
'{' should be on a new line. | 44 | |
'(' is not followed by whitespace. | 56 | |
')' is not preceded with whitespace. | 56 | |
'{' should be on a new line. | 56 | |
'(' is not followed by whitespace. | 57 | |
')' is not preceded with whitespace. | 57 | |
'{' should be on a new line. | 57 | |
'}' should be alone on a line. | 59 | |
'{' should be on a new line. | 59 | |
'{' should be on a new line. | 60 | |
'(' is not followed by whitespace. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
'}' should be alone on a line. | 62 | |
'(' is not followed by whitespace. | 62 | |
')' is not preceded with whitespace. | 62 | |
'{' should be on a new line. | 62 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 34 | |
'{' should be on a new line. | 34 | |
Missing a Javadoc comment. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'(' is not followed by whitespace. | 59 | |
'(' is not followed by whitespace. | 59 | |
'(' is not followed by whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
')' is not preceded with whitespace. | 59 | |
'{' should be on a new line. | 59 | |
'(' is not followed by whitespace. | 60 | |
')' is not preceded with whitespace. | 60 | |
'{' should be on a new line. | 60 | |
'(' is not followed by whitespace. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
'(' is not followed by whitespace. | 63 | |
')' is not preceded with whitespace. | 63 | |
'{' should be on a new line. | 63 | |
Line contains a tab character. | 64 | |
'(' is not followed by whitespace. | 64 | |
')' is not preceded with whitespace. | 64 | |
'}' should be alone on a line. | 66 | |
'(' is not followed by whitespace. | 66 | |
'(' is not followed by whitespace. | 66 | |
')' is not preceded with whitespace. | 66 | |
')' is not preceded with whitespace. | 66 | |
'{' should be on a new line. | 66 | |
'(' is not followed by whitespace. | 67 | |
'(' is not followed by whitespace. | 67 | |
')' is not preceded with whitespace. | 67 | |
')' is not preceded with whitespace. | 67 | |
'{' should be on a new line. | 67 | |
Line contains a tab character. | 68 | |
'(' is not followed by whitespace. | 68 | |
')' is not preceded with whitespace. | 68 | |
'}' should be alone on a line. | 70 | |
'{' should be on a new line. | 70 | |
Line contains a tab character. | 71 | |
'(' is not followed by whitespace. | 71 | |
'(' is not followed by whitespace. | 71 | |
')' is not preceded with whitespace. | 71 | |
')' is not preceded with whitespace. | 71 | |
'}' should be alone on a line. | 74 | |
'{' should be on a new line. | 74 | |
'(' is not followed by whitespace. | 75 | |
')' is not preceded with whitespace. | 75 | |
'(' is not followed by whitespace. | 76 | |
')' is not preceded with whitespace. | 76 | |
'{' should be on a new line. | 76 | |
'(' is not followed by whitespace. | 77 | |
')' is not preceded with whitespace. | 77 | |
'(' is not followed by whitespace. | 79 | |
'(' is not followed by whitespace. | 79 | |
')' is not preceded with whitespace. | 79 | |
')' is not preceded with whitespace. | 79 | |
'(' is not followed by whitespace. | 82 | |
')' is not preceded with whitespace. | 82 | |
'{' should be on a new line. | 82 | |
'{' should be on a new line. | 86 | |
'(' is not followed by whitespace. | 87 | |
'(' is not followed by whitespace. | 87 | |
'(' is not followed by whitespace. | 87 | |
'(' is not followed by whitespace. | 87 | |
')' is not preceded with whitespace. | 87 | |
')' is not preceded with whitespace. | 87 | |
')' is not preceded with whitespace. | 87 | |
')' is not preceded with whitespace. | 87 | |
'}' should be alone on a line. | 88 | |
'(' is not followed by whitespace. | 88 | |
')' is not preceded with whitespace. | 88 | |
'{' should be on a new line. | 88 | |
'(' is not followed by whitespace. | 89 | |
')' is not preceded with whitespace. | 89 | |
'{' should be on a new line. | 89 | |
'(' is not followed by whitespace. | 90 | |
')' is not preceded with whitespace. | 90 | |
'}' should be alone on a line. | 91 | |
'{' should be on a new line. | 91 | |
'(' is not followed by whitespace. | 92 | |
')' is not preceded with whitespace. | 92 | |
'(' is not followed by whitespace. | 92 | |
')' is not preceded with whitespace. | 92 | |
'(' is not followed by whitespace. | 92 | |
')' is not preceded with whitespace. | 92 | |
'(' is not followed by whitespace. | 99 | |
')' is not preceded with whitespace. | 99 | |
'{' should be on a new line. | 99 | |
'(' is not followed by whitespace. | 100 | |
'(' is not followed by whitespace. | 100 | |
')' is not preceded with whitespace. | 100 | |
')' is not preceded with whitespace. | 100 | |
Missing a Javadoc comment. | 106 | |
'(' is not followed by whitespace. | 106 | |
')' is not preceded with whitespace. | 106 | |
'{' should be on a new line. | 106 | |
Line contains a tab character. | 107 | |
'(' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'{' should be on a new line. | 109 | |
Line contains a tab character. | 110 | |
'(' is not followed by whitespace. | 110 | |
'(' is not followed by whitespace. | 110 | |
')' is not preceded with whitespace. | 110 | |
')' is not preceded with whitespace. | 110 | |
'(' is not followed by whitespace. | 110 | |
')' is not preceded with whitespace. | 110 | |
Line contains a tab character. | 111 | |
'(' is not followed by whitespace. | 111 | |
'(' is not followed by whitespace. | 111 | |
')' is not preceded with whitespace. | 111 | |
')' is not preceded with whitespace. | 111 | |
'(' is not followed by whitespace. | 111 | |
')' is not preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
'(' is not followed by whitespace. | 112 | |
'(' is not followed by whitespace. | 112 | |
')' is not preceded with whitespace. | 112 | |
')' is not preceded with whitespace. | 112 | |
'(' is not followed by whitespace. | 112 | |
')' is not preceded with whitespace. | 112 | |
Line contains a tab character. | 113 | |
'(' is not followed by whitespace. | 113 | |
'(' is not followed by whitespace. | 113 | |
')' is not preceded with whitespace. | 113 | |
')' is not preceded with whitespace. | 113 | |
'(' is not followed by whitespace. | 113 | |
')' is not preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
'(' is not followed by whitespace. | 114 | |
'(' is not followed by whitespace. | 114 | |
')' is not preceded with whitespace. | 114 | |
')' is not preceded with whitespace. | 114 | |
'(' is not followed by whitespace. | 114 | |
')' is not preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
'(' is not followed by whitespace. | 115 | |
'(' is not followed by whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
'(' is not followed by whitespace. | 115 | |
')' is not preceded with whitespace. | 115 | |
Line contains a tab character. | 116 | |
'(' is not followed by whitespace. | 116 | |
'(' is not followed by whitespace. | 116 | |
')' is not preceded with whitespace. | 116 | |
')' is not preceded with whitespace. | 116 | |
'(' is not followed by whitespace. | 116 | |
')' is not preceded with whitespace. | 116 | |
Line contains a tab character. | 117 | |
'(' is not followed by whitespace. | 117 | |
'(' is not followed by whitespace. | 117 | |
')' is not preceded with whitespace. | 117 | |
')' is not preceded with whitespace. | 117 | |
'(' is not followed by whitespace. | 117 | |
')' is not preceded with whitespace. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
')' is not preceded with whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'(' is not followed by whitespace. | 121 | |
')' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
'(' is not followed by whitespace. | 122 | |
'(' is not followed by whitespace. | 122 | |
')' is not preceded with whitespace. | 122 | |
')' is not preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
'(' is not followed by whitespace. | 123 | |
'(' is not followed by whitespace. | 123 | |
')' is not preceded with whitespace. | 123 | |
')' is not preceded with whitespace. | 123 | |
Line is longer than 120 characters (found 242). | 124 | |
Line contains a tab character. | 124 | |
'(' is not followed by whitespace. | 124 | |
'(' is not followed by whitespace. | 124 | |
')' is not preceded with whitespace. | 124 | |
')' is not preceded with whitespace. | 124 | |
Line contains a tab character. | 125 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 47 | |
Line contains a tab character. | 48 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
'(' is not followed by whitespace. | 48 | |
')' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
'{' should be on a new line. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
'{' should be on a new line. | 52 | |
Line contains a tab character. | 53 | |
'(' is not followed by whitespace. | 53 | |
')' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
'(' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 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. | 61 | |
'(' is not followed by whitespace. | 61 | |
')' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'(' is not followed by whitespace. | 63 | |
')' is not preceded with whitespace. | 63 | |
'{' should be on a new line. | 63 | |
Line contains a tab character. | 64 | |
'(' is not followed by whitespace. | 64 | |
')' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
'(' is not followed by whitespace. | 69 | |
')' is not preceded with whitespace. | 69 | |
'{' should be on a new line. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'(' is not followed by whitespace. | 71 | |
')' is not preceded with whitespace. | 71 | |
Line contains a tab character. | 72 | |
'(' is not followed by whitespace. | 72 | |
')' is not preceded with whitespace. | 72 | |
'{' should be on a new line. | 72 | |
Line contains a tab character. | 73 | |
'(' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
')' is not preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'{' should be on a new line. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'}' should be alone on a line. | 80 | |
'(' is not followed by whitespace. | 80 | |
')' is not preceded with whitespace. | 80 | |
'{' should be on a new line. | 80 | |
Line contains a tab character. | 81 | |
'(' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
')' is not preceded with whitespace. | 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 | |
'{' should be on a new line. | 87 | |
Line contains a tab character. | 88 | |
'(' is not followed by whitespace. | 88 | |
')' is not preceded with whitespace. | 88 | |
Line contains a tab character. | 89 | |
'}' should be alone on a line. | 89 | |
'(' is not followed by whitespace. | 89 | |
')' is not preceded with whitespace. | 89 | |
'{' should be on a new line. | 89 | |
Line contains a tab character. | 90 | |
'(' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
')' is not preceded with whitespace. | 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. | 97 | |
'(' 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. | 101 | |
'(' is not followed by whitespace. | 101 | |
')' is not preceded with whitespace. | 101 | |
'{' should be on a new line. | 101 | |
Line contains a tab character. | 102 | |
'(' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
')' is not preceded with 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 | |
Line contains a tab character. | 109 | |
'(' is not followed by whitespace. | 109 | |
')' is not preceded with whitespace. | 109 | |
'{' should be on a new line. | 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 | |
'{' should be on a new line. | 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 | |
'(' is not followed by whitespace. | 118 | |
')' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
'(' is not followed by whitespace. | 119 | |
')' is not preceded with whitespace. | 119 | |
Line contains a tab character. | 121 | |
'(' is not followed by whitespace. | 121 | |
')' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
'(' is not followed by whitespace. | 122 | |
')' is not preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
'(' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
')' is not preceded with whitespace. | 124 | |
Line contains a tab character. | 125 | |
'}' should be alone on a line. | 125 | |
'(' is not followed by whitespace. | 125 | |
')' is not preceded with whitespace. | 125 | |
'{' should be on a new line. | 125 | |
Line contains a tab character. | 126 | |
'(' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
')' is not preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 31 | |
'{' should be on a new line. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
'{' should be on a new line. | 38 | |
Line contains a tab character. | 39 | |
'(' is not followed by whitespace. | 39 | |
')' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
'(' is not followed by whitespace. | 43 | |
')' is not preceded with whitespace. | 43 | |
'{' should be on a new line. | 43 | |
Line contains a tab character. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'(' is not followed by whitespace. | 51 | |
')' is not preceded with whitespace. | 51 | |
'{' should be on a new line. | 51 | |
Line contains a tab character. | 52 | |
'(' is not followed by whitespace. | 52 | |
')' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'(' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 54 | |
'{' is not preceded with whitespace. | 54 | |
'{' should be on a new line. | 54 | |
Line contains a tab character. | 55 | |
'(' is not followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on a new line. | 57 | |
Line contains a tab character. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
')' is not preceded with 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 | |
Missing a Javadoc comment. | 64 | |
'(' is not followed by whitespace. | 64 | |
'startup' hides a field. | 64 | |
')' is not preceded with whitespace. | 64 | |
'{' is not preceded with whitespace. | 64 | |
'{' should be on a new line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 25 | |
'{' is not preceded with whitespace. | 25 | |
'{' should be on a new line. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
'{' should be on a new line. | 28 | |
Line contains a tab character. | 29 | |
'(' is not followed by whitespace. | 29 | |
')' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'{' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'{' should be on a new line. | 36 | |
Line contains a tab character. | 37 | |
'(' is not followed by whitespace. | 37 | |
')' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 40 | |
'{' should be on a new line. | 40 | |
Line contains a tab character. | 41 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
'{' should be on a new line. | 44 | |
Line contains a tab character. | 45 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
'(' is not followed by whitespace. | 46 | |
')' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is not followed by whitespace. | 49 | |
')' is not preceded with whitespace. | 49 | |
'{' should be on a new line. | 49 | |
Line contains a tab character. | 50 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
'{' should be on a new line. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'{' should be on a new line. | 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 | |
Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 29 | |
'(' is not followed by whitespace. | 29 | |
')' is not preceded with whitespace. | 29 | |
'(' is not followed by whitespace. | 30 | |
')' is not preceded with whitespace. | 30 | |
'(' is not followed by whitespace. | 32 | |
')' is not preceded with whitespace. | 32 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
'{' should be on a new line. | 34 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
'{' should be on a new line. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
'{' should be on a new line. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 | |
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
'{' should be on a new line. | 21 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
Missing a Javadoc comment. | 90 | |
Line is longer than 120 characters (found 121). | 172 | |
Missing a Javadoc comment. | 183 | |
Line is longer than 120 characters (found 122). | 224 | |
Line is longer than 120 characters (found 121). | 274 | |
Missing a Javadoc comment. | 304 | |
Name '_visitJar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 | |
Inner assignments should be avoided. | 416 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
Name '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Name '_ignore' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Name '_annotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Name '_features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^package '. | 1 |