This project has retired. For details please refer to its Attic page.
Redback - Checkstyle Results

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2521352343854

Files

FilesInfosWarningsErrors
org/apache/archiva/redback/authentication/AbstractAuthenticator.java011
org/apache/archiva/redback/authentication/AuthenticationConstants.java100
org/apache/archiva/redback/authentication/AuthenticationDataSource.java021
org/apache/archiva/redback/authentication/AuthenticationException.java031
org/apache/archiva/redback/authentication/AuthenticationFailureCause.java092
org/apache/archiva/redback/authentication/AuthenticationManager.java030
org/apache/archiva/redback/authentication/AuthenticationResult.java0122
org/apache/archiva/redback/authentication/Authenticator.java040
org/apache/archiva/redback/authentication/DefaultAuthenticationManager.java045
org/apache/archiva/redback/authentication/NotAuthenticatedException.java030
org/apache/archiva/redback/authentication/PasswordBasedAuthenticationDataSource.java085
org/apache/archiva/redback/authentication/TokenBasedAuthenticationDataSource.java091
org/apache/archiva/redback/authentication/keystore/KeyStoreAuthenticator.java036
org/apache/archiva/redback/authentication/ldap/LdapBindAuthenticator.java031
org/apache/archiva/redback/authentication/memory/MemoryAuthenticator.java072
org/apache/archiva/redback/authentication/open/OpenAuthenticator.java032
org/apache/archiva/redback/authentication/users/UserManagerAuthenticator.java096
org/apache/archiva/redback/authorization/AuthorizationDataSource.java0100
org/apache/archiva/redback/authorization/AuthorizationException.java030
org/apache/archiva/redback/authorization/AuthorizationResult.java040
org/apache/archiva/redback/authorization/Authorizer.java033
org/apache/archiva/redback/authorization/NotAuthorizedException.java030
org/apache/archiva/redback/authorization/RedbackAuthorization.java050
org/apache/archiva/redback/authorization/UnauthorizedException.java020
org/apache/archiva/redback/authorization/open/OpenAuthorizer.java043
org/apache/archiva/redback/authorization/rbac/RbacAuthorizer.java0126
org/apache/archiva/redback/authorization/rbac/evaluator/DefaultPermissionEvaluator.java034
org/apache/archiva/redback/authorization/rbac/evaluator/PermissionEvaluationException.java020
org/apache/archiva/redback/authorization/rbac/evaluator/PermissionEvaluator.java010
org/apache/archiva/redback/common/jdo/UserConfigurableJdoFactory.java032
org/apache/archiva/redback/common/jdo/test/StoreManagerDebug.java060
org/apache/archiva/redback/common/ldap/LdapUtils.java032
org/apache/archiva/redback/common/ldap/MappingException.java020
org/apache/archiva/redback/common/ldap/connection/ConfigurableLdapConnectionFactory.java0344
org/apache/archiva/redback/common/ldap/connection/DefaultLdapConnection.java052
org/apache/archiva/redback/common/ldap/connection/LdapConnection.java050
org/apache/archiva/redback/common/ldap/connection/LdapConnectionConfiguration.java02912
org/apache/archiva/redback/common/ldap/connection/LdapConnectionFactory.java080
org/apache/archiva/redback/common/ldap/connection/LdapException.java020
org/apache/archiva/redback/common/ldap/role/DefaultLdapRoleMapper.java0263
org/apache/archiva/redback/common/ldap/role/DefaultLdapRoleMapperConfiguration.java055
org/apache/archiva/redback/common/ldap/role/LdapRoleMapper.java0212
org/apache/archiva/redback/common/ldap/role/LdapRoleMapperConfiguration.java071
org/apache/archiva/redback/common/ldap/user/LdapUser.java0371
org/apache/archiva/redback/common/ldap/user/LdapUserMapper.java0304
org/apache/archiva/redback/common/ldap/user/UserMapper.java0160
org/apache/archiva/redback/common/ldap/user/UserUpdate.java060
org/apache/archiva/redback/configuration/DefaultUserConfiguration.java1147
org/apache/archiva/redback/configuration/UserConfiguration.java0103
org/apache/archiva/redback/configuration/UserConfigurationException.java011
org/apache/archiva/redback/configuration/UserConfigurationKeys.java6602
org/apache/archiva/redback/integration/HttpUtils.java040
org/apache/archiva/redback/integration/checks/security/AdminAutoCreateCheck.java518
org/apache/archiva/redback/integration/checks/security/GuestUserEnvironmentCheck.java015
org/apache/archiva/redback/integration/checks/security/LockedAdminEnvironmentCheck.java110
org/apache/archiva/redback/integration/checks/security/RequiredRolesEnvironmentCheck.java112
org/apache/archiva/redback/integration/filter/SpringServletFilter.java031
org/apache/archiva/redback/integration/filter/authentication/AbstractHttpAuthenticationFilter.java031
org/apache/archiva/redback/integration/filter/authentication/HttpAuthenticationException.java040
org/apache/archiva/redback/integration/filter/authentication/HttpAuthenticator.java2241
org/apache/archiva/redback/integration/filter/authentication/basic/HttpBasicAuthentication.java022
org/apache/archiva/redback/integration/filter/authentication/basic/HttpBasicAuthenticationFilter.java012
org/apache/archiva/redback/integration/filter/authentication/digest/Digest.java020
org/apache/archiva/redback/integration/filter/authentication/digest/Hex.java021
org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestAuthentication.java056
org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestAuthenticationFilter.java014
org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestHeader.java818
org/apache/archiva/redback/integration/filter/authentication/digest/NonceExpirationException.java040
org/apache/archiva/redback/integration/filter/authorization/SimpleAuthorizationFilter.java032
org/apache/archiva/redback/integration/mail/MailGenerator.java010
org/apache/archiva/redback/integration/mail/Mailer.java030
org/apache/archiva/redback/integration/mail/MailerImpl.java130
org/apache/archiva/redback/integration/mail/VelocityMailGenerator.java056
org/apache/archiva/redback/integration/model/AdminEditUserCredentials.java060
org/apache/archiva/redback/integration/model/CreateRoleDetails.java010
org/apache/archiva/redback/integration/model/CreateUserCredentials.java020
org/apache/archiva/redback/integration/model/EditRoleDetails.java020
org/apache/archiva/redback/integration/model/EditUserCredentials.java040
org/apache/archiva/redback/integration/model/RoleDetails.java0130
org/apache/archiva/redback/integration/model/SimplePermission.java060
org/apache/archiva/redback/integration/model/UserCredentials.java0190
org/apache/archiva/redback/integration/security/role/RedbackRoleConstants.java16018
org/apache/archiva/redback/integration/util/AutoLoginCookies.java0715
org/apache/archiva/redback/integration/util/DateUtils.java008
org/apache/archiva/redback/integration/util/ModelTemplateSorter.java010
org/apache/archiva/redback/integration/util/OperationSorter.java010
org/apache/archiva/redback/integration/util/PermissionSorter.java010
org/apache/archiva/redback/integration/util/ResourceSorter.java010
org/apache/archiva/redback/integration/util/RoleSorter.java010
org/apache/archiva/redback/integration/util/TemplatedRoleSorter.java010
org/apache/archiva/redback/integration/util/UserComparator.java020
org/apache/archiva/redback/keys/AbstractKeyManager.java153
org/apache/archiva/redback/keys/AuthenticationKey.java0100
org/apache/archiva/redback/keys/KeyManager.java061
org/apache/archiva/redback/keys/KeyManagerException.java040
org/apache/archiva/redback/keys/KeyManagerTestCase.java0810
org/apache/archiva/redback/keys/KeyNotFoundException.java042
org/apache/archiva/redback/keys/cached/CachedKeyManager.java0127
org/apache/archiva/redback/keys/jdo/JdoKeyManager.java0112
org/apache/archiva/redback/keys/memory/MemoryAuthenticationKey.java0110
org/apache/archiva/redback/keys/memory/MemoryKeyManager.java083
org/apache/archiva/redback/management/DataManagementTool.java090
org/apache/archiva/redback/management/JdoDataManagementTool.java099
org/apache/archiva/redback/policy/AbstractCookieSettings.java134
org/apache/archiva/redback/policy/AccountLockedException.java021
org/apache/archiva/redback/policy/DefaultUserSecurityPolicy.java02817
org/apache/archiva/redback/policy/DefaultUserValidationSettings.java040
org/apache/archiva/redback/policy/MustChangePasswordException.java021
org/apache/archiva/redback/policy/PasswordEncoder.java001
org/apache/archiva/redback/policy/PasswordEncodingException.java041
org/apache/archiva/redback/policy/PasswordRule.java013
org/apache/archiva/redback/policy/PasswordRuleViolationException.java061
org/apache/archiva/redback/policy/PasswordRuleViolations.java032
org/apache/archiva/redback/policy/PolicyContext.java051
org/apache/archiva/redback/policy/PolicyViolationException.java041
org/apache/archiva/redback/policy/RememberMeCookieSettings.java020
org/apache/archiva/redback/policy/SignonCookieSettings.java022
org/apache/archiva/redback/policy/UserSecurityPolicy.java026
org/apache/archiva/redback/policy/UserValidationSettings.java010
org/apache/archiva/redback/policy/encoders/AbstractJAASPasswordEncoder.java061
org/apache/archiva/redback/policy/encoders/PlainTextPasswordEncoder.java053
org/apache/archiva/redback/policy/encoders/SHA1PasswordEncoder.java013
org/apache/archiva/redback/policy/encoders/SHA256PasswordEncoder.java013
org/apache/archiva/redback/policy/rules/AbstractPasswordRule.java215
org/apache/archiva/redback/policy/rules/AlphaNumericPasswordRule.java133
org/apache/archiva/redback/policy/rules/AlphaPasswordRule.java051
org/apache/archiva/redback/policy/rules/CharacterLengthPasswordRule.java172
org/apache/archiva/redback/policy/rules/MustHavePasswordRule.java133
org/apache/archiva/redback/policy/rules/NumericalPasswordRule.java051
org/apache/archiva/redback/policy/rules/ReusePasswordRule.java153
org/apache/archiva/redback/policy/rules/WhitespacePasswordRule.java133
org/apache/archiva/redback/rbac/AbstractRBACManager.java15919
org/apache/archiva/redback/rbac/AbstractRole.java022
org/apache/archiva/redback/rbac/AbstractUserAssignment.java041
org/apache/archiva/redback/rbac/Operation.java021
org/apache/archiva/redback/rbac/Permission.java061
org/apache/archiva/redback/rbac/RBACManager.java010742
org/apache/archiva/redback/rbac/RBACManagerListener.java077
org/apache/archiva/redback/rbac/RBACObjectAssertions.java0101
org/apache/archiva/redback/rbac/RbacManagerException.java041
org/apache/archiva/redback/rbac/RbacObjectInvalidException.java051
org/apache/archiva/redback/rbac/RbacObjectNotFoundException.java070
org/apache/archiva/redback/rbac/RbacPermanentException.java040
org/apache/archiva/redback/rbac/RbacSecurityViolation.java011
org/apache/archiva/redback/rbac/Resource.java049
org/apache/archiva/redback/rbac/Role.java0111
org/apache/archiva/redback/rbac/TemplatedRole.java0103
org/apache/archiva/redback/rbac/UserAssignment.java011
org/apache/archiva/redback/rbac/cached/CachedRbacManager.java09242
org/apache/archiva/redback/rbac/jdo/JdoRbacManager.java06721
org/apache/archiva/redback/rbac/jdo/JdoTool.java02613
org/apache/archiva/redback/rbac/ldap/LdapRbacManager.java07718
org/apache/archiva/redback/rbac/memory/MemoryAuthorizationDataSource.java070
org/apache/archiva/redback/rbac/memory/MemoryAuthorizer.java042
org/apache/archiva/redback/rbac/memory/MemoryOperation.java0122
org/apache/archiva/redback/rbac/memory/MemoryPermission.java0142
org/apache/archiva/redback/rbac/memory/MemoryRbacManager.java03512
org/apache/archiva/redback/rbac/memory/MemoryResource.java0103
org/apache/archiva/redback/rbac/memory/MemoryRole.java0202
org/apache/archiva/redback/rbac/memory/MemoryUserAssignment.java0112
org/apache/archiva/redback/rest/api/model/Application.java091
org/apache/archiva/redback/rest/api/model/ApplicationRoles.java0121
org/apache/archiva/redback/rest/api/model/ErrorMessage.java0111
org/apache/archiva/redback/rest/api/model/LdapGroupMapping.java064
org/apache/archiva/redback/rest/api/model/LdapGroupMappingUpdateRequest.java030
org/apache/archiva/redback/rest/api/model/LoginRequest.java061
org/apache/archiva/redback/rest/api/model/Operation.java081
org/apache/archiva/redback/rest/api/model/Permission.java081
org/apache/archiva/redback/rest/api/model/RedbackRestError.java051
org/apache/archiva/redback/rest/api/model/RegistrationKey.java041
org/apache/archiva/redback/rest/api/model/ResetPasswordRequest.java061
org/apache/archiva/redback/rest/api/model/Resource.java081
org/apache/archiva/redback/rest/api/model/Role.java02515
org/apache/archiva/redback/rest/api/model/RoleTemplate.java0141
org/apache/archiva/redback/rest/api/model/StringList.java041
org/apache/archiva/redback/rest/api/model/User.java03518
org/apache/archiva/redback/rest/api/model/UserRegistrationRequest.java061
org/apache/archiva/redback/rest/api/services/LdapGroupMappingService.java0536
org/apache/archiva/redback/rest/api/services/LoginService.java0101
org/apache/archiva/redback/rest/api/services/PasswordService.java0101
org/apache/archiva/redback/rest/api/services/RedbackServiceException.java0104
org/apache/archiva/redback/rest/api/services/RoleManagementService.java0661
org/apache/archiva/redback/rest/api/services/UserService.java0431
org/apache/archiva/redback/rest/api/services/UtilServices.java041
org/apache/archiva/redback/rest/services/DefaultLdapGroupMappingService.java0710
org/apache/archiva/redback/rest/services/DefaultLoginService.java072
org/apache/archiva/redback/rest/services/DefaultPasswordService.java035
org/apache/archiva/redback/rest/services/DefaultRoleManagementService.java02410
org/apache/archiva/redback/rest/services/DefaultUserService.java02720
org/apache/archiva/redback/rest/services/DefaultUtilServices.java031
org/apache/archiva/redback/rest/services/RedbackAuthenticationThreadLocal.java021
org/apache/archiva/redback/rest/services/RedbackRequestInformation.java051
org/apache/archiva/redback/rest/services/interceptors/AbstractInterceptor.java030
org/apache/archiva/redback/rest/services/interceptors/AuthenticationInterceptor.java016
org/apache/archiva/redback/rest/services/interceptors/JacksonJsonConfigurator.java013
org/apache/archiva/redback/rest/services/interceptors/PasswordRuleViolationExceptionMapper.java012
org/apache/archiva/redback/rest/services/interceptors/PermissionsInterceptor.java016
org/apache/archiva/redback/rest/services/interceptors/RedbackServiceExceptionMapper.java011
org/apache/archiva/redback/rest/services/interceptors/ThreadLocalUserCleaner.java042
org/apache/archiva/redback/rest/services/utils/EnvironmentChecker.java013
org/apache/archiva/redback/rest/services/utils/PasswordValidator.java033
org/apache/archiva/redback/role/DefaultRoleManager.java03713
org/apache/archiva/redback/role/RoleManager.java0380
org/apache/archiva/redback/role/RoleManagerException.java020
org/apache/archiva/redback/role/processor/DefaultRoleModelProcessor.java031
org/apache/archiva/redback/role/processor/RoleModelProcessor.java010
org/apache/archiva/redback/role/template/DefaultRoleTemplateProcessor.java0418
org/apache/archiva/redback/role/template/RoleTemplateProcessor.java020
org/apache/archiva/redback/role/template/RoleTemplateProcessorException.java020
org/apache/archiva/redback/role/util/RoleModelUtils.java0193
org/apache/archiva/redback/role/validator/DefaultRoleModelValidator.java021
org/apache/archiva/redback/role/validator/RoleModelValidator.java020
org/apache/archiva/redback/system/DefaultSecuritySession.java060
org/apache/archiva/redback/system/DefaultSecuritySystem.java02910
org/apache/archiva/redback/system/SecuritySession.java232
org/apache/archiva/redback/system/SecuritySystem.java0132
org/apache/archiva/redback/tests/AbstractRbacManagerPerformanceTestCase.java197
org/apache/archiva/redback/tests/AbstractRbacManagerTestCase.java2332
org/apache/archiva/redback/tests/RbacManagerEventTracker.java776
org/apache/archiva/redback/tests/utils/RBACDefaults.java023
org/apache/archiva/redback/users/AbstractUserManager.java1112
org/apache/archiva/redback/users/AbstractUserQuery.java0140
org/apache/archiva/redback/users/PermanentUserException.java040
org/apache/archiva/redback/users/User.java040
org/apache/archiva/redback/users/UserManager.java1196
org/apache/archiva/redback/users/UserManagerException.java040
org/apache/archiva/redback/users/UserManagerListener.java040
org/apache/archiva/redback/users/UserNotFoundException.java030
org/apache/archiva/redback/users/UserQuery.java409
org/apache/archiva/redback/users/cached/CachedUserManager.java03311
org/apache/archiva/redback/users/configurable/ConfigurableUserManager.java0216
org/apache/archiva/redback/users/jdo/JdoUserManager.java02619
org/apache/archiva/redback/users/jdo/JdoUserQuery.java001
org/apache/archiva/redback/users/ldap/LdapUserManager.java0245
org/apache/archiva/redback/users/ldap/LdapUserQuery.java043
org/apache/archiva/redback/users/ldap/ctl/DefaultLdapController.java0502
org/apache/archiva/redback/users/ldap/ctl/LdapController.java0100
org/apache/archiva/redback/users/ldap/ctl/LdapControllerException.java021
org/apache/archiva/redback/users/ldap/service/DefaultLdapCacheService.java0116
org/apache/archiva/redback/users/ldap/service/LdapCacheService.java0110
org/apache/archiva/redback/users/memory/MemoryUserManager.java0206
org/apache/archiva/redback/users/memory/SimpleUser.java0320
org/apache/archiva/redback/users/memory/SimpleUserQuery.java035
org/apache/archiva/redback/users/memory/util/UserSorter.java050
org/apache/archiva/redback/users/provider/test/AbstractUserManagerTestCase.java02017
org/apache/archiva/redback/users/provider/test/UserManagerEventTracker.java545

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
84Errors Error
FileTabCharacter
  • eachLine: "true"
6Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
35Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
2323Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
13Errors Error
JavadocVariable
  • scope: "protected"
135Infos Info
ConstantName1Errors Error
LocalFinalVariableName2Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport11Errors Error
UnusedImports24Errors Error
MethodLength2Errors Error
ParameterNumber1Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap39Errors Error
ParenPad
  • option: "space"
328Errors Error
WhitespaceAfter5Errors Error
WhitespaceAround9Errors Error
ModifierOrder4Errors Error
RedundantModifier39Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
1Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode1Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
20Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
31Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows194Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn3Errors Error
InterfaceIsType2Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
19Errors Error
UpperEll0Errors Error

Details

org/apache/archiva/redback/authentication/AbstractAuthenticator.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.27

org/apache/archiva/redback/authentication/AuthenticationConstants.java

ViolationMessageLine
InfosMissing a Javadoc comment.30

org/apache/archiva/redback/authentication/AuthenticationDataSource.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.25
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35

org/apache/archiva/redback/authentication/AuthenticationException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.21
WarningsExpected @param tag for 'message'.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52

org/apache/archiva/redback/authentication/AuthenticationFailureCause.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
Warnings'user' hides a field.71
Errors')' is not preceded with whitespace.71
WarningsMissing a Javadoc comment.77

org/apache/archiva/redback/authentication/AuthenticationManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38

org/apache/archiva/redback/authentication/AuthenticationResult.java

ViolationMessageLine
ErrorsUnused import - java.util.HashMap.26
ErrorsUnused import - java.util.Map.28
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsExpected an @return tag.107
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.117
Warnings'user' hides a field.117
WarningsMissing a Javadoc comment.123

org/apache/archiva/redback/authentication/Authenticator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.40

org/apache/archiva/redback/authentication/DefaultAuthenticationManager.java

ViolationMessageLine
ErrorsUnused import - java.util.HashMap.36
ErrorsUnused import - java.util.Map.38
Errors'(' is not followed by whitespace.51
Errors')' is not preceded with whitespace.51
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.76
Errors'+' should be on a new line.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.159

org/apache/archiva/redback/authentication/NotAuthenticatedException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.43
WarningsExpected @param tag for 'message'.54
WarningsExpected @param tag for 'cause'.54

org/apache/archiva/redback/authentication/PasswordBasedAuthenticationDataSource.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.apache.archiva.redback.authentication.AuthenticationDataSource.22
Errors'(' is not followed by whitespace.34
Errors')' is not preceded with whitespace.34
Errors'(' is not followed by whitespace.35
Errors')' is not preceded with whitespace.35
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.89

org/apache/archiva/redback/authentication/TokenBasedAuthenticationDataSource.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.apache.archiva.redback.authentication.AuthenticationDataSource.22
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.88

org/apache/archiva/redback/authentication/keystore/KeyStoreAuthenticator.java

ViolationMessageLine
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.120

org/apache/archiva/redback/authentication/ldap/LdapBindAuthenticator.java

ViolationMessageLine
ErrorsUnused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection.23
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.171

org/apache/archiva/redback/authentication/memory/MemoryAuthenticator.java

ViolationMessageLine
Errors'(' is not followed by whitespace.35
Errors')' is not preceded with whitespace.35
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85

org/apache/archiva/redback/authentication/open/OpenAuthenticator.java

ViolationMessageLine
Errors'(' is not followed by whitespace.37
Errors')' is not preceded with whitespace.37
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55

org/apache/archiva/redback/authentication/users/UserManagerAuthenticator.java

ViolationMessageLine
ErrorsUnused import - org.apache.archiva.redback.policy.PolicyViolationException.33
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
Errors'(' is not followed by whitespace.61
Errors')' is not preceded with whitespace.61
WarningsMissing a Javadoc comment.67
WarningsExpected an @return tag.81
WarningsExpected @param tag for 'ds'.81
WarningsExpected @throws tag for 'AuthenticationException'.82
WarningsExpected @throws tag for 'AccountLockedException'.82
WarningsExpected @throws tag for 'MustChangePasswordException'.82
ErrorsLine is longer than 120 characters.177
WarningsMissing a Javadoc comment.198
WarningsMissing a Javadoc comment.203
WarningsMissing a Javadoc comment.208

org/apache/archiva/redback/authorization/AuthorizationDataSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.87

org/apache/archiva/redback/authorization/AuthorizationException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.35
WarningsExpected @param tag for 'message'.44
WarningsExpected @param tag for 'cause'.44

org/apache/archiva/redback/authorization/AuthorizationResult.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55

org/apache/archiva/redback/authorization/Authorizer.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationDataSource.22
ErrorsRedundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationException.23
ErrorsRedundant import from the same package - org.apache.archiva.redback.authorization.AuthorizationResult.24
WarningsMissing a Javadoc comment.34
WarningsExpected @param tag for 'source'.42
WarningsExpected @throws tag for 'AuthorizationException'.43

org/apache/archiva/redback/authorization/NotAuthorizedException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.41
WarningsExpected @param tag for 'message'.50
WarningsExpected @param tag for 'cause'.50

org/apache/archiva/redback/authorization/RedbackAuthorization.java

ViolationMessageLine
WarningsUnused Javadoc tag.37
WarningsUnused Javadoc tag.42
WarningsUnused Javadoc tag.47
WarningsUnused Javadoc tag.52
WarningsUnused Javadoc tag.57

org/apache/archiva/redback/authorization/UnauthorizedException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.34
WarningsMissing a Javadoc comment.39

org/apache/archiva/redback/authorization/open/OpenAuthorizer.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.32
Errors')' is not preceded with whitespace.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/apache/archiva/redback/authorization/rbac/RbacAuthorizer.java

ViolationMessageLine
Errors'(' is not followed by whitespace.51
Errors')' is not preceded with whitespace.51
Errors'(' is not followed by whitespace.58
Errors')' is not preceded with whitespace.58
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
WarningsMissing a Javadoc comment.68
WarningsExpected an @return tag.78
WarningsExpected @param tag for 'source'.78
WarningsExpected @throws tag for 'AuthorizationException'.79
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.195

org/apache/archiva/redback/authorization/rbac/evaluator/DefaultPermissionEvaluator.java

ViolationMessageLine
Errors'(' is not followed by whitespace.40
Errors')' is not preceded with whitespace.40
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106

org/apache/archiva/redback/authorization/rbac/evaluator/PermissionEvaluationException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/authorization/rbac/evaluator/PermissionEvaluator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33

org/apache/archiva/redback/common/jdo/UserConfigurableJdoFactory.java

ViolationMessageLine
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.124

org/apache/archiva/redback/common/jdo/test/StoreManagerDebug.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsExpected @param tag for 'pmf'.56
WarningsExpected an @return tag.75
WarningsExpected @param tag for 'persistenceManager'.75
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.109

org/apache/archiva/redback/common/ldap/LdapUtils.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
Errors'(' is not followed by whitespace.38
Errors')' is not preceded with whitespace.38
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.105

org/apache/archiva/redback/common/ldap/MappingException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34

org/apache/archiva/redback/common/ldap/connection/ConfigurableLdapConnectionFactory.java

ViolationMessageLine
Errors'(' is not followed by whitespace.39
Errors')' is not preceded with whitespace.39
Errors'(' is not followed by whitespace.66
Errors')' is not preceded with whitespace.66
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.116
Warnings'bindDn' hides a field.116
Warnings'password' hides a field.116
WarningsMissing a Javadoc comment.122
Warnings'ldapConnectionConfiguration' hides a field.122
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.215
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.225
WarningsMissing a Javadoc comment.230
WarningsMissing a Javadoc comment.235
WarningsMissing a Javadoc comment.240
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.250
WarningsMissing a Javadoc comment.255
WarningsMissing a Javadoc comment.260
WarningsMissing a Javadoc comment.265

org/apache/archiva/redback/common/ldap/connection/DefaultLdapConnection.java

ViolationMessageLine
Errors';' is not followed by whitespace.46
WarningsMissing a Javadoc comment.68
WarningsExpected @param tag for 'config'.112
WarningsExpected @param tag for 'bindDn'.112
WarningsExpected @param tag for 'password'.112
WarningsExpected @throws tag for 'LdapException'.113
Errors';' is not followed by whitespace.159

org/apache/archiva/redback/common/ldap/connection/LdapConnection.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41

org/apache/archiva/redback/common/ldap/connection/LdapConnectionConfiguration.java

ViolationMessageLine
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
ErrorsMore than 7 parameters.78
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.188
WarningsMissing a Javadoc comment.193
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.247
WarningsMissing a Javadoc comment.252
WarningsMissing a Javadoc comment.262
WarningsMissing a Javadoc comment.271
Errors'65535' is a magic number.274
WarningsMissing a Javadoc comment.301
Errors'+' should be on a new line.303
Errors'+' should be on a new line.304
Errors'+' should be on a new line.305
Errors'+' should be on a new line.306
Errors'+' should be on a new line.307
Errors'+' should be on a new line.308
Errors'+' should be on a new line.309
Errors'+' should be on a new line.312
Errors'+' should be on a new line.313
Errors'+' should be on a new line.314

org/apache/archiva/redback/common/ldap/connection/LdapConnectionFactory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52

org/apache/archiva/redback/common/ldap/connection/LdapException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/common/ldap/role/DefaultLdapRoleMapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - com.google.common.collect.ArrayListMultimap.21
ErrorsUnused import - com.google.common.collect.Multimap.22
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.234
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.324
WarningsMissing a Javadoc comment.398
WarningsMissing a Javadoc comment.441
WarningsMissing a Javadoc comment.446
WarningsMissing a Javadoc comment.452
WarningsMissing a Javadoc comment.522
WarningsMissing a Javadoc comment.593
WarningsMissing a Javadoc comment.658
WarningsMissing a Javadoc comment.688
WarningsMissing a Javadoc comment.724
WarningsMissing a Javadoc comment.729
WarningsMissing a Javadoc comment.734
WarningsMissing a Javadoc comment.739
WarningsMissing a Javadoc comment.744
WarningsMissing a Javadoc comment.749
WarningsMissing a Javadoc comment.758
WarningsMissing a Javadoc comment.774
WarningsMissing a Javadoc comment.779
WarningsMissing a Javadoc comment.784
WarningsMissing a Javadoc comment.789

org/apache/archiva/redback/common/ldap/role/DefaultLdapRoleMapperConfiguration.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.83

org/apache/archiva/redback/common/ldap/role/LdapRoleMapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - java.util.Map.26
WarningsExpected @param tag for 'context'.42
WarningsExpected @throws tag for 'MappingException'.43
WarningsExpected @param tag for 'context'.51
WarningsExpected @throws tag for 'MappingException'.52
WarningsMissing a Javadoc comment.54
WarningsExpected @param tag for 'context'.73
WarningsExpected @throws tag for 'MappingException'.74
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.79
WarningsExpected @param tag for 'roleName'.92
WarningsExpected @param tag for 'context'.92
WarningsExpected @throws tag for 'MappingException'.93
WarningsExpected @param tag for 'roleName'.103
WarningsExpected @param tag for 'username'.103
WarningsExpected @param tag for 'context'.103
WarningsExpected @throws tag for 'MappingException'.104
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.117

