Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
600295

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile3error Error
Translation0error Error
JavadocMethod61error Error
JavadocType1error Error
JavadocVariable25error Error
JavadocStyle3error Error
ConstantName2error Error
LocalFinalVariableName0error Error
LocalVariableName1error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-directory/target/checkstyle-header.txt"
5error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports3error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter1error Error
NoWhitespaceBefore0error Error
OperatorWrap1error Error
ParenPad70error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround14error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly25error Error
NeedBraces3error Error
RightCurly2error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle4error Error
FinalParameters46error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
20error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/directory/DirectoryGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorFirst sentence should end with a period.35
errorMissing a Javadoc comment.42
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
error'389' is a magic number.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorLine has trailing spaces.55
errorFirst sentence should end with a period.56
errorLine has trailing spaces.61
errorMissing a Javadoc comment.61
errorParameter classLoader should be final.61
errorParameter workingDir should be final.61
errorParameter anonymousAccess should be final.62
errorParameter configFile should be final.62
errorParameter serverInfo should be final.63
errorLine has trailing spaces.64
error'if' construct must use '{}'s.65
errorLine has trailing spaces.67
error'if' construct must use '{}'s.68
error'else' construct must use '{}'s.70
errorLine has trailing spaces.72
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorParameter providerURL should be final.84
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.92
errorParameter securityAuthentication should be final.92
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.100
errorParameter securityCredentials should be final.100
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.108
errorParameter securityPrincipal should be final.108
errorMissing a Javadoc comment.112
errorMissing a Javadoc comment.116
errorParameter enableNetworking should be final.116
errorMissing a Javadoc comment.120
error'{' is not preceded with whitespace.121
errorLine has trailing spaces.124
errorMissing a Javadoc comment.128
errorParameter host should be final.128
error'try' is not followed by whitespace.129
error'{' is not preceded with whitespace.129
error')' is preceded with whitespace.130
error'{' is not preceded with whitespace.130
errorLine has trailing spaces.134
error'{' is not preceded with whitespace.136
error'{' is not preceded with whitespace.143
errorMissing a Javadoc comment.148
errorMissing a Javadoc comment.152
errorParameter port should be final.152
errorMissing a Javadoc comment.156
errorMissing a Javadoc comment.161
errorMissing a Javadoc comment.165
errorParameter env should be final.165
error'{' is not preceded with whitespace.165
error'{' is not preceded with whitespace.167
error'(' is followed by whitespace.168
errorLine has trailing spaces.169
error'{' is not preceded with whitespace.171
error'(' is followed by whitespace.172
error'{' is not preceded with whitespace.175
error'(' is followed by whitespace.176
error'{' is not preceded with whitespace.179
error'(' is followed by whitespace.180
errorLine has trailing spaces.183
errorMissing a Javadoc comment.184
errorLine has trailing spaces.186
errorLine has trailing spaces.194
error'{' is not preceded with whitespace.195
errorLine has trailing spaces.200
error'(' is followed by whitespace.203
errorLine has trailing spaces.205
error'(' is followed by whitespace.211
error')' is preceded with whitespace.211
errorLine has trailing spaces.212
errorMissing a Javadoc comment.218
error'(' is followed by whitespace.223
error')' is preceded with whitespace.223
errorLine has trailing spaces.225
error'(' is followed by whitespace.231
error')' is preceded with whitespace.231
errorMissing a Javadoc comment.238
errorLine has trailing spaces.244
errorLine has trailing spaces.253
errorLine is longer than 120 characters.259
error'{' is followed by whitespace.259
errorMissing a Javadoc comment.263

org/apache/geronimo/directory/DirectoryConfigurator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - javax.xml.namespace.QName.29
errorUnused import - org.apache.xmlbeans.XmlCursor.40
errorUnused import - org.apache.xmlbeans.XmlDocumentProperties.41
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.51
errorParameter cl should be final.51
errorParameter startup should be final.52
errorParameter file should be final.52
errorArray brackets at illegal position.59
errorArray brackets at illegal position.71
errorMissing a Javadoc comment.83
errorParameter partition should be final.84
errorArray brackets at illegal position.90
errorArray brackets at illegal position.109
errorMissing a Javadoc comment.122
errorParameter file should be final.122
errorMissing a Javadoc comment.144
errorParameter errors should be final.144
errorName 'NAMESPACE_UPDATES' must match pattern '^[a-z][a-zA-Z0-9]*$'.145
errorMissing a Javadoc comment.156
errorParameter dd should be final.156

