This project has retired. For details please refer to its Attic page.
Archiva Web :: Security Configuration - Checkstyle Results

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1000152

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
1error Error
MemberName0error Error
JavadocMethod54error Error
JavadocType1error Error
JavadocVariable30error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: ^package
    2: ^$
    3: /\*$
    4: ^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$
    5: ^ \*$
    6: ^ \* Licensed under the Apache License, Version 2.0 \(the "License"\)\;$
    7: ^ \* you may not use this file except in compliance with the License.$
    8: ^ \* You may obtain a copy of the License at$
    9: ^ \*$
    10: ^ \* http://www.apache.org/licenses/LICENSE-2.0$
    11: ^ \*$
    12: ^ \* Unless required by applicable law or agreed to in writing, software$
    13: ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
    14: ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.$
    15: ^ \* See the License for the specific language governing permissions and$
    16: ^ \* limitations under the License.$
    17: ^ \*/$
    18: ^$
10error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
1error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround32error Error
ModifierOrder0error Error
RedundantModifier8error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows15error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
UpperEll0error Error

Details

org/apache/maven/archiva/security/ServletAuthenticator.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorExpected an @return tag.47
errorRedundant 'public' modifier.47
errorExpected @param tag for 'request'.47
errorExpected @param tag for 'result'.47
errorExpected @throws tag for 'AuthenticationException'.48
errorExpected @throws tag for 'AccountLockedException'.48
errorExpected @throws tag for 'MustChangePasswordException'.48
errorExpected an @return tag.61
errorRedundant 'public' modifier.61
errorExpected @param tag for 'request'.61
errorExpected @param tag for 'securitySession'.61
errorExpected @param tag for 'repositoryId'.61
errorExpected @param tag for 'permission'.62
errorExpected @throws tag for 'AuthorizationException'.62
errorExpected @throws tag for 'UnauthorizedException'.62
errorExpected an @return tag.77
errorRedundant 'public' modifier.77
errorExpected @param tag for 'principal'.77
errorExpected @param tag for 'repoId'.77
errorExpected @param tag for 'permission'.77
errorExpected @throws tag for 'UnauthorizedException'.78

org/apache/maven/archiva/security/PrincipalNotFoundException.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.35

org/apache/maven/archiva/security/ArchivaServletAuthenticator.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.87
errorLine is longer than 120 characters.95

org/apache/maven/archiva/security/ArchivaSecurityException.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.37

org/apache/maven/archiva/security/ArchivaRoleConstants.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.82

org/apache/maven/archiva/security/ArchivaXworkUser.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'?' is not followed by whitespace.41

org/apache/maven/archiva/security/UserRepositories.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorRedundant 'public' modifier.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorExpected @throws tag for 'PrincipalNotFoundException'.41
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.41
errorExpected @throws tag for 'AccessDeniedException'.41
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.41
errorExpected @throws tag for 'ArchivaSecurityException'.41
errorRedundant 'public' modifier.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52
errorExpected @throws tag for 'PrincipalNotFoundException'.53
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.53
errorExpected @throws tag for 'AccessDeniedException'.53
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.53
errorExpected @throws tag for 'ArchivaSecurityException'.53
errorRedundant 'public' modifier.61
errorExpected an @return tag.73
errorRedundant 'public' modifier.73
errorExpected @param tag for 'principal'.73
errorExpected @param tag for 'repoId'.73
error')' is not preceded with whitespace.73
errorExpected @throws tag for 'PrincipalNotFoundException'.74
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.74
errorExpected @throws tag for 'ArchivaSecurityException'.74
errorExpected an @return tag.85
errorRedundant 'public' modifier.85
errorExpected @param tag for 'principal'.85
errorExpected @param tag for 'repoId'.85
errorExpected @throws tag for 'AccessDeniedException'.86
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.86
errorExpected @throws tag for 'ArchivaSecurityException'.86

org/apache/maven/archiva/security/AccessDeniedException.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.35

org/apache/maven/archiva/security/ArchivaStandardRolesCheck.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52

org/apache/maven/archiva/security/DefaultUserRepositories.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.66
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.66
errorMissing a Javadoc comment.73
error'<' is not preceded with whitespace.73
error'<' is not followed by whitespace.73
error'>' is not preceded with whitespace.73
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.74
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.74
errorMissing a Javadoc comment.81
error'<' is not preceded with whitespace.81
error'<' is not followed by whitespace.81
error'>' is not preceded with whitespace.81
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.82
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.82
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'>' is not followed by whitespace.86
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
errorMissing a Javadoc comment.112
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.113
errorMissing a Javadoc comment.139
errorMissing a Javadoc comment.162
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.163
errorMissing a Javadoc comment.179
errorRedundant throws: 'AccessDeniedException' is subclass of 'ArchivaSecurityException'.180