org/apache/archiva/redback/common/ldap/role/LdapRoleMapperConfiguration.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsExpected @throws tag for 'MappingException'.40
WarningsExpected @param tag for 'ldapGroup'.48
WarningsExpected @param tag for 'roles'.48
WarningsExpected @throws tag for 'MappingException'.49
WarningsExpected @throws tag for 'MappingException'.57
WarningsExpected @throws tag for 'MappingException'.63
WarningsMissing a Javadoc comment.65

org/apache/archiva/redback/common/ldap/user/LdapUser.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.91
Warnings'encodedPassword' hides a field.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.227
WarningsMissing a Javadoc comment.232
Warnings'valid' hides a field.232
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.242
WarningsMissing a Javadoc comment.247

org/apache/archiva/redback/common/ldap/user/LdapUserMapper.java

ViolationMessageLine
Errors'(' is not followed by whitespace.40
Errors')' is not preceded with whitespace.40
Errors'(' is not followed by whitespace.85
Errors')' is not preceded with whitespace.85
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.190
Warnings'userIdAttribute' hides a field.193
Warnings'passwordAttribute' hides a field.196
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.228
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.243
WarningsMissing a Javadoc comment.248
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.258
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.268
WarningsMissing a Javadoc comment.273
WarningsMissing a Javadoc comment.278
WarningsMissing a Javadoc comment.283
WarningsMissing a Javadoc comment.288
WarningsMissing a Javadoc comment.293
WarningsMissing a Javadoc comment.298
WarningsMissing a Javadoc comment.303
WarningsMissing a Javadoc comment.309
WarningsMissing a Javadoc comment.314

org/apache/archiva/redback/common/ldap/user/UserMapper.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.65

org/apache/archiva/redback/common/ldap/user/UserUpdate.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63

org/apache/archiva/redback/configuration/DefaultUserConfiguration.java

ViolationMessageLine
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
InfosMissing a Javadoc comment.51
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
WarningsMissing a Javadoc comment.68
ErrorsUnable to get class information for RegistryException.110
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.172
Errors'(' is not followed by whitespace.172
Errors')' is not preceded with whitespace.172
WarningsMissing a Javadoc comment.178
WarningsExpected an @return tag.203
WarningsExpected @param tag for 'configs'.212
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.227

org/apache/archiva/redback/configuration/UserConfiguration.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - org.apache.archiva.redback.components.registry.RegistryException.21
ErrorsUnused import - javax.annotation.PostConstruct.23
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53

org/apache/archiva/redback/configuration/UserConfigurationException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.28

org/apache/archiva/redback/configuration/UserConfigurationKeys.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errorsinterfaces should describe a type and hence have methods.25
InfosMissing a Javadoc comment.27
InfosMissing a Javadoc comment.29
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.33
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
InfosMissing a Javadoc comment.51
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.59
InfosMissing a Javadoc comment.61
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.67
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.71
InfosMissing a Javadoc comment.73
InfosMissing a Javadoc comment.75
InfosMissing a Javadoc comment.77
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.81
InfosMissing a Javadoc comment.83
InfosMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
InfosMissing a Javadoc comment.89
InfosMissing a Javadoc comment.91
InfosMissing a Javadoc comment.93
InfosMissing a Javadoc comment.95
InfosMissing a Javadoc comment.97
InfosMissing a Javadoc comment.99
InfosMissing a Javadoc comment.101
InfosMissing a Javadoc comment.103
InfosMissing a Javadoc comment.105
InfosMissing a Javadoc comment.107
InfosMissing a Javadoc comment.109
InfosMissing a Javadoc comment.111
InfosMissing a Javadoc comment.113
InfosMissing a Javadoc comment.115
InfosMissing a Javadoc comment.117
InfosMissing a Javadoc comment.119
InfosMissing a Javadoc comment.121
InfosMissing a Javadoc comment.123
InfosMissing a Javadoc comment.125
InfosMissing a Javadoc comment.127
InfosMissing a Javadoc comment.129
InfosMissing a Javadoc comment.131
InfosMissing a Javadoc comment.133
InfosMissing a Javadoc comment.135
InfosMissing a Javadoc comment.137
InfosMissing a Javadoc comment.139
InfosMissing a Javadoc comment.141
InfosMissing a Javadoc comment.143
InfosMissing a Javadoc comment.145
InfosMissing a Javadoc comment.147
InfosMissing a Javadoc comment.149
InfosMissing a Javadoc comment.151
InfosMissing a Javadoc comment.153
InfosMissing a Javadoc comment.155
InfosMissing a Javadoc comment.157

org/apache/archiva/redback/integration/HttpUtils.java

ViolationMessageLine
WarningsExpected an @return tag.58
WarningsExpected @param tag for 'rawheader'.58
WarningsExpected @param tag for 'majorDelim'.58
WarningsExpected @param tag for 'subDelim'.58

org/apache/archiva/redback/integration/checks/security/AdminAutoCreateCheck.java

ViolationMessageLine
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
InfosMissing a Javadoc comment.60
InfosMissing a Javadoc comment.62
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
InfosMissing a Javadoc comment.76
Errors'(' is not followed by whitespace.83
Errors')' is not preceded with whitespace.83
WarningsMissing a Javadoc comment.86

org/apache/archiva/redback/integration/checks/security/GuestUserEnvironmentCheck.java

ViolationMessageLine
ErrorsUnused import - org.apache.archiva.redback.users.UserNotFoundException.28
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
WarningsExpected @param tag for 'violations'.67

org/apache/archiva/redback/integration/checks/security/LockedAdminEnvironmentCheck.java

ViolationMessageLine
InfosMissing a Javadoc comment.51
WarningsExpected @param tag for 'violations'.72

org/apache/archiva/redback/integration/checks/security/RequiredRolesEnvironmentCheck.java

ViolationMessageLine
Errors'(' is not followed by whitespace.41
Errors')' is not preceded with whitespace.41
InfosMissing a Javadoc comment.46
WarningsExpected @param tag for 'violations'.59

org/apache/archiva/redback/integration/filter/SpringServletFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
ErrorsUnable to get class information for ServletException.51

org/apache/archiva/redback/integration/filter/authentication/AbstractHttpAuthenticationFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
ErrorsUnable to get class information for ServletException.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/archiva/redback/integration/filter/authentication/HttpAuthenticationException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/archiva/redback/integration/filter/authentication/HttpAuthenticator.java

ViolationMessageLine
ErrorsUnused import - org.apache.commons.lang.StringUtils.33
InfosMissing a Javadoc comment.50
InfosMissing a Javadoc comment.52
WarningsExpected an @return tag.61
WarningsExpected @param tag for 'ds'.61
WarningsExpected @param tag for 'httpSession'.61
WarningsExpected @throws tag for 'AuthenticationException'.62
WarningsExpected @throws tag for 'AccountLockedException'.62
WarningsExpected @throws tag for 'MustChangePasswordException'.62
WarningsExpected @param tag for 'request'.97
WarningsExpected @param tag for 'response'.97
WarningsExpected @throws tag for 'AuthenticationException'.98
WarningsExpected @param tag for 'request'.129
WarningsExpected @param tag for 'response'.129
WarningsExpected @param tag for 'realmName'.129
WarningsExpected @param tag for 'exception'.130
WarningsExpected @throws tag for 'IOException'.131
WarningsExpected @param tag for 'request'.143
WarningsExpected @param tag for 'response'.144
WarningsExpected @throws tag for 'AuthenticationException'.145
WarningsExpected @throws tag for 'AccountLockedException'.145
WarningsExpected @throws tag for 'MustChangePasswordException'.145
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.178

org/apache/archiva/redback/integration/filter/authentication/basic/HttpBasicAuthentication.java

ViolationMessageLine
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55

org/apache/archiva/redback/integration/filter/authentication/basic/HttpBasicAuthenticationFilter.java

ViolationMessageLine
ErrorsUnable to get class information for ServletException.48
WarningsMissing a Javadoc comment.55
ErrorsUnable to get class information for ServletException.56

org/apache/archiva/redback/integration/filter/authentication/digest/Digest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.39

org/apache/archiva/redback/integration/filter/authentication/digest/Hex.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
Errors'0xF0' is a magic number.40
WarningsMissing a Javadoc comment.47

org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestAuthentication.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.45
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
Errors'300' is a magic number.60
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212

org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestAuthenticationFilter.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.42
ErrorsLine is longer than 120 characters.43
ErrorsUnable to get class information for ServletException.56
WarningsMissing a Javadoc comment.65
ErrorsUnable to get class information for ServletException.66

org/apache/archiva/redback/integration/filter/authentication/digest/HttpDigestHeader.java

ViolationMessageLine
InfosMissing a Javadoc comment.46
ErrorsVariable 'username' must be private and have accessor methods.46
InfosMissing a Javadoc comment.48
ErrorsVariable 'realm' must be private and have accessor methods.48
InfosMissing a Javadoc comment.50
ErrorsVariable 'nonce' must be private and have accessor methods.50
InfosMissing a Javadoc comment.52
ErrorsVariable 'uri' must be private and have accessor methods.52
InfosMissing a Javadoc comment.54
ErrorsVariable 'response' must be private and have accessor methods.54
InfosMissing a Javadoc comment.56
ErrorsVariable 'qop' must be private and have accessor methods.56
InfosMissing a Javadoc comment.58
ErrorsVariable 'nc' must be private and have accessor methods.58
InfosMissing a Javadoc comment.60
ErrorsVariable 'cnonce' must be private and have accessor methods.60
WarningsMissing a Javadoc comment.62

org/apache/archiva/redback/integration/filter/authentication/digest/NonceExpirationException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/archiva/redback/integration/filter/authorization/SimpleAuthorizationFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.56
ErrorsUnable to get class information for ServletException.57
WarningsMissing a Javadoc comment.73
ErrorsUnable to get class information for ServletException.74
WarningsMissing a Javadoc comment.113

org/apache/archiva/redback/integration/mail/MailGenerator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32

org/apache/archiva/redback/integration/mail/Mailer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/integration/mail/MailerImpl.java

ViolationMessageLine
InfosMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.92

org/apache/archiva/redback/integration/mail/VelocityMailGenerator.java

ViolationMessageLine
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
Errors'(' is not followed by whitespace.57
Errors')' is not preceded with whitespace.57
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.150

org/apache/archiva/redback/integration/model/AdminEditUserCredentials.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64

org/apache/archiva/redback/integration/model/CreateRoleDetails.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31

org/apache/archiva/redback/integration/model/CreateUserCredentials.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/integration/model/EditRoleDetails.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.56

org/apache/archiva/redback/integration/model/EditUserCredentials.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.59

org/apache/archiva/redback/integration/model/RoleDetails.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
Warnings'name' hides a field.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.107

org/apache/archiva/redback/integration/model/SimplePermission.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65

org/apache/archiva/redback/integration/model/UserCredentials.java

ViolationMessageLine
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.174

org/apache/archiva/redback/integration/security/role/RedbackRoleConstants.java

ViolationMessageLine
Errorsinterfaces should describe a type and hence have methods.28
InfosMissing a Javadoc comment.30
ErrorsRedundant 'public' modifier.30
InfosMissing a Javadoc comment.33
ErrorsRedundant 'public' modifier.33
InfosMissing a Javadoc comment.35
ErrorsRedundant 'public' modifier.35
InfosMissing a Javadoc comment.37
ErrorsRedundant 'public' modifier.37
ErrorsRedundant 'public' modifier.42
InfosMissing a Javadoc comment.44
ErrorsRedundant 'public' modifier.44
InfosMissing a Javadoc comment.47
ErrorsRedundant 'public' modifier.47
InfosMissing a Javadoc comment.50
ErrorsRedundant 'public' modifier.50
InfosMissing a Javadoc comment.53
ErrorsRedundant 'public' modifier.53
InfosMissing a Javadoc comment.55
ErrorsRedundant 'public' modifier.55
InfosMissing a Javadoc comment.57
ErrorsRedundant 'public' modifier.57
InfosMissing a Javadoc comment.59
ErrorsRedundant 'public' modifier.59
InfosMissing a Javadoc comment.61
ErrorsRedundant 'public' modifier.61
InfosMissing a Javadoc comment.64
ErrorsRedundant 'public' modifier.64
InfosMissing a Javadoc comment.66
ErrorsRedundant 'public' modifier.66
InfosMissing a Javadoc comment.69
ErrorsRedundant 'public' modifier.69
InfosMissing a Javadoc comment.71
ErrorsRedundant 'public' modifier.71

org/apache/archiva/redback/integration/util/AutoLoginCookies.java

ViolationMessageLine
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
ErrorsLine is longer than 120 characters.63
WarningsMissing a Javadoc comment.63
Errors'(' is not followed by whitespace.63
ErrorsLine is longer than 120 characters.84
ErrorsLine is longer than 120 characters.87
WarningsMissing a Javadoc comment.87
ErrorsLine is longer than 120 characters.101
WarningsMissing a Javadoc comment.115
ErrorsLine is longer than 120 characters.118
ErrorsLine is longer than 120 characters.121
WarningsMissing a Javadoc comment.121
ErrorsLine is longer than 120 characters.138
ErrorsLine is longer than 120 characters.141
WarningsMissing a Javadoc comment.141
ErrorsLine is longer than 120 characters.154
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.189
ErrorsLine is longer than 120 characters.195
ErrorsLine is longer than 120 characters.239
ErrorsLine is longer than 120 characters.246

org/apache/archiva/redback/integration/util/DateUtils.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.38
ErrorsLine is longer than 120 characters.51
Errors'24' is a magic number.73
Errors'60' is a magic number.73
Errors'60' is a magic number.73
Errors'60' is a magic number.74
Errors'60' is a magic number.74
Errors'60' is a magic number.75

org/apache/archiva/redback/integration/util/ModelTemplateSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35

org/apache/archiva/redback/integration/util/OperationSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/integration/util/PermissionSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/integration/util/ResourceSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/integration/util/RoleSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35

org/apache/archiva/redback/integration/util/TemplatedRoleSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35

org/apache/archiva/redback/integration/util/UserComparator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.83

org/apache/archiva/redback/keys/AbstractKeyManager.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.39
WarningsExpected @throws tag for 'KeyManagerException'.59
Errors'0x3F' is a magic number.96
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.113
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148

org/apache/archiva/redback/keys/AuthenticationKey.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsExpected an @return tag.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.59

org/apache/archiva/redback/keys/KeyManager.java

ViolationMessageLine
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.52
WarningsExpected @throws tag for 'KeyManagerException'.73
WarningsExpected @throws tag for 'KeyManagerException'.81
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.87
WarningsExpected @throws tag for 'KeyManagerException'.93