org/apache/geronimo/directory/ServerStartupConfiguration.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
error'389' is a magic number.37
errorMissing a Javadoc comment.38
error'636' is a magic number.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
error'{' should be on the previous line.43
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorParameter host should be final.50
errorExpected an @return tag.57
error'{' should be on the previous line.58
error'(' is followed by whitespace.65
errorParameter enableNetworking should be final.65
errorExpected @param tag for 'enableNetworking'.65
error')' is preceded with whitespace.65
error'{' should be on the previous line.66
errorExpected an @return tag.73
error'{' should be on the previous line.74
error'(' is followed by whitespace.81
errorParameter enableKerberos should be final.81
errorExpected @param tag for 'enableKerberos'.81
error')' is preceded with whitespace.81
error'{' should be on the previous line.82
errorExpected an @return tag.89
error'{' should be on the previous line.90
error'(' is followed by whitespace.97
errorParameter ldapPort should be final.97
errorExpected @param tag for 'ldapPort'.97
error')' is preceded with whitespace.97
error'{' should be on the previous line.98
errorExpected an @return tag.105
error'{' should be on the previous line.106
error'(' is followed by whitespace.113
errorParameter ldapsPort should be final.113
errorExpected @param tag for 'ldapsPort'.113
error')' is preceded with whitespace.113
error'{' should be on the previous line.114
errorExpected an @return tag.122
error'{' should be on the previous line.123
error'(' is followed by whitespace.131
errorParameter minaServiceRegistry should be final.131
errorExpected @param tag for 'minaServiceRegistry'.131
error')' is preceded with whitespace.131
error'if' is not followed by whitespace.133
error'(' is followed by whitespace.133
error')' is preceded with whitespace.133
error'{' should be on the previous line.134
error'(' is followed by whitespace.135
error')' is preceded with whitespace.135

org/apache/geronimo/directory/ServerContextFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.60
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorParameter service should be final.69
errorMissing a Javadoc comment.85
errorParameter service should be final.85
errorParameter cfg should be final.103
errorExpected @param tag for 'cfg'.103
errorParameter env should be final.113
errorExpected @param tag for 'env'.113
error'}' should be on the same line.140
error'+' should be on a new line.142
errorParameter config should be final.157
errorParameter env should be final.157
errorExpected @throws tag for 'NamingException'.157
errorFirst sentence should end with a period.168
errorParameter cfg should be final.173
errorExpected @param tag for 'cfg'.173
errorParameter env should be final.173
errorExpected @param tag for 'env'.173
error'}' should be on the same line.183

org/apache/geronimo/directory/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/directory/MutableServerStartupConfiguration.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
error'{' should be on the previous line.38
errorMissing a Javadoc comment.42
error'(' is followed by whitespace.42
errorParameter arg0 should be final.42
error')' is preceded with whitespace.42
error'{' should be on the previous line.43
error'(' is followed by whitespace.44
error')' is preceded with whitespace.44
errorMissing a Javadoc comment.47
error'(' is followed by whitespace.47
errorParameter arg0 should be final.47
error')' is preceded with whitespace.47
error'{' should be on the previous line.48
error'(' is followed by whitespace.49
error')' is preceded with whitespace.49
errorMissing a Javadoc comment.52
error'(' is followed by whitespace.52
errorParameter arg0 should be final.52
error')' is preceded with whitespace.52
error'{' should be on the previous line.53
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
errorMissing a Javadoc comment.57
error'(' is followed by whitespace.57
errorParameter arg0 should be final.57
error')' is preceded with whitespace.57
error'{' should be on the previous line.58
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
errorMissing a Javadoc comment.62
error'(' is followed by whitespace.62
errorParameter arg0 should be final.62
error')' is preceded with whitespace.62
error'{' should be on the previous line.63
error'(' is followed by whitespace.64
error')' is preceded with whitespace.64
errorMissing a Javadoc comment.67
error'(' is followed by whitespace.67
errorParameter arg0 should be final.67
error')' is preceded with whitespace.67
error'{' should be on the previous line.68
error'(' is followed by whitespace.69
error')' is preceded with whitespace.69
errorMissing a Javadoc comment.72
error'(' is followed by whitespace.72
errorParameter arg0 should be final.72
error')' is preceded with whitespace.72
error'{' should be on the previous line.73
error'(' is followed by whitespace.74
error')' is preceded with whitespace.74
errorMissing a Javadoc comment.77
error'(' is followed by whitespace.77
errorParameter enableKerberos should be final.77
error')' is preceded with whitespace.77
error'{' should be on the previous line.78
error'(' is followed by whitespace.79
error')' is preceded with whitespace.79
errorLine has trailing spaces.82
errorMissing a Javadoc comment.82
errorParameter host should be final.82
error'{' is not preceded with whitespace.82
errorLine has trailing spaces.85
errorMissing a Javadoc comment.86
error'(' is followed by whitespace.86
errorParameter ldapPort should be final.86
error')' is preceded with whitespace.86
error'{' should be on the previous line.87
error'(' is followed by whitespace.88
error')' is preceded with whitespace.88
errorMissing a Javadoc comment.91
error'(' is followed by whitespace.91
errorParameter ldapsPort should be final.91
error')' is preceded with whitespace.91
error'{' should be on the previous line.92
error'(' is followed by whitespace.93
error')' is preceded with whitespace.93
errorMissing a Javadoc comment.96
error'(' is followed by whitespace.96
errorParameter minaServiceRegistry should be final.96
error')' is preceded with whitespace.96
error'{' should be on the previous line.97
error'(' is followed by whitespace.98
error')' is preceded with whitespace.98