Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
30050

Rules

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

Details

org/apache/archiva/web/xmlrpc/security/XmlRpcUserRepositories.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
error'userRepositories' hides a field.35
error'authnHandler' hides a field.35
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
errorRedundant throws: 'PrincipalNotFoundException' is subclass of 'ArchivaSecurityException'.42

org/apache/archiva/web/xmlrpc/security/XmlRpcAuthenticator.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
error'securitySystem' hides a field.56
error'userRepositories' hides a field.56
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.82
error'401' is a magic number.91
error'401' is a magic number.95
error'401' is a magic number.99
errorMissing a Javadoc comment.103
error'username' hides a field.103
errorLine is longer than 120 characters.109
errorLine is longer than 120 characters.113
errorLine is longer than 120 characters.117
error'<' is not preceded with whitespace.121
error'<' is not followed by whitespace.121
error'>' is not preceded with whitespace.121
error'if' is not followed by whitespace.122
error'401' is a magic number.133
error'401' is a magic number.147
errorMissing a Javadoc comment.151

org/apache/archiva/web/xmlrpc/security/ServiceMethodsPermissionsMapping.java

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