org/apache/archiva/redback/keys/KeyManagerException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47

org/apache/archiva/redback/keys/KeyManagerTestCase.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsRedundant import from the same package - org.apache.archiva.redback.keys.AuthenticationKey.20
ErrorsRedundant import from the same package - org.apache.archiva.redback.keys.KeyManager.21
ErrorsRedundant import from the same package - org.apache.archiva.redback.keys.KeyManagerException.22
ErrorsRedundant import from the same package - org.apache.archiva.redback.keys.KeyNotFoundException.23
Errors',' is not followed by whitespace.42
Errors'}' is not preceded with whitespace.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
Warnings'manager' hides a field.53
WarningsMissing a Javadoc comment.74
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.76
WarningsMissing a Javadoc comment.105
Errors'23' is a magic number.111
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.174
Errors'500' is a magic number.195
WarningsMissing a Javadoc comment.205

org/apache/archiva/redback/keys/KeyNotFoundException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsRedundant import from the same package - org.apache.archiva.redback.keys.KeyManagerException.19
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45

org/apache/archiva/redback/keys/cached/CachedKeyManager.java

ViolationMessageLine
Errors'(' is not followed by whitespace.40
Errors')' is not preceded with whitespace.40
Errors'(' is not followed by whitespace.46
Errors')' is not preceded with whitespace.46
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.96
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.97
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149

org/apache/archiva/redback/keys/jdo/JdoKeyManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.90
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.91
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.148
ErrorsLine is longer than 120 characters.159
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.183

org/apache/archiva/redback/keys/memory/MemoryAuthenticationKey.java

ViolationMessageLine
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95

org/apache/archiva/redback/keys/memory/MemoryKeyManager.java

ViolationMessageLine
Errors'(' is not followed by whitespace.42
Errors')' is not preceded with whitespace.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.69
ErrorsRedundant throws: 'KeyNotFoundException' is subclass of 'KeyManagerException'.70
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121

org/apache/archiva/redback/management/DataManagementTool.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.60

org/apache/archiva/redback/management/JdoDataManagementTool.java

ViolationMessageLine
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.145
Errors'(' is not followed by whitespace.145
Errors')' is not preceded with whitespace.145
ErrorsLine is longer than 120 characters.169
WarningsMissing a Javadoc comment.234
Errors'(' is not followed by whitespace.234
Errors')' is not preceded with whitespace.234
WarningsMissing a Javadoc comment.258
Errors'(' is not followed by whitespace.258
Errors')' is not preceded with whitespace.258
WarningsMissing a Javadoc comment.282
WarningsMissing a Javadoc comment.287
WarningsMissing a Javadoc comment.292

org/apache/archiva/redback/policy/AbstractCookieSettings.java

ViolationMessageLine
InfosMissing a Javadoc comment.37
Errors'(' is not followed by whitespace.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
Errors')' is not preceded with whitespace.37
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65

org/apache/archiva/redback/policy/AccountLockedException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.38

org/apache/archiva/redback/policy/DefaultUserSecurityPolicy.java

ViolationMessageLine
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'(' is not followed by whitespace.55
Errors')' is not preceded with whitespace.55
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
Errors'(' is not followed by whitespace.67
Errors')' is not preceded with whitespace.67
Errors'(' is not followed by whitespace.71
Errors')' is not preceded with whitespace.71
WarningsMissing a Javadoc comment.99
Errors'(' is not followed by whitespace.99
Errors')' is not preceded with whitespace.99
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.151
WarningsExpected @param tag for 'unlockableAccounts'.165
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.206
Warnings'rules' hides a field.239
WarningsMissing a Javadoc comment.256
WarningsMissing a Javadoc comment.276
WarningsMissing a Javadoc comment.294
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.295
WarningsMissing a Javadoc comment.300
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.301
WarningsMissing a Javadoc comment.328
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.329
WarningsMissing a Javadoc comment.363
WarningsMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.373
WarningsMissing a Javadoc comment.378
WarningsMissing a Javadoc comment.383
WarningsMissing a Javadoc comment.388
WarningsMissing a Javadoc comment.393
WarningsMissing a Javadoc comment.398
WarningsMissing a Javadoc comment.404
WarningsMissing a Javadoc comment.409
WarningsMissing a Javadoc comment.414
WarningsMissing a Javadoc comment.419
WarningsMissing a Javadoc comment.424

org/apache/archiva/redback/policy/DefaultUserValidationSettings.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/redback/policy/MustChangePasswordException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.38

org/apache/archiva/redback/policy/PasswordEncoder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/apache/archiva/redback/policy/PasswordEncodingException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/archiva/redback/policy/PasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected an @return tag.33
Errors'(' is not followed by whitespace.42
Errors')' is not preceded with whitespace.42

org/apache/archiva/redback/policy/PasswordRuleViolationException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56

org/apache/archiva/redback/policy/PasswordRuleViolations.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.118

org/apache/archiva/redback/policy/PolicyContext.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/redback/policy/PolicyViolationException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44

org/apache/archiva/redback/policy/RememberMeCookieSettings.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/archiva/redback/policy/SignonCookieSettings.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.apache.archiva.redback.policy.AbstractCookieSettings.23
WarningsMissing a Javadoc comment.37
Errors'60' is a magic number.41
WarningsMissing a Javadoc comment.46

org/apache/archiva/redback/policy/UserSecurityPolicy.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.166
WarningsExpected @param tag for 'unlockableAccounts'.166
Errors')' is not preceded with whitespace.166
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.182
WarningsMissing a Javadoc comment.184
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.185
ErrorsRedundant throws: 'PasswordRuleViolationException' is unchecked exception.213

org/apache/archiva/redback/policy/UserValidationSettings.java

ViolationMessageLine
WarningsExpected an @return tag.35

org/apache/archiva/redback/policy/encoders/AbstractJAASPasswordEncoder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.115

org/apache/archiva/redback/policy/encoders/PlainTextPasswordEncoder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.29
Errors')' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59

org/apache/archiva/redback/policy/encoders/SHA1PasswordEncoder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.29
Errors')' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.34

org/apache/archiva/redback/policy/encoders/SHA256PasswordEncoder.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.28
Errors')' is not preceded with whitespace.28
WarningsMissing a Javadoc comment.33

org/apache/archiva/redback/policy/rules/AbstractPasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.34
InfosMissing a Javadoc comment.36
Errors'(' is not followed by whitespace.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors')' is not preceded with whitespace.36
WarningsMissing a Javadoc comment.39

org/apache/archiva/redback/policy/rules/AlphaNumericPasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.30
Errors')' is not preceded with whitespace.30
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.56

org/apache/archiva/redback/policy/rules/AlphaPasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.100

org/apache/archiva/redback/policy/rules/CharacterLengthPasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
Errors'||' should be on a new line.83
WarningsMissing a Javadoc comment.92

org/apache/archiva/redback/policy/rules/MustHavePasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.33
Errors')' is not preceded with whitespace.33
InfosMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.52

org/apache/archiva/redback/policy/rules/NumericalPasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.100

org/apache/archiva/redback/policy/rules/ReusePasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.35
Errors')' is not preceded with whitespace.35
InfosMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.115

org/apache/archiva/redback/policy/rules/WhitespacePasswordRule.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
Errors'(' is not followed by whitespace.30
Errors')' is not preceded with whitespace.30
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.58

org/apache/archiva/redback/rbac/AbstractRBACManager.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.183
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.184
WarningsMissing a Javadoc comment.189
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.190
WarningsMissing a Javadoc comment.195
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.196
WarningsMissing a Javadoc comment.201
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.202
WarningsMissing a Javadoc comment.207
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.208
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.225
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.257
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.289
WarningsMissing a Javadoc comment.309
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.343
WarningsMissing a Javadoc comment.363
WarningsExpected an @return tag.384
WarningsExpected @param tag for 'principal'.384
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.385
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.385
WarningsExpected @throws tag for 'RbacManagerException'.385
WarningsExpected an @return tag.430
WarningsExpected @param tag for 'principal'.430
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.431
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.431
WarningsExpected @throws tag for 'RbacManagerException'.431
WarningsMissing a Javadoc comment.485
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.486
WarningsExpected an @return tag.513
WarningsExpected @param tag for 'principal'.513
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.514
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.514
WarningsExpected @throws tag for 'RbacManagerException'.514
WarningsExpected an @return tag.530
WarningsExpected @param tag for 'ua'.530
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.531
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.531
WarningsExpected @throws tag for 'RbacManagerException'.531
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.578
WarningsMissing a Javadoc comment.608
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.609
WarningsMissing a Javadoc comment.616
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.617
WarningsExpected an @return tag.657
WarningsExpected @param tag for 'principal'.657
WarningsExpected @throws tag for 'RbacManagerException'.658
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.658
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.658
WarningsExpected an @return tag.676
WarningsExpected @param tag for 'principal'.676
WarningsExpected @throws tag for 'RbacManagerException'.677
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.677
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.677
WarningsMissing a Javadoc comment.688
WarningsMissing a Javadoc comment.700
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.701
WarningsMissing a Javadoc comment.707
WarningsMissing a Javadoc comment.755
WarningsMissing a Javadoc comment.780
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.781
WarningsMissing a Javadoc comment.789
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.790

org/apache/archiva/redback/rbac/AbstractRole.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.29
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.40
WarningsExpected @param tag for 'other'.40

org/apache/archiva/redback/rbac/AbstractUserAssignment.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/apache/archiva/redback/rbac/Operation.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for 'description'.55
WarningsExpected @param tag for 'name'.66

org/apache/archiva/redback/rbac/Permission.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected an @return tag.37
WarningsExpected an @return tag.51
WarningsExpected @param tag for 'description'.67
WarningsExpected @param tag for 'name'.74
WarningsExpected @param tag for 'operation'.81
WarningsExpected @param tag for 'resource'.86

org/apache/archiva/redback/rbac/RBACManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsExpected @param tag for 'name'.63
WarningsExpected @throws tag for 'RbacManagerException'.64
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.69
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.70
WarningsMissing a Javadoc comment.72
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.73
WarningsExpected an @return tag.81
WarningsExpected @param tag for 'roleName'.81
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.82
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.82
WarningsExpected @throws tag for 'RbacManagerException'.82
WarningsMissing a Javadoc comment.84
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.85
WarningsMissing a Javadoc comment.87
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.88
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.93
WarningsExpected an @return tag.99
WarningsExpected @throws tag for 'RbacManagerException'.100
WarningsExpected an @return tag.105
WarningsExpected @param tag for 'role'.105
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.106
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.106
WarningsExpected @throws tag for 'RbacManagerException'.106
WarningsExpected @param tag for 'role'.113
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.114
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.114
WarningsExpected @throws tag for 'RbacObjectInvalidException'.114
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.114
WarningsExpected @throws tag for 'RbacManagerException'.114
WarningsExpected @param tag for 'roleName'.121
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.122
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.122
WarningsExpected @throws tag for 'RbacObjectInvalidException'.122
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.122
WarningsExpected @throws tag for 'RbacManagerException'.122
WarningsExpected @throws tag for 'RbacManagerException'.139
WarningsExpected @throws tag for 'RbacManagerException'.154
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.167
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.168
WarningsMissing a Javadoc comment.170
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.171
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.176
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.177
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.177
WarningsMissing a Javadoc comment.179
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.180
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.180
WarningsExpected @throws tag for 'RbacManagerException'.197
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.201
WarningsExpected @throws tag for 'RbacObjectInvalidException'.212
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.212
WarningsExpected @throws tag for 'RbacManagerException'.212
WarningsMissing a Javadoc comment.214
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.215
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.220
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.221
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.221
WarningsMissing a Javadoc comment.223
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.224
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.224
WarningsExpected @throws tag for 'RbacManagerException'.241
WarningsMissing a Javadoc comment.243
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.247
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.248
WarningsMissing a Javadoc comment.250
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.251
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.256
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.257
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.257
WarningsMissing a Javadoc comment.259
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.260
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.260
WarningsExpected @throws tag for 'RbacManagerException'.277
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.281
WarningsExpected an @return tag.288
WarningsExpected @param tag for 'userAssignment'.288
WarningsExpected @throws tag for 'RbacObjectInvalidException'.289
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.289
WarningsExpected @throws tag for 'RbacManagerException'.289
WarningsMissing a Javadoc comment.291
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.292
WarningsExpected an @return tag.297
WarningsExpected @throws tag for 'RbacManagerException'.298
WarningsExpected an @return tag.303
WarningsExpected @param tag for 'roleNames'.303
WarningsExpected @throws tag for 'RbacManagerException'.304
WarningsExpected @param tag for 'userAssignment'.311
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.312
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.312
WarningsExpected @throws tag for 'RbacObjectInvalidException'.312
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.312
WarningsExpected @throws tag for 'RbacManagerException'.312
WarningsExpected @param tag for 'principal'.319
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.320
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.320
WarningsExpected @throws tag for 'RbacObjectInvalidException'.320
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.320
WarningsExpected @throws tag for 'RbacManagerException'.320
WarningsExpected @param tag for 'principal'.337
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.338
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.338
WarningsExpected @throws tag for 'RbacManagerException'.338
WarningsExpected @param tag for 'userAssignment'.346
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.347
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.347
WarningsExpected @throws tag for 'RbacManagerException'.347
WarningsExpected an @return tag.358
WarningsExpected @param tag for 'principal'.358
WarningsExpected @throws tag for 'RbacManagerException'.359
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.359
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.359
WarningsExpected an @return tag.369
WarningsExpected @param tag for 'principal'.369
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.370
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.370
WarningsExpected @throws tag for 'RbacManagerException'.370
WarningsExpected an @return tag.380
WarningsExpected @param tag for 'principal'.380
WarningsExpected @throws tag for 'RbacManagerException'.381
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.381
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.381
WarningsExpected an @return tag.392
WarningsExpected @param tag for 'principal'.392
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.393
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.393
WarningsExpected @throws tag for 'RbacManagerException'.393
WarningsExpected an @return tag.403
WarningsExpected @param tag for 'principal'.403
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.404
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.404
WarningsExpected @throws tag for 'RbacManagerException'.404
WarningsExpected an @return tag.413
WarningsExpected @throws tag for 'RbacManagerException'.414
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.414
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.414
WarningsExpected an @return tag.422
WarningsExpected @throws tag for 'RbacManagerException'.423
WarningsMissing a Javadoc comment.425

org/apache/archiva/redback/rbac/RBACManagerListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
ErrorsRedundant 'public' modifier.30
WarningsMissing a Javadoc comment.32
ErrorsRedundant 'public' modifier.32
WarningsMissing a Javadoc comment.34
ErrorsRedundant 'public' modifier.34
WarningsMissing a Javadoc comment.36
ErrorsRedundant 'public' modifier.36
WarningsMissing a Javadoc comment.38
ErrorsRedundant 'public' modifier.38
WarningsMissing a Javadoc comment.40
ErrorsRedundant 'public' modifier.40
WarningsMissing a Javadoc comment.42
ErrorsRedundant 'public' modifier.42

