The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
10 | 0 | 0 | 255 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 7 | Error |
MemberName | 0 | Error |
JavadocMethod | 70 | Error |
JavadocType | 1 | Error |
JavadocVariable | 32 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
| 10 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 91 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 17 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
NeedBraces | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 23 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 2 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Type Javadoc comment is missing an @param <T> tag. | 32 | |
'<' is not preceded with whitespace. | 32 | |
'<' is not followed by whitespace. | 32 | |
'>' is not preceded with whitespace. | 32 | |
Redundant 'public' modifier. | 39 | |
Redundant 'public' modifier. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
Redundant throws: 'ObjectNotFoundException' is subclass of 'ArchivaDatabaseException'. | 48 | |
Redundant 'public' modifier. | 60 | |
'<' is not preceded with whitespace. | 60 | |
'<' is not followed by whitespace. | 60 | |
'>' is not preceded with whitespace. | 60 | |
Redundant throws: 'ObjectNotFoundException' is subclass of 'ArchivaDatabaseException'. | 60 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
'<' is not preceded with whitespace. | 38 | |
'<' is not followed by whitespace. | 38 | |
'<' is not preceded with whitespace. | 38 | |
'<' is not followed by whitespace. | 38 | |
'?' is not preceded with whitespace. | 38 | |
'>' is not preceded with whitespace. | 38 | |
'?' is not followed by whitespace. | 38 | |
'>' is not followed by whitespace. | 38 | |
'>' is not preceded with whitespace. | 38 | |
Missing a Javadoc comment. | 40 | |
'<' is not preceded with whitespace. | 40 | |
'<' is not followed by whitespace. | 40 | |
'?' is not preceded with whitespace. | 40 | |
'>' is not preceded with whitespace. | 40 | |
'?' is not followed by whitespace. | 40 | |
Missing a Javadoc comment. | 45 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'?' is not preceded with whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
'?' is not followed by whitespace. | 45 | |
'>' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/\*$'. | 3 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 71 | |
'repositoryId' hides a field. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
'fileCount' hides a field. | 81 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 91 | |
'totalSize' hides a field. | 91 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 101 | |
'projectCount' hides a field. | 101 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 111 | |
'groupCount' hides a field. | 111 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 | |
'artifactCount' hides a field. | 121 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 131 | |
'pluginCount' hides a field. | 131 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 141 | |
'archetypeCount' hides a field. | 141 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 151 | |
'jarCount' hides a field. | 151 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 161 | |
'warCount' hides a field. | 161 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 171 | |
'earCount' hides a field. | 171 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 181 | |
'dllCount' hides a field. | 181 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 191 | |
'exeCount' hides a field. | 191 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 201 | |
'pomCount' hides a field. | 201 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 211 | |
'zipCount' hides a field. | 211 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 221 | |
'deploymentCount' hides a field. | 221 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 231 | |
'downloadCount' hides a field. | 231 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 241 | |
'dateOfScan' hides a field. | 241 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 45 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
Line is longer than 120 characters. | 60 | |
'if' is not followed by whitespace. | 63 | |
'if' is not followed by whitespace. | 71 | |
Line is longer than 120 characters. | 83 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'if' is not followed by whitespace. | 90 | |
Line is longer than 120 characters. | 96 | |
Missing a Javadoc comment. | 100 | |
'<' is not preceded with whitespace. | 100 | |
'<' is not followed by whitespace. | 100 | |
'>' is not preceded with whitespace. | 100 | |
Line is longer than 120 characters. | 101 | |
'<' is not preceded with whitespace. | 101 | |
'<' is not followed by whitespace. | 101 | |
'>' is not preceded with whitespace. | 101 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'>' is not followed by whitespace. | 107 | |
'for' is not followed by whitespace. | 108 | |
'<' is not preceded with whitespace. | 125 | |
'<' is not followed by whitespace. | 125 | |
'>' is not preceded with whitespace. | 125 | |
'catch' is not followed by whitespace. | 156 | |
Line is longer than 120 characters. | 158 | |
Missing a Javadoc comment. | 167 | |
'dao' hides a field. | 167 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 31 | |
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 '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'25' is a magic number. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
'countOfPages' hides a field. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
'currentPage' hides a field. | 52 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
'perPageCount' hides a field. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 | |
'totalCount' hides a field. | 72 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
Expected an @return tag. | 63 | |
Line is longer than 120 characters. | 63 | |
Redundant 'public' modifier. | 63 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
Expected @param tag for 'repoContentStats'. | 63 | |
Expected @param tag for 'repository'. | 63 | |
Expected @param tag for 'startDate'. | 63 | |
Expected @param tag for 'endDate'. | 63 | |
Expected @param tag for 'limits'. | 63 | |
Expected @throws tag for 'ArchivaReportException'. | 64 | |
Expected an @return tag. | 77 | |
Line is longer than 120 characters. | 77 | |
Redundant 'public' modifier. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
Expected @param tag for 'repoContentStats'. | 77 | |
Expected @param tag for 'repository'. | 77 | |
Expected @param tag for 'startDate'. | 77 | |
Expected @param tag for 'endDate'. | 77 | |
Expected @throws tag for 'ArchivaReportException'. | 78 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'?' is not preceded with whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
'?' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
',' is not followed by whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'?' is not preceded with whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'?' is not followed by whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 |