org/apache/archiva/redback/rbac/RBACObjectAssertions.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.130

org/apache/archiva/redback/rbac/RbacManagerException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44

org/apache/archiva/redback/rbac/RbacObjectInvalidException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/archiva/redback/rbac/RbacObjectNotFoundException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66

org/apache/archiva/redback/rbac/RbacPermanentException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46

org/apache/archiva/redback/rbac/RbacSecurityViolation.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.24

org/apache/archiva/redback/rbac/Resource.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsRedundant 'public' modifier.43
ErrorsRedundant 'public' modifier.48
WarningsExpected an @return tag.55
ErrorsRedundant 'public' modifier.55
WarningsExpected an @return tag.64
ErrorsRedundant 'public' modifier.64
ErrorsRedundant 'public' modifier.73
WarningsExpected @param tag for 'identifier'.73
ErrorsRedundant 'public' modifier.84
WarningsExpected @param tag for 'pattern'.84
ErrorsRedundant 'public' modifier.91
ErrorsRedundant 'public' modifier.98

org/apache/archiva/redback/rbac/Role.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected @param tag for 'permission'.44
WarningsExpected an @return tag.56
WarningsExpected an @return tag.68
WarningsExpected an @return tag.75
WarningsExpected an @return tag.80
WarningsExpected an @return tag.85
WarningsExpected @param tag for 'permission'.92
WarningsExpected @param tag for 'assignable'.99
WarningsExpected @param tag for 'description'.113
WarningsExpected @param tag for 'name'.122
WarningsExpected @param tag for 'permissions'.129

org/apache/archiva/redback/rbac/TemplatedRole.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
Errors'(' is not followed by whitespace.36
Errors')' is not preceded with whitespace.36
WarningsMissing a Javadoc comment.43
Errors')' is not preceded with whitespace.47
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85

org/apache/archiva/redback/rbac/UserAssignment.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsExpected @param tag for 'principal'.87

org/apache/archiva/redback/rbac/cached/CachedRbacManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.94
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.153
WarningsExpected an @return tag.169
WarningsExpected @throws tag for 'RbacManagerException'.170
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.170
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.170
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.204
WarningsExpected an @return tag.214
WarningsExpected @param tag for 'principal'.215
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.216
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.216
WarningsExpected @throws tag for 'RbacManagerException'.216
WarningsMissing a Javadoc comment.233
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.234
WarningsMissing a Javadoc comment.240
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.241
WarningsMissing a Javadoc comment.247
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.248
WarningsMissing a Javadoc comment.254
WarningsMissing a Javadoc comment.261
WarningsMissing a Javadoc comment.268
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.269
WarningsMissing a Javadoc comment.275
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.276
WarningsMissing a Javadoc comment.282
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.284
WarningsMissing a Javadoc comment.302
WarningsMissing a Javadoc comment.310
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.311
WarningsMissing a Javadoc comment.326
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.327
WarningsMissing a Javadoc comment.342
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.343
WarningsMissing a Javadoc comment.358
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.359
WarningsMissing a Javadoc comment.374
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.375
WarningsMissing a Javadoc comment.381
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.382
WarningsMissing a Javadoc comment.388
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.389
WarningsMissing a Javadoc comment.404
WarningsMissing a Javadoc comment.411
WarningsMissing a Javadoc comment.426
WarningsMissing a Javadoc comment.436
WarningsMissing a Javadoc comment.451
WarningsMissing a Javadoc comment.461
WarningsMissing a Javadoc comment.476
WarningsMissing a Javadoc comment.486
WarningsMissing a Javadoc comment.496
WarningsMissing a Javadoc comment.506
WarningsMissing a Javadoc comment.516
WarningsMissing a Javadoc comment.526
WarningsMissing a Javadoc comment.536
WarningsMissing a Javadoc comment.541
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.542
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.542
WarningsMissing a Javadoc comment.548
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.549
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.549
WarningsMissing a Javadoc comment.555
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.556
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.556
WarningsMissing a Javadoc comment.562
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.563
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.563
WarningsMissing a Javadoc comment.569
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.570
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.570
WarningsMissing a Javadoc comment.576
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.577
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.577
WarningsMissing a Javadoc comment.583
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.584
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.584
WarningsMissing a Javadoc comment.590
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.591
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.591
WarningsMissing a Javadoc comment.597
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.598
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.598
WarningsMissing a Javadoc comment.604
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.605
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.605
WarningsMissing a Javadoc comment.611
WarningsMissing a Javadoc comment.621
WarningsMissing a Javadoc comment.631
WarningsMissing a Javadoc comment.642
WarningsMissing a Javadoc comment.653
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.654
WarningsMissing a Javadoc comment.660
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.661
WarningsMissing a Javadoc comment.667
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.668
WarningsMissing a Javadoc comment.674
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.675
WarningsMissing a Javadoc comment.700
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.701
WarningsMissing a Javadoc comment.722
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.723
WarningsMissing a Javadoc comment.729
WarningsMissing a Javadoc comment.739
WarningsMissing a Javadoc comment.806
WarningsMissing a Javadoc comment.811
WarningsMissing a Javadoc comment.816
WarningsMissing a Javadoc comment.821
WarningsMissing a Javadoc comment.826
WarningsMissing a Javadoc comment.831
WarningsMissing a Javadoc comment.836
WarningsMissing a Javadoc comment.841
WarningsMissing a Javadoc comment.846
WarningsMissing a Javadoc comment.851
WarningsMissing a Javadoc comment.856
WarningsMissing a Javadoc comment.861
WarningsMissing a Javadoc comment.866
WarningsMissing a Javadoc comment.871
WarningsMissing a Javadoc comment.876
WarningsMissing a Javadoc comment.881
WarningsMissing a Javadoc comment.887
WarningsMissing a Javadoc comment.892
WarningsMissing a Javadoc comment.897

org/apache/archiva/redback/rbac/jdo/JdoRbacManager.java

ViolationMessageLine
WarningsExpected an @return tag.101
WarningsExpected @param tag for 'role'.101
WarningsExpected @throws tag for 'RbacObjectInvalidException'.102
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.102
WarningsExpected @throws tag for 'RbacManagerException'.102
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsExpected an @return tag.132
WarningsExpected @param tag for 'roleName'.132
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.133
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.133
WarningsExpected @throws tag for 'RbacManagerException'.133
WarningsExpected an @return tag.141
WarningsExpected @throws tag for 'RbacManagerException'.143
WarningsMissing a Javadoc comment.148
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.149
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.149
WarningsMissing a Javadoc comment.161
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.162
WarningsExpected @throws tag for 'RbacManagerException'.218
WarningsExpected @throws tag for 'RbacManagerException'.252
WarningsMissing a Javadoc comment.284
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.285
WarningsMissing a Javadoc comment.292
WarningsMissing a Javadoc comment.297
WarningsMissing a Javadoc comment.309
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.310
WarningsMissing a Javadoc comment.315
WarningsMissing a Javadoc comment.322
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.323
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.323
WarningsExpected @throws tag for 'RbacManagerException'.351
WarningsMissing a Javadoc comment.368
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.369
WarningsMissing a Javadoc comment.375
WarningsMissing a Javadoc comment.380
WarningsMissing a Javadoc comment.392
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.393
WarningsMissing a Javadoc comment.398
WarningsMissing a Javadoc comment.405
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.406
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.406
WarningsExpected @throws tag for 'RbacManagerException'.434
WarningsMissing a Javadoc comment.453
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.454
WarningsMissing a Javadoc comment.460
WarningsMissing a Javadoc comment.465
WarningsMissing a Javadoc comment.477
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.478
WarningsMissing a Javadoc comment.483
WarningsMissing a Javadoc comment.490
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.491
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.491
WarningsExpected an @return tag.541
WarningsExpected @param tag for 'userAssignment'.541
WarningsExpected @throws tag for 'RbacObjectInvalidException'.542
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.542
WarningsExpected @throws tag for 'RbacManagerException'.542
WarningsMissing a Javadoc comment.551
WarningsMissing a Javadoc comment.563
WarningsMissing a Javadoc comment.568
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.569
WarningsExpected an @return tag.577
WarningsExpected @throws tag for 'RbacManagerException'.579
WarningsExpected an @return tag.587
WarningsExpected @param tag for 'roleNames'.588
WarningsExpected @throws tag for 'RbacManagerException'.589
WarningsExpected @param tag for 'userAssignment'.599
WarningsExpected @throws tag for 'RbacObjectNotFoundException'.600
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.600
WarningsExpected @throws tag for 'RbacObjectInvalidException'.600
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.600
WarningsExpected @throws tag for 'RbacManagerException'.600
WarningsMissing a Javadoc comment.615
WarningsMissing a Javadoc comment.626
WarningsMissing a Javadoc comment.642
WarningsMissing a Javadoc comment.647
WarningsMissing a Javadoc comment.652
WarningsMissing a Javadoc comment.657
WarningsMissing a Javadoc comment.662
WarningsMissing a Javadoc comment.668
WarningsMissing a Javadoc comment.673
WarningsMissing a Javadoc comment.678
WarningsMissing a Javadoc comment.683
WarningsMissing a Javadoc comment.688
WarningsMissing a Javadoc comment.693
WarningsMissing a Javadoc comment.704
WarningsMissing a Javadoc comment.709

org/apache/archiva/redback/rbac/jdo/JdoTool.java

ViolationMessageLine
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors'(' is not followed by whitespace.64
Errors'=' is not preceded with whitespace.64
Errors'=' is not followed by whitespace.64
Errors')' is not preceded with whitespace.64
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.79
ErrorsName 'STATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
ErrorsName 'INDENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.127
Errors'(' is not followed by whitespace.127
Errors')' is not preceded with whitespace.127
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.242
WarningsMissing a Javadoc comment.292
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.293
Errors'+' should be on a new line.325
Errors'+' should be on a new line.330
WarningsMissing a Javadoc comment.339
WarningsMissing a Javadoc comment.344
WarningsMissing a Javadoc comment.358
WarningsMissing a Javadoc comment.387
WarningsMissing a Javadoc comment.404
WarningsMissing a Javadoc comment.416
WarningsMissing a Javadoc comment.421
WarningsMissing a Javadoc comment.426
WarningsMissing a Javadoc comment.447
WarningsMissing a Javadoc comment.452
WarningsMissing a Javadoc comment.466
WarningsMissing a Javadoc comment.471
WarningsMissing a Javadoc comment.491
WarningsMissing a Javadoc comment.496

org/apache/archiva/redback/rbac/ldap/LdapRbacManager.java

ViolationMessageLine
Errors'(' is not followed by whitespace.74
Errors')' is not preceded with whitespace.74
Errors'(' is not followed by whitespace.83
Errors')' is not preceded with whitespace.83
Errors'(' is not followed by whitespace.87
Errors')' is not preceded with whitespace.87
Errors'(' is not followed by whitespace.91
Errors')' is not preceded with whitespace.91
Errors'(' is not followed by whitespace.95
Errors')' is not preceded with whitespace.95
Errors'(' is not followed by whitespace.105
Errors')' is not preceded with whitespace.105
Errors'(' is not followed by whitespace.109
Errors')' is not preceded with whitespace.109
Errors'(' is not followed by whitespace.113
Errors')' is not preceded with whitespace.113
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.125
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.126
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.173
WarningsExpected an @return tag.207
WarningsExpected @throws tag for 'RbacManagerException'.208
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.244
WarningsMissing a Javadoc comment.250
WarningsMissing a Javadoc comment.280
WarningsMissing a Javadoc comment.316
WarningsMissing a Javadoc comment.324
WarningsMissing a Javadoc comment.407
WarningsMissing a Javadoc comment.419
Errors';' is not followed by whitespace.442
WarningsMissing a Javadoc comment.457
WarningsMissing a Javadoc comment.463
WarningsMissing a Javadoc comment.469
WarningsExpected an @return tag.492
WarningsExpected @param tag for 'role'.492
WarningsExpected @throws tag for 'RbacManagerException'.493
WarningsMissing a Javadoc comment.498
WarningsMissing a Javadoc comment.504
WarningsMissing a Javadoc comment.510
WarningsMissing a Javadoc comment.516
WarningsMissing a Javadoc comment.522
WarningsMissing a Javadoc comment.559
WarningsMissing a Javadoc comment.565
WarningsMissing a Javadoc comment.608
WarningsMissing a Javadoc comment.647
WarningsMissing a Javadoc comment.654
WarningsMissing a Javadoc comment.659
WarningsMissing a Javadoc comment.664
WarningsMissing a Javadoc comment.669
WarningsMissing a Javadoc comment.674
WarningsMissing a Javadoc comment.682
WarningsMissing a Javadoc comment.691
WarningsMissing a Javadoc comment.700
WarningsMissing a Javadoc comment.709
WarningsMissing a Javadoc comment.718
WarningsMissing a Javadoc comment.727
WarningsMissing a Javadoc comment.736
WarningsMissing a Javadoc comment.741
WarningsMissing a Javadoc comment.747
WarningsMissing a Javadoc comment.753
WarningsMissing a Javadoc comment.759
WarningsMissing a Javadoc comment.765
WarningsMissing a Javadoc comment.771
WarningsMissing a Javadoc comment.777
WarningsMissing a Javadoc comment.809
WarningsMissing a Javadoc comment.819
WarningsMissing a Javadoc comment.827
WarningsMissing a Javadoc comment.838
WarningsMissing a Javadoc comment.843
WarningsMissing a Javadoc comment.898
WarningsMissing a Javadoc comment.904
WarningsMissing a Javadoc comment.910
WarningsMissing a Javadoc comment.916
WarningsMissing a Javadoc comment.954
WarningsMissing a Javadoc comment.985
WarningsMissing a Javadoc comment.1049
WarningsMissing a Javadoc comment.1088
WarningsMissing a Javadoc comment.1097
WarningsMissing a Javadoc comment.1102
WarningsMissing a Javadoc comment.1107
WarningsMissing a Javadoc comment.1112
WarningsMissing a Javadoc comment.1117
WarningsMissing a Javadoc comment.1122
Warnings'name' hides a field.1154
WarningsMissing a Javadoc comment.1372
WarningsMissing a Javadoc comment.1377

org/apache/archiva/redback/rbac/memory/MemoryAuthorizationDataSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71

org/apache/archiva/redback/rbac/memory/MemoryAuthorizer.java

ViolationMessageLine
Errors'(' is not followed by whitespace.31
Errors')' is not preceded with whitespace.31
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63

org/apache/archiva/redback/rbac/memory/MemoryOperation.java

ViolationMessageLine
WarningsExpected an @return tag.59
WarningsExpected @param tag for 'other'.59
WarningsExpected an @return tag.80
WarningsExpected an @return tag.88
WarningsExpected an @return tag.96
Errors'17' is a magic number.98
Errors'37' is a magic number.99
WarningsExpected an @return tag.109
WarningsExpected @param tag for 'description'.119
WarningsExpected @param tag for 'name'.129
WarningsExpected @param tag for 'resourceRequired'.142
WarningsExpected an @return tag.150
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.163

org/apache/archiva/redback/rbac/memory/MemoryPermission.java

ViolationMessageLine
WarningsExpected an @return tag.66
WarningsExpected @param tag for 'other'.66
WarningsExpected an @return tag.87
WarningsExpected an @return tag.95
WarningsExpected an @return tag.103
WarningsExpected an @return tag.111
WarningsExpected an @return tag.119
Errors'17' is a magic number.121
Errors'37' is a magic number.122
WarningsExpected @param tag for 'description'.131
WarningsExpected @param tag for 'name'.141
WarningsExpected @param tag for 'operation'.151
WarningsExpected @param tag for 'resource'.166
WarningsExpected an @return tag.179
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.192

org/apache/archiva/redback/rbac/memory/MemoryRbacManager.java

ViolationMessageLine
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.96
Warnings'roles' hides a field.96
ErrorsRedundant throws: 'RbacObjectInvalidException' is subclass of 'RbacManagerException'.97
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.130
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.131
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.228
WarningsMissing a Javadoc comment.246
Errors'+' should be on a new line.257
Errors'+' should be on a new line.259
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.295
WarningsMissing a Javadoc comment.312
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.313
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.330
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.331
WarningsMissing a Javadoc comment.354
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.355
WarningsMissing a Javadoc comment.371
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.372
WarningsMissing a Javadoc comment.405
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.406
WarningsMissing a Javadoc comment.423
WarningsMissing a Javadoc comment.432
WarningsMissing a Javadoc comment.450
WarningsMissing a Javadoc comment.458
WarningsMissing a Javadoc comment.466
WarningsMissing a Javadoc comment.474
WarningsMissing a Javadoc comment.482
Warnings'userAssignments' hides a field.487
WarningsMissing a Javadoc comment.504
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.505
WarningsMissing a Javadoc comment.514
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.515
WarningsMissing a Javadoc comment.524
ErrorsRedundant throws: 'RbacObjectNotFoundException' is subclass of 'RbacManagerException'.525
WarningsMissing a Javadoc comment.534
WarningsMissing a Javadoc comment.549
WarningsMissing a Javadoc comment.554

org/apache/archiva/redback/rbac/memory/MemoryResource.java

ViolationMessageLine
WarningsExpected an @return tag.53
WarningsExpected @param tag for 'other'.53
ErrorsLine is longer than 120 characters.68
WarningsExpected an @return tag.77
WarningsExpected an @return tag.85
Errors'17' is a magic number.87
Errors'37' is a magic number.88
WarningsExpected an @return tag.99
WarningsExpected @param tag for 'identifier'.111
WarningsExpected @param tag for 'pattern'.125
WarningsExpected an @return tag.133
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145

org/apache/archiva/redback/rbac/memory/MemoryRole.java

ViolationMessageLine
WarningsExpected @param tag for 'memoryPermission'.75
WarningsExpected an @return tag.90
WarningsExpected @param tag for 'other'.90
WarningsExpected an @return tag.111
WarningsExpected an @return tag.119
WarningsExpected an @return tag.127
WarningsExpected an @return tag.135
WarningsExpected an @return tag.143
Errors'17' is a magic number.145
Errors'37' is a magic number.146
WarningsExpected an @return tag.155
WarningsExpected @param tag for 'memoryPermission'.165
WarningsExpected @param tag for 'assignable'.182
WarningsExpected @param tag for 'description'.192
WarningsExpected @param tag for 'name'.202
WarningsExpected @param tag for 'permissions'.212
WarningsExpected an @return tag.220
WarningsMissing a Javadoc comment.228
Warnings'name' hides a field.228
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.250

org/apache/archiva/redback/rbac/memory/MemoryUserAssignment.java

ViolationMessageLine
WarningsExpected an @return tag.59
WarningsExpected @param tag for 'other'.59
WarningsExpected an @return tag.82
WarningsExpected an @return tag.90
WarningsExpected an @return tag.103
Errors'17' is a magic number.105
Errors'37' is a magic number.106
WarningsExpected @param tag for 'principal'.115
Warnings'roles' hides a field.125
WarningsExpected @param tag for 'roles'.125
WarningsExpected an @return tag.133
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146

org/apache/archiva/redback/rest/api/model/Application.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91

org/apache/archiva/redback/rest/api/model/ApplicationRoles.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105

org/apache/archiva/redback/rest/api/model/ErrorMessage.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
Warnings'message' hides a field.90

org/apache/archiva/redback/rest/api/model/LdapGroupMapping.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - java.util.List.24
Errors'(' is not followed by whitespace.30
Errors')' is not preceded with whitespace.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64

org/apache/archiva/redback/rest/api/model/LdapGroupMappingUpdateRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.51

org/apache/archiva/redback/rest/api/model/LoginRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/redback/rest/api/model/Operation.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75

org/apache/archiva/redback/rest/api/model/Permission.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81

org/apache/archiva/redback/rest/api/model/RedbackRestError.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65

org/apache/archiva/redback/rest/api/model/RegistrationKey.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/archiva/redback/rest/api/model/ResetPasswordRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59

org/apache/archiva/redback/rest/api/model/Resource.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75

org/apache/archiva/redback/rest/api/model/Role.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
Errors'(' is not followed by whitespace.57
Errors')' is not preceded with whitespace.57
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
Errors'(' is not followed by whitespace.74
Errors')' is not preceded with whitespace.74
Errors'(' is not followed by whitespace.80
Errors')' is not preceded with whitespace.80
Errors'(' is not followed by whitespace.85
Errors')' is not preceded with whitespace.85
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.209
WarningsMissing a Javadoc comment.214
WarningsMissing a Javadoc comment.219
WarningsMissing a Javadoc comment.224
WarningsMissing a Javadoc comment.229

org/apache/archiva/redback/rest/api/model/RoleTemplate.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119

org/apache/archiva/redback/rest/api/model/StringList.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/apache/archiva/redback/rest/api/model/User.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.201
WarningsMissing a Javadoc comment.206
WarningsMissing a Javadoc comment.211
WarningsMissing a Javadoc comment.216
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.231
WarningsMissing a Javadoc comment.236
WarningsMissing a Javadoc comment.241
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.251
WarningsMissing a Javadoc comment.256
WarningsMissing a Javadoc comment.261
WarningsMissing a Javadoc comment.266
WarningsMissing a Javadoc comment.271
Errors'+' should be on a new line.279
Errors'+' should be on a new line.280
Errors'+' should be on a new line.281
Errors'+' should be on a new line.282
Errors'+' should be on a new line.283
Errors'+' should be on a new line.284
Errors'+' should be on a new line.286
Errors'+' should be on a new line.287
Errors'+' should be on a new line.288
Errors'+' should be on a new line.289
Errors'+' should be on a new line.290
Errors'+' should be on a new line.291
Errors'+' should be on a new line.292
Errors'+' should be on a new line.293
Errors'+' should be on a new line.294
Errors'+' should be on a new line.295

org/apache/archiva/redback/rest/api/model/UserRegistrationRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/redback/rest/api/services/LdapGroupMappingService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - javax.ws.rs.QueryParam.35
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.46
Errors'(' is not followed by whitespace.46
Errors')' is not preceded with whitespace.46
Errors'(' is not followed by whitespace.48
Errors')' is not preceded with whitespace.48
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
WarningsMissing a Javadoc comment.54
Errors'(' is not followed by whitespace.55
Errors')' is not preceded with whitespace.55
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
WarningsMissing a Javadoc comment.61
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
Errors'(' is not followed by whitespace.64
Errors')' is not preceded with whitespace.64
WarningsMissing a Javadoc comment.68
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'(' is not followed by whitespace.70
Errors')' is not preceded with whitespace.70
Errors'(' is not followed by whitespace.71
Errors')' is not preceded with whitespace.71
Errors'(' is not followed by whitespace.72
Errors')' is not preceded with whitespace.72
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
WarningsMissing a Javadoc comment.76
Errors'(' is not followed by whitespace.77
Errors')' is not preceded with whitespace.77
Errors'(' is not followed by whitespace.78
Errors')' is not preceded with whitespace.78
Errors'(' is not followed by whitespace.79
Errors')' is not preceded with whitespace.79

org/apache/archiva/redback/rest/api/services/LoginService.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.55
WarningsExpected an @return tag.66
WarningsExpected @param tag for 'loginRequest'.70
WarningsExpected @throws tag for 'RedbackServiceException'.71
WarningsExpected an @return tag.77
WarningsExpected @throws tag for 'RedbackServiceException'.82
WarningsExpected an @return tag.88
WarningsExpected @throws tag for 'RedbackServiceException'.93

org/apache/archiva/redback/rest/api/services/PasswordService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsExpected @param tag for 'password'.48
WarningsExpected @param tag for 'passwordConfirmation'.49
WarningsExpected @param tag for 'key'.50
WarningsExpected @throws tag for 'RedbackServiceException'.51
WarningsExpected an @return tag.56
WarningsExpected @param tag for 'userName'.60
WarningsExpected @param tag for 'previousPassword'.61
WarningsExpected @param tag for 'password'.62
WarningsExpected @param tag for 'passwordConfirmation'.63
WarningsExpected @throws tag for 'RedbackServiceException'.64

org/apache/archiva/redback/rest/api/services/RedbackServiceException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'500' is a magic number.33
Errors'(' is not followed by whitespace.35
Errors')' is not preceded with whitespace.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.88

org/apache/archiva/redback/rest/api/services/RoleManagementService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.45
WarningsExpected an @return tag.62
WarningsExpected @param tag for 'templateId'.66
WarningsExpected @param tag for 'resource'.67
WarningsExpected @throws tag for 'RedbackServiceException'.68
WarningsExpected an @return tag.82
WarningsExpected @param tag for 'templateId'.86
WarningsExpected @param tag for 'oldResource'.86
WarningsExpected @param tag for 'newResource'.87
WarningsExpected @throws tag for 'RedbackServiceException'.88
WarningsExpected an @return tag.98
WarningsExpected @param tag for 'roleId'.102
WarningsExpected @param tag for 'principal'.102
WarningsExpected @throws tag for 'RedbackServiceException'.103
WarningsExpected an @return tag.112
WarningsExpected @param tag for 'roleName'.116
WarningsExpected @param tag for 'principal'.116
WarningsExpected @throws tag for 'RedbackServiceException'.117
WarningsExpected an @return tag.128
WarningsExpected @param tag for 'templateId'.132
WarningsExpected @param tag for 'resource'.133
WarningsExpected @param tag for 'principal'.134
WarningsExpected @throws tag for 'RedbackServiceException'.135
WarningsExpected an @return tag.144
WarningsExpected @param tag for 'roleId'.148
WarningsExpected @param tag for 'principal'.148
WarningsExpected @throws tag for 'RedbackServiceException'.149
WarningsExpected an @return tag.158
WarningsExpected @param tag for 'roleName'.162
WarningsExpected @param tag for 'principal'.162
WarningsExpected @throws tag for 'RedbackServiceException'.163
WarningsExpected an @return tag.172
WarningsExpected @param tag for 'roleId'.176
WarningsExpected @throws tag for 'RedbackServiceException'.177
WarningsExpected an @return tag.187
WarningsExpected @param tag for 'templateId'.191
WarningsExpected @param tag for 'resource'.192
WarningsExpected @throws tag for 'RedbackServiceException'.193
WarningsExpected an @return tag.203
WarningsExpected @throws tag for 'RedbackServiceException'.209
WarningsExpected an @return tag.214
WarningsExpected @param tag for 'username'.218
WarningsExpected @throws tag for 'RedbackServiceException'.219
WarningsExpected an @return tag.225
WarningsExpected @throws tag for 'RedbackServiceException'.230
WarningsExpected an @return tag.235
WarningsExpected @throws tag for 'RedbackServiceException'.240
WarningsExpected an @return tag.246
WarningsExpected @param tag for 'username'.250
WarningsExpected @throws tag for 'RedbackServiceException'.251
WarningsExpected an @return tag.257
WarningsExpected @param tag for 'roleName'.261
WarningsExpected @throws tag for 'RedbackServiceException'.262
WarningsExpected an @return tag.267
WarningsExpected @param tag for 'roleName'.271
WarningsExpected @param tag for 'description'.272
WarningsExpected @throws tag for 'RedbackServiceException'.273
WarningsExpected an @return tag.279
WarningsExpected @param tag for 'role'.284
WarningsExpected @throws tag for 'RedbackServiceException'.285
WarningsExpected an @return tag.290
WarningsExpected @param tag for 'username'.294
WarningsExpected @throws tag for 'RedbackServiceException'.295
WarningsExpected an @return tag.301
WarningsExpected @param tag for 'user'.306
WarningsExpected @throws tag for 'RedbackServiceException'.307

org/apache/archiva/redback/rest/api/services/UserService.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.59
WarningsExpected an @return tag.71
WarningsExpected @param tag for 'user'.76
WarningsExpected @throws tag for 'RedbackServiceException'.77
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.94
WarningsExpected an @return tag.104
WarningsExpected @param tag for 'username'.108
WarningsExpected @throws tag for 'RedbackServiceException'.109
WarningsExpected an @return tag.114
WarningsExpected @param tag for 'username'.118
WarningsExpected @throws tag for 'RedbackServiceException'.119
WarningsExpected an @return tag.125
WarningsExpected @param tag for 'username'.129
WarningsExpected @throws tag for 'RedbackServiceException'.130
WarningsExpected an @return tag.135
WarningsExpected @param tag for 'username'.139
WarningsExpected @throws tag for 'RedbackServiceException'.140
WarningsExpected an @return tag.148
WarningsExpected @param tag for 'user'.152
WarningsExpected @throws tag for 'RedbackServiceException'.153
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.176
WarningsExpected an @return tag.187
WarningsExpected @param tag for 'userRegistrationRequest'.191
WarningsExpected @throws tag for 'RedbackServiceException'.192
WarningsExpected an @return tag.201
WarningsExpected @throws tag for 'RedbackServiceException'.206
WarningsExpected an @return tag.213
WarningsExpected @throws tag for 'RedbackServiceException'.219
WarningsExpected an @return tag.224
WarningsExpected @param tag for 'userName'.228
WarningsExpected @throws tag for 'RedbackServiceException'.229
WarningsExpected an @return tag.234
WarningsExpected @param tag for 'userName'.238
WarningsExpected @throws tag for 'RedbackServiceException'.239
WarningsExpected @throws tag for 'RedbackServiceException'.250
WarningsExpected @throws tag for 'RedbackServiceException'.261

org/apache/archiva/redback/rest/api/services/UtilServices.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
WarningsExpected an @return tag.52
WarningsExpected @param tag for 'locale'.52
WarningsExpected @throws tag for 'RedbackServiceException'.53

org/apache/archiva/redback/rest/services/DefaultLdapGroupMappingService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection.22
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.57
Errors')' is not preceded with whitespace.57
Errors'(' is not followed by whitespace.61
Errors')' is not preceded with whitespace.61
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.182

org/apache/archiva/redback/rest/services/DefaultLoginService.java

ViolationMessageLine
ErrorsUnused import - java.util.Map.57
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.133
ErrorsLine is longer than 120 characters.160
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.211

org/apache/archiva/redback/rest/services/DefaultPasswordService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
WarningsMissing a Javadoc comment.69
Errors'(' is not followed by whitespace.71
Errors')' is not preceded with whitespace.71
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.158

org/apache/archiva/redback/rest/services/DefaultRoleManagementService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.66
Errors')' is not preceded with whitespace.66
WarningsMissing a Javadoc comment.79
Errors'(' is not followed by whitespace.81
Errors')' is not preceded with whitespace.81
Errors'(' is not followed by whitespace.82
Errors')' is not preceded with whitespace.82
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.274
WarningsMissing a Javadoc comment.295
WarningsMissing a Javadoc comment.324
WarningsMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.453
WarningsMissing a Javadoc comment.469
WarningsMissing a Javadoc comment.558
WarningsMissing a Javadoc comment.656
ErrorsLine is longer than 120 characters.743
ErrorsLine is longer than 120 characters.744
WarningsExpected an @return tag.856
WarningsExpected @param tag for 'roleList'.857
WarningsExpected @throws tag for 'RedbackServiceException'.858
ErrorsLine is longer than 120 characters.901

org/apache/archiva/redback/rest/services/DefaultUserService.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.78
Errors'(' is not followed by whitespace.78
Errors')' is not preceded with whitespace.78
Errors'(' is not followed by whitespace.92
Errors')' is not preceded with whitespace.92
Errors'(' is not followed by whitespace.102
Errors')' is not preceded with whitespace.102
Errors'(' is not followed by whitespace.109
Errors')' is not preceded with whitespace.109
Errors'(' is not followed by whitespace.116
Errors')' is not preceded with whitespace.116
Errors'(' is not followed by whitespace.123
Errors')' is not preceded with whitespace.123
WarningsMissing a Javadoc comment.134
Errors'(' is not followed by whitespace.135
Errors')' is not preceded with whitespace.135
Errors'(' is not followed by whitespace.137
Errors')' is not preceded with whitespace.137
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.281
WarningsMissing a Javadoc comment.302
WarningsMissing a Javadoc comment.371
WarningsMissing a Javadoc comment.398
WarningsMissing a Javadoc comment.427
WarningsMissing a Javadoc comment.441
WarningsMissing a Javadoc comment.484
WarningsMissing a Javadoc comment.499
WarningsMissing a Javadoc comment.533
WarningsMissing a Javadoc comment.558
Warnings'userManager' hides a field.567
ErrorsLine is longer than 120 characters.576
WarningsMissing a Javadoc comment.605
ErrorsLine is longer than 120 characters.666
WarningsMissing a Javadoc comment.719
WarningsMissing a Javadoc comment.783
WarningsMissing a Javadoc comment.796
WarningsMissing a Javadoc comment.809
WarningsMissing a Javadoc comment.826
WarningsMissing a Javadoc comment.871
WarningsMissing a Javadoc comment.920
Errors'80' is a magic number.951
WarningsMissing a Javadoc comment.959
WarningsMissing a Javadoc comment.972
WarningsMissing a Javadoc comment.985
WarningsMissing a Javadoc comment.998

org/apache/archiva/redback/rest/services/DefaultUtilServices.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.110

org/apache/archiva/redback/rest/services/RedbackAuthenticationThreadLocal.java

ViolationMessageLine
ErrorsName 'userThreadLocal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/rest/services/RedbackRequestInformation.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54

org/apache/archiva/redback/rest/services/interceptors/AbstractInterceptor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58

org/apache/archiva/redback/rest/services/interceptors/AuthenticationInterceptor.java

ViolationMessageLine
Errors'(' is not followed by whitespace.58
Errors')' is not preceded with whitespace.58
Errors'(' is not followed by whitespace.64
Errors')' is not preceded with whitespace.64
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
WarningsMissing a Javadoc comment.73

org/apache/archiva/redback/rest/services/interceptors/JacksonJsonConfigurator.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.35
Errors')' is not preceded with whitespace.35
WarningsMissing a Javadoc comment.40

org/apache/archiva/redback/rest/services/interceptors/PasswordRuleViolationExceptionMapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.42
Errors'500' is a magic number.52

org/apache/archiva/redback/rest/services/interceptors/PermissionsInterceptor.java

ViolationMessageLine
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.56
WarningsMissing a Javadoc comment.61

org/apache/archiva/redback/rest/services/interceptors/RedbackServiceExceptionMapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38

org/apache/archiva/redback/rest/services/interceptors/ThreadLocalUserCleaner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.73
ErrorsUnable to get class information for Fault.74

org/apache/archiva/redback/rest/services/utils/EnvironmentChecker.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.37
Errors')' is not preceded with whitespace.37
WarningsMissing a Javadoc comment.44

org/apache/archiva/redback/rest/services/utils/PasswordValidator.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
WarningsExpected @param tag for 'password'.58
WarningsExpected @param tag for 'principal'.58
WarningsExpected @throws tag for 'RedbackServiceException'.59

org/apache/archiva/redback/role/DefaultRoleManager.java

ViolationMessageLine
ErrorsUnused import - java.util.List.54
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors'(' is not followed by whitespace.88
Errors')' is not preceded with whitespace.88
Errors'(' is not followed by whitespace.92
Errors')' is not preceded with whitespace.92
Errors'(' is not followed by whitespace.96
Errors')' is not preceded with whitespace.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.154
WarningsExpected @param tag for 'templateId'.192
WarningsExpected @param tag for 'resource'.192
WarningsExpected @throws tag for 'RoleManagerException'.193
WarningsExpected @param tag for 'templateId'.202
WarningsExpected @param tag for 'resource'.202
WarningsExpected @throws tag for 'RoleManagerException'.203
WarningsExpected @param tag for 'templateId'.235
WarningsExpected @param tag for 'oldResource'.235
WarningsExpected @param tag for 'newResource'.235
WarningsExpected @throws tag for 'RoleManagerException'.236
WarningsMissing a Javadoc comment.267
WarningsMissing a Javadoc comment.299
WarningsMissing a Javadoc comment.329
WarningsMissing a Javadoc comment.366
WarningsMissing a Javadoc comment.399
WarningsMissing a Javadoc comment.430
ErrorsLine is longer than 120 characters.451
WarningsMissing a Javadoc comment.461
ErrorsConditional logic can be removed.475
WarningsMissing a Javadoc comment.491
WarningsMissing a Javadoc comment.534
WarningsMissing a Javadoc comment.539
WarningsMissing a Javadoc comment.546
WarningsMissing a Javadoc comment.551
WarningsMissing a Javadoc comment.556
WarningsMissing a Javadoc comment.561
WarningsMissing a Javadoc comment.566
WarningsMissing a Javadoc comment.571
WarningsMissing a Javadoc comment.576
WarningsMissing a Javadoc comment.581
WarningsMissing a Javadoc comment.586
WarningsMissing a Javadoc comment.591
WarningsMissing a Javadoc comment.596
WarningsMissing a Javadoc comment.601
WarningsMissing a Javadoc comment.606
WarningsMissing a Javadoc comment.611

org/apache/archiva/redback/role/RoleManager.java

ViolationMessageLine
WarningsExpected @param tag for 'resourceLocation'.41
WarningsExpected @throws tag for 'RoleManagerException'.42
WarningsMissing a Javadoc comment.44
WarningsExpected @param tag for 'templateId'.56
WarningsExpected @param tag for 'resource'.56
WarningsExpected @throws tag for 'RoleManagerException'.57
WarningsExpected @param tag for 'templateId'.68
WarningsExpected @param tag for 'resource'.68
WarningsExpected @throws tag for 'RoleManagerException'.69
WarningsExpected @param tag for 'templateId'.83
WarningsExpected @param tag for 'oldResource'.83
WarningsExpected @param tag for 'newResource'.83
WarningsExpected @throws tag for 'RoleManagerException'.84
WarningsExpected @param tag for 'roleId'.94
WarningsExpected @param tag for 'principal'.94
WarningsExpected @throws tag for 'RoleManagerException'.95
WarningsExpected @param tag for 'roleName'.104
WarningsExpected @param tag for 'principal'.104
WarningsExpected @throws tag for 'RoleManagerException'.105
WarningsExpected @param tag for 'templateId'.116
WarningsExpected @param tag for 'resource'.116
WarningsExpected @param tag for 'principal'.116
WarningsExpected @throws tag for 'RoleManagerException'.117
WarningsExpected @param tag for 'roleId'.126
WarningsExpected @param tag for 'principal'.126
WarningsExpected @throws tag for 'RoleManagerException'.127
WarningsExpected @param tag for 'roleName'.136
WarningsExpected @param tag for 'principal'.136
WarningsExpected @throws tag for 'RoleManagerException'.137
WarningsExpected an @return tag.146
WarningsExpected @param tag for 'roleId'.146
WarningsExpected @throws tag for 'RoleManagerException'.147
WarningsExpected an @return tag.157
WarningsExpected @param tag for 'templateId'.157
WarningsExpected @param tag for 'resource'.157
WarningsExpected @throws tag for 'RoleManagerException'.158
WarningsExpected an @return tag.163
WarningsExpected @throws tag for 'RoleManagerException'.173

org/apache/archiva/redback/role/RoleManagerException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/role/processor/DefaultRoleModelProcessor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.70
Errors';' is not followed by whitespace.192
WarningsMissing a Javadoc comment.339
WarningsMissing a Javadoc comment.344

org/apache/archiva/redback/role/processor/RoleModelProcessor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34

org/apache/archiva/redback/role/template/DefaultRoleTemplateProcessor.java

ViolationMessageLine
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.60
WarningsMissing a Javadoc comment.63
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
WarningsMissing a Javadoc comment.87
Errors'(' is not followed by whitespace.87
Errors')' is not preceded with whitespace.87
ErrorsLine is longer than 120 characters.121
ErrorsLine is longer than 120 characters.128
ErrorsLine is longer than 120 characters.137
ErrorsLine is longer than 120 characters.154
ErrorsMethod length is 178 lines (max allowed is 150).176
Errors'(' is not followed by whitespace.176
Errors')' is not preceded with whitespace.176
Errors'(' is not followed by whitespace.358
Errors')' is not preceded with whitespace.358
ErrorsLine is longer than 120 characters.374
WarningsMissing a Javadoc comment.466
WarningsMissing a Javadoc comment.471

org/apache/archiva/redback/role/template/RoleTemplateProcessor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/role/template/RoleTemplateProcessorException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/role/util/RoleModelUtils.java

ViolationMessageLine
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.118
WarningsExpected an @return tag.141
WarningsExpected @param tag for 'model'.142
WarningsExpected @param tag for 'roleId'.142
WarningsExpected an @return tag.167
WarningsExpected @param tag for 'model'.168
WarningsExpected @param tag for 'templateId'.168
WarningsExpected an @return tag.193
WarningsExpected @param tag for 'model'.194
WarningsExpected @param tag for 'operationId'.194
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.231
ErrorsUnable to get class information for CycleDetectedException.233
WarningsMissing a Javadoc comment.268
ErrorsUnable to get class information for CycleDetectedException.270
WarningsMissing a Javadoc comment.325
ErrorsUnable to get class information for CycleDetectedException.327

org/apache/archiva/redback/role/validator/DefaultRoleModelValidator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.49
ErrorsConditional logic can be removed.63
WarningsMissing a Javadoc comment.73

org/apache/archiva/redback/role/validator/RoleModelValidator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37

org/apache/archiva/redback/system/DefaultSecuritySession.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73

org/apache/archiva/redback/system/DefaultSecuritySystem.java

ViolationMessageLine
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.60
Errors'(' is not followed by whitespace.64
Errors')' is not preceded with whitespace.64
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
WarningsExpected an @return tag.98
WarningsExpected @param tag for 'source'.98
WarningsExpected @throws tag for 'AuthenticationException'.99
WarningsExpected @throws tag for 'UserNotFoundException'.99
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.99
WarningsExpected @throws tag for 'AccountLockedException'.99
WarningsExpected @throws tag for 'MustChangePasswordException'.99
WarningsExpected @throws tag for 'UserManagerException'.100
WarningsMissing a Javadoc comment.131
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.132
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.209
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.251
WarningsMissing a Javadoc comment.256
WarningsMissing a Javadoc comment.261
WarningsMissing a Javadoc comment.266
WarningsMissing a Javadoc comment.271
WarningsMissing a Javadoc comment.276
WarningsMissing a Javadoc comment.281
WarningsMissing a Javadoc comment.286

org/apache/archiva/redback/system/SecuritySession.java

ViolationMessageLine
InfosMissing a Javadoc comment.34
ErrorsRedundant 'static' modifier.34
InfosMissing a Javadoc comment.36
ErrorsRedundant 'static' modifier.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42

org/apache/archiva/redback/system/SecuritySystem.java

ViolationMessageLine
WarningsMissing a Javadoc comment.46
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.47
WarningsMissing a Javadoc comment.50
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.51
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.61
WarningsExpected an @return tag.73
WarningsExpected @param tag for 'session'.73
WarningsExpected @param tag for 'permission'.73
WarningsExpected @param tag for 'resource'.73
WarningsExpected @throws tag for 'AuthorizationException'.74
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.95

org/apache/archiva/redback/tests/AbstractRbacManagerPerformanceTestCase.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.21
ErrorsMissing a Javadoc comment.39
InfosMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.121
Errors'500.0' is a magic number.158
WarningsMissing a Javadoc comment.161
Errors'350.0' is a magic number.238
WarningsMissing a Javadoc comment.241
Errors'130' is a magic number.266
WarningsMissing a Javadoc comment.269
Errors'350' is a magic number.294
WarningsMissing a Javadoc comment.297
Errors'500' is a magic number.322

org/apache/archiva/redback/tests/AbstractRbacManagerTestCase.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUnused import - org.springframework.test.annotation.DirtiesContext.42
InfosMissing a Javadoc comment.56
InfosMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.271
WarningsExpected an @return tag.305
WarningsMissing a Javadoc comment.310
WarningsMissing a Javadoc comment.349
WarningsMissing a Javadoc comment.385
WarningsMissing a Javadoc comment.419
WarningsMissing a Javadoc comment.443
WarningsMissing a Javadoc comment.476
WarningsMissing a Javadoc comment.505
WarningsMissing a Javadoc comment.521
WarningsMissing a Javadoc comment.587
WarningsMissing a Javadoc comment.620
WarningsMissing a Javadoc comment.659
WarningsExpected an @return tag.703
WarningsExpected @param tag for 'size'.703
WarningsMissing a Javadoc comment.708
WarningsMissing a Javadoc comment.741
WarningsMissing a Javadoc comment.757
WarningsMissing a Javadoc comment.806
WarningsMissing a Javadoc comment.838
WarningsMissing a Javadoc comment.865
WarningsMissing a Javadoc comment.877
WarningsMissing a Javadoc comment.932
WarningsMissing a Javadoc comment.988

org/apache/archiva/redback/tests/RbacManagerEventTracker.java

ViolationMessageLine
InfosMissing a Javadoc comment.41
ErrorsVariable 'initCount' must be private and have accessor methods.41
InfosMissing a Javadoc comment.43
ErrorsVariable 'lastDbFreshness' must be private and have accessor methods.43
InfosMissing a Javadoc comment.45
ErrorsVariable 'addedRoleNames' must be private and have accessor methods.45
InfosMissing a Javadoc comment.47
ErrorsVariable 'removedRoleNames' must be private and have accessor methods.47
InfosMissing a Javadoc comment.49
ErrorsVariable 'addedPermissionNames' must be private and have accessor methods.49
InfosMissing a Javadoc comment.51
ErrorsVariable 'removedPermissionNames' must be private and have accessor methods.51
InfosMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.107

org/apache/archiva/redback/tests/utils/RBACDefaults.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.29
ErrorsMethod length is 154 lines (max allowed is 150).34
WarningsMissing a Javadoc comment.34

org/apache/archiva/redback/users/AbstractUserManager.java

ViolationMessageLine
ErrorsUnused import - javax.annotation.PostConstruct.28
InfosMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.115
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.116
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.156

org/apache/archiva/redback/users/AbstractUserQuery.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.117

org/apache/archiva/redback/users/PermanentUserException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48

org/apache/archiva/redback/users/User.java

ViolationMessageLine
WarningsExpected @param tag for 'encodedPassword'.145
WarningsExpected an @return tag.197
WarningsExpected @param tag for 'date'.281
WarningsExpected @param tag for 'date'.293

org/apache/archiva/redback/users/UserManager.java

ViolationMessageLine
InfosMissing a Javadoc comment.33
ErrorsRedundant 'static' modifier.33
WarningsExpected @throws tag for 'UserManagerException'.78
WarningsExpected @throws tag for 'UserManagerException'.87
WarningsExpected @throws tag for 'UserManagerException'.104
WarningsMissing a Javadoc comment.106
WarningsExpected @throws tag for 'UserManagerException'.117
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.127
WarningsExpected @throws tag for 'UserManagerException'.127
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.137
WarningsExpected @throws tag for 'UserManagerException'.137
WarningsExpected @throws tag for 'UserNotFoundException'.145
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.145
WarningsExpected @throws tag for 'UserManagerException'.145
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.153
WarningsExpected @throws tag for 'UserManagerException'.164
WarningsExpected @param tag for 'principal'.172
WarningsExpected @throws tag for 'UserManagerException'.173
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.182
WarningsExpected @throws tag for 'UserManagerException'.182
WarningsExpected @throws tag for 'UserManagerException'.191
WarningsMissing a Javadoc comment.193
WarningsMissing a Javadoc comment.195
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.196

org/apache/archiva/redback/users/UserManagerException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47

org/apache/archiva/redback/users/UserManagerListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/apache/archiva/redback/users/UserNotFoundException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38

org/apache/archiva/redback/users/UserQuery.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
InfosMissing a Javadoc comment.29
ErrorsRedundant 'final' modifier.29
Errors'static' modifier out of order with the JLS suggestions.29
InfosMissing a Javadoc comment.31
ErrorsRedundant 'final' modifier.31
Errors'static' modifier out of order with the JLS suggestions.31
InfosMissing a Javadoc comment.33
ErrorsRedundant 'final' modifier.33
Errors'static' modifier out of order with the JLS suggestions.33
InfosMissing a Javadoc comment.35
ErrorsRedundant 'final' modifier.35
Errors'static' modifier out of order with the JLS suggestions.35

org/apache/archiva/redback/users/cached/CachedUserManager.java

ViolationMessageLine
Errors'(' is not followed by whitespace.42
Errors')' is not preceded with whitespace.42
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.100
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.101
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.119
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.120
WarningsMissing a Javadoc comment.140
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.141
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.209
WarningsMissing a Javadoc comment.214
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.215
WarningsMissing a Javadoc comment.220
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.221
WarningsMissing a Javadoc comment.230
WarningsMissing a Javadoc comment.241
WarningsMissing a Javadoc comment.251
WarningsMissing a Javadoc comment.264
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.290
WarningsMissing a Javadoc comment.295
WarningsMissing a Javadoc comment.300
WarningsMissing a Javadoc comment.305
WarningsMissing a Javadoc comment.310
WarningsMissing a Javadoc comment.315
WarningsMissing a Javadoc comment.320

org/apache/archiva/redback/users/configurable/ConfigurableUserManager.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.93
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.103
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.104
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.111
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.163
WarningsMissing a Javadoc comment.168
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.169
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185

org/apache/archiva/redback/users/jdo/JdoUserManager.java

ViolationMessageLine
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
Errors'(' is not followed by whitespace.58
Errors')' is not preceded with whitespace.58
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
Errors'(' is not followed by whitespace.107
Errors')' is not preceded with whitespace.107
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.128
Errors'(' is not followed by whitespace.128
Errors')' is not preceded with whitespace.128
Errors'(' is not followed by whitespace.172
Errors')' is not preceded with whitespace.172
WarningsMissing a Javadoc comment.211
Errors'+' should be on a new line.216
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.268
Errors'+' should be on a new line.273
WarningsMissing a Javadoc comment.286
WarningsMissing a Javadoc comment.292
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.293
WarningsMissing a Javadoc comment.303
WarningsMissing a Javadoc comment.317
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.318
WarningsMissing a Javadoc comment.323
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.324
Errors'+' should be on a new line.328
WarningsMissing a Javadoc comment.346
WarningsMissing a Javadoc comment.353
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.374
Errors'+' should be on a new line.386
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.404
WarningsMissing a Javadoc comment.424
WarningsMissing a Javadoc comment.435
WarningsMissing a Javadoc comment.440
WarningsMissing a Javadoc comment.445
WarningsMissing a Javadoc comment.450
WarningsMissing a Javadoc comment.455

org/apache/archiva/redback/users/jdo/JdoUserQuery.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32

org/apache/archiva/redback/users/ldap/LdapUserManager.java

ViolationMessageLine
ErrorsUnused import - org.apache.archiva.redback.common.ldap.connection.DefaultLdapConnection.23
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.165
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.166
WarningsMissing a Javadoc comment.193
WarningsMissing a Javadoc comment.198
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.199
WarningsMissing a Javadoc comment.254
WarningsMissing a Javadoc comment.264
WarningsMissing a Javadoc comment.274
WarningsExpected an @return tag.313
WarningsExpected @param tag for 'usernameKey'.313
WarningsExpected @param tag for 'orderAscending'.313
WarningsExpected @throws tag for 'UserManagerException'.314
WarningsMissing a Javadoc comment.323
WarningsExpected an @return tag.331
WarningsMissing a Javadoc comment.370
WarningsMissing a Javadoc comment.375
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.376
WarningsMissing a Javadoc comment.381
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.382
WarningsMissing a Javadoc comment.416
WarningsMissing a Javadoc comment.488
WarningsMissing a Javadoc comment.493

org/apache/archiva/redback/users/ldap/LdapUserQuery.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.47
Errors'(' is not followed by whitespace.50
ErrorsLine is longer than 120 characters.58

org/apache/archiva/redback/users/ldap/ctl/DefaultLdapController.java

ViolationMessageLine
Errors'(' is not followed by whitespace.71
Errors')' is not preceded with whitespace.71
WarningsMissing a Javadoc comment.88
WarningsExpected @param tag for 'principal'.101
WarningsExpected @param tag for 'context'.101
WarningsExpected @throws tag for 'LdapControllerException'.102
WarningsExpected @param tag for 'user'.110
WarningsExpected @param tag for 'context'.110
WarningsExpected @throws tag for 'LdapControllerException'.111
WarningsExpected @throws tag for 'MappingException'.111
WarningsExpected an @return tag.119
WarningsExpected @param tag for 'key'.119
WarningsExpected @param tag for 'context'.119
WarningsExpected @throws tag for 'LdapControllerException'.120
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.168
WarningsExpected an @return tag.195
WarningsExpected @param tag for 'context'.195
WarningsExpected @throws tag for 'LdapControllerException'.196
WarningsExpected @throws tag for 'MappingException'.196
WarningsExpected an @return tag.238
WarningsExpected @param tag for 'query'.238
WarningsExpected @param tag for 'context'.238
WarningsExpected @throws tag for 'LdapControllerException'.239
WarningsExpected @throws tag for 'MappingException'.239
WarningsExpected @param tag for 'user'.281
WarningsExpected @param tag for 'context'.281
WarningsExpected @param tag for 'encodePasswordIfChanged'.281
WarningsExpected @throws tag for 'LdapControllerException'.282
WarningsExpected @throws tag for 'MappingException'.282
WarningsExpected an @return tag.344
WarningsExpected @param tag for 'username'.344
WarningsExpected @param tag for 'context'.344
WarningsExpected @throws tag for 'LdapControllerException'.345
WarningsExpected @throws tag for 'MappingException'.345
WarningsMissing a Javadoc comment.393
WarningsMissing a Javadoc comment.474
WarningsMissing a Javadoc comment.479
WarningsMissing a Javadoc comment.484
WarningsMissing a Javadoc comment.489
WarningsMissing a Javadoc comment.494
WarningsMissing a Javadoc comment.499
WarningsMissing a Javadoc comment.504
WarningsMissing a Javadoc comment.509
WarningsMissing a Javadoc comment.514
WarningsMissing a Javadoc comment.519
WarningsMissing a Javadoc comment.524
WarningsMissing a Javadoc comment.529
WarningsMissing a Javadoc comment.534
WarningsMissing a Javadoc comment.539

org/apache/archiva/redback/users/ldap/ctl/LdapController.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.59
WarningsExpected @param tag for 'dirContext'.66
WarningsExpected @throws tag for 'LdapControllerException'.67

org/apache/archiva/redback/users/ldap/ctl/LdapControllerException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.31

org/apache/archiva/redback/users/ldap/service/DefaultLdapCacheService.java

ViolationMessageLine
Errors'(' is not followed by whitespace.40
Errors')' is not preceded with whitespace.40
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
WarningsExpected an @return tag.54
WarningsExpected @param tag for 'username'.54
WarningsExpected an @return tag.62
WarningsExpected @param tag for 'username'.62
WarningsExpected @param tag for 'user'.78
Errors'if' is not followed by whitespace.81
WarningsExpected an @return tag.94
WarningsExpected @param tag for 'username'.94
WarningsExpected an @return tag.102
WarningsExpected @param tag for 'username'.102
WarningsExpected @param tag for 'username'.118
WarningsExpected @param tag for 'userDn'.118
Errors'if' is not followed by whitespace.121

org/apache/archiva/redback/users/ldap/service/LdapCacheService.java

ViolationMessageLine
WarningsExpected an @return tag.41
WarningsExpected @param tag for 'username'.41
WarningsExpected an @return tag.50
WarningsExpected @param tag for 'username'.50
WarningsExpected @param tag for 'user'.63
WarningsExpected an @return tag.71
WarningsExpected @param tag for 'username'.71
WarningsExpected an @return tag.79
WarningsExpected @param tag for 'username'.79
WarningsExpected @param tag for 'username'.92
WarningsExpected @param tag for 'userDn'.92

org/apache/archiva/redback/users/memory/MemoryUserManager.java

ViolationMessageLine
ErrorsUnused import - java.io.IOException.34
ErrorsUnused import - java.net.URL.35
ErrorsUnused import - java.util.Properties.42
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.166
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.167
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.215
WarningsMissing a Javadoc comment.236
WarningsMissing a Javadoc comment.257
WarningsMissing a Javadoc comment.278
WarningsMissing a Javadoc comment.284
WarningsMissing a Javadoc comment.291
WarningsMissing a Javadoc comment.300

org/apache/archiva/redback/users/memory/SimpleUser.java

ViolationMessageLine
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
Warnings'encodedPassword' hides a field.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.209
WarningsMissing a Javadoc comment.214
WarningsMissing a Javadoc comment.219

org/apache/archiva/redback/users/memory/SimpleUserQuery.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
WarningsExpected an @return tag.37
WarningsExpected @param tag for 'user'.37
Errors'&&' should be on a new line.39
Errors'&&' should be on a new line.44
ErrorsConditional logic can be removed.49
Errors'&&' should be on a new line.49
WarningsExpected an @return tag.66

org/apache/archiva/redback/users/memory/util/UserSorter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83

org/apache/archiva/redback/users/provider/test/AbstractUserManagerTestCase.java

ViolationMessageLine
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.46
Errors')' is not preceded with whitespace.46
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.162
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.164
WarningsMissing a Javadoc comment.192
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.194
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
WarningsMissing a Javadoc comment.229
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.231
WarningsMissing a Javadoc comment.255
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.307
WarningsMissing a Javadoc comment.345
WarningsMissing a Javadoc comment.401
ErrorsEmpty catch block.461
WarningsMissing a Javadoc comment.509
WarningsMissing a Javadoc comment.536
WarningsMissing a Javadoc comment.578
ErrorsRedundant throws: 'UserNotFoundException' is subclass of 'UserManagerException'.580
WarningsMissing a Javadoc comment.621
WarningsMissing a Javadoc comment.626

org/apache/archiva/redback/users/provider/test/UserManagerEventTracker.java

ViolationMessageLine
InfosMissing a Javadoc comment.37
ErrorsVariable 'countInit' must be private and have accessor methods.37
InfosMissing a Javadoc comment.39
ErrorsVariable 'lastDbFreshness' must be private and have accessor methods.39
InfosMissing a Javadoc comment.41
ErrorsVariable 'addedUsernames' must be private and have accessor methods.41
InfosMissing a Javadoc comment.43
ErrorsVariable 'removedUsernames' must be private and have accessor methods.43
InfosMissing a Javadoc comment.45
ErrorsVariable 'updatedUsernames' must be private and have accessor methods.45
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71