Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1600546

Rules

RulesViolationsSeverity
PackageHtml5error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod198error Error
JavadocType8error Error
JavadocVariable70error Error
JavadocStyle5error Error
ConstantName2error Error
LocalFinalVariableName3error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName2error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/server/applications/console/console-core/target/checkstyle-header.txt"
11error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • max: "120"
20error Error
MethodLength0error Error
ParameterNumber2error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter8error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround4error Error
ModifierOrder2error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock11error Error
LeftCurly0error Error
NeedBraces4error Error
RightCurly0error Error
AvoidInlineConditionals3error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber4error Error
MissingSwitchDefault0error Error
RedundantThrows19error Error
SimplifyBooleanExpression1error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier20error Error
ArrayTypeStyle0error Error
FinalParameters137error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/console/core/security/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/console/core/keystore/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/console/core/jms/JMSConnectionFactoryBean.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper.24
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorParameter managedConnectionFactoryWrapper should be final.41
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorLine is longer than 120 characters.72
error'{' is followed by whitespace.81
errorMissing a Javadoc comment.85

org/apache/geronimo/console/core/jms/TopicBrowserGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorLine is longer than 120 characters.53
errorLine is longer than 120 characters.55
errorMissing a Javadoc comment.61
errorName 'ACTIVEMQ_CONTAINER_OBJNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
errorMissing a Javadoc comment.63
errorName 'ACTIVEMQ_CONNECTOR_OBJNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
errorMissing a Javadoc comment.65
errorVariable 'subscriberName' must be private and have accessor methods.65
errorMissing a Javadoc comment.67
errorVariable 'tConFactory' must be private and have accessor methods.67
errorMissing a Javadoc comment.69
errorVariable 'tConnection' must be private and have accessor methods.69
errorMissing a Javadoc comment.71
errorVariable 'connectionFactoryWrapper' must be private and have accessor methods.71
errorVariable 'topicWrapper' must be private and have accessor methods.71
errorMissing a Javadoc comment.73
errorVariable 'tSession' must be private and have accessor methods.73
errorMissing a Javadoc comment.75
errorVariable 'tSubscriber' must be private and have accessor methods.75
errorMissing a Javadoc comment.77
errorVariable 'topic' must be private and have accessor methods.77
errorMissing a Javadoc comment.79
errorVariable 't' must be private and have accessor methods.79
errorMissing a Javadoc comment.81
errorVariable 'stop' must be private and have accessor methods.81
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.120
errorParameter subscriberName should be final.120
errorParameter connectionFactoryWrapper should be final.121
errorParameter topicWrapper should be final.122
errorExpected @throws tag for 'WaitingException'.133
errorRedundant throws: 'WaitingException' is subclass of 'Exception'.133
errorExpected @throws tag for 'Exception'.133
errorExpected @throws tag for 'WaitingException'.144
errorRedundant throws: 'WaitingException' is subclass of 'Exception'.144
errorExpected @throws tag for 'Exception'.144
errorMissing a Javadoc comment.149
errorExpected @throws tag for 'Exception'.162
errorExpected @throws tag for 'Exception'.177
errorMissing a Javadoc comment.187
error'{' is followed by whitespace.200
errorMissing a Javadoc comment.206

org/apache/geronimo/console/core/system/serverinfo/ServerConstants.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorUtility classes should not have a public or default constructor.23
errorLine is longer than 120 characters.25
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorFirst sentence should end with a period.41
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorFirst sentence should end with a period.62
errorFirst sentence should end with a period.71
errorFirst sentence should end with a period.80
errorExpected an @return tag.85
error'if' is not followed by whitespace.97
errorMust have at least one statement.111

org/apache/geronimo/console/core/keystore/KeyStoreGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorRedundant throws: 'WaitingException' is subclass of 'Exception'.84
errorMust have at least one statement.105
errorExpression can be simplified.109
errorMissing a Javadoc comment.114
errorRedundant throws: 'WaitingException' is subclass of 'Exception'.114
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.120
errorParameter keyStoreType should be final.120
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.128
errorParameter keyStoreProvider should be final.128
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.136
errorParameter keyStoreLocation should be final.136
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.144
errorParameter serverInfo should be final.144
errorMissing a Javadoc comment.148
errorMissing a Javadoc comment.152
errorParameter keyStorePassword should be final.152
errorMissing a Javadoc comment.156
errorMissing a Javadoc comment.160
errorMissing a Javadoc comment.164
errorParameter alias should be final.164
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.193
errorParameter alias should be final.193
errorMissing a Javadoc comment.214
errorParameter alias should be final.214
errorMissing a Javadoc comment.228
errorParameter cert should be final.228
errorParameter signingKey should be final.228
errorName 'BEGIN_CERT_REQ' must match pattern '^[a-z][a-zA-Z0-9]*$'.248
errorName 'END_CERT_REQ' must match pattern '^[a-z][a-zA-Z0-9]*$'.249
errorName 'CERT_REQ_LINE_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'.250
errorAvoid inline conditionals.257
errorMissing a Javadoc comment.271
errorMore than 7 parameters.271
errorParameter alias should be final.271
errorParameter keyalg should be final.271
errorParameter keysize should be final.271
errorParameter sigalg should be final.272
errorParameter validity should be final.272
errorParameter cn should be final.272
errorParameter ou should be final.272
errorParameter o should be final.272
errorParameter l should be final.273
errorParameter st should be final.273
errorParameter c should be final.273
error'{' is followed by whitespace.289
errorMissing a Javadoc comment.294
errorMust have at least one statement.310
errorMissing a Javadoc comment.316
errorMore than 7 parameters.316
errorParameter publicKey should be final.316
errorParameter privateKey should be final.317
errorParameter sigalg should be final.317
errorParameter validity should be final.317
errorParameter cn should be final.317
errorParameter ou should be final.318
errorParameter o should be final.318
errorParameter l should be final.318
errorParameter st should be final.318
errorParameter c should be final.318
error'24' is a magic number.362
error'60' is a magic number.362
error'60' is a magic number.362
error'1000' is a magic number.362
errorMissing a Javadoc comment.384
errorParameter alias should be final.384
errorParameter certfile should be final.384
errorRedundant throws: 'java.io.FileNotFoundException' is subclass of 'java.io.IOException'.385
errorMust have at least one statement.406
errorMissing a Javadoc comment.412
errorParameter alias should be final.412
errorParameter certbuf should be final.412
errorMust have at least one statement.428
errorMissing a Javadoc comment.434
errorParameter alias should be final.434
errorParameter is should be final.434
errorMissing a Javadoc comment.460
error'{' is followed by whitespace.473
error'{' is followed by whitespace.477
error'{' is followed by whitespace.478
error'{' is followed by whitespace.480
errorMissing a Javadoc comment.493

org/apache/geronimo/console/util/ManagementHelper.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.93
errorLine is longer than 120 characters.94
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.103
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.113
errorLine is longer than 120 characters.114
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.117
errorExpected @param tag for 'configuration'.124

org/apache/geronimo/console/core/security/PropertiesFileLoginModuleNoCache.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorVariable 'kernel' must be private and have accessor methods.52
errorMissing a Javadoc comment.54
errorVariable 'serverInfo' must be private and have accessor methods.54
errorMissing a Javadoc comment.56
errorVariable 'usersURI' must be private and have accessor methods.56
errorMissing a Javadoc comment.58
errorVariable 'groupsURI' must be private and have accessor methods.58
errorMissing a Javadoc comment.60
error'static' modifier out of order with the JLS suggestions.60
errorMissing a Javadoc comment.62
error'static' modifier out of order with the JLS suggestions.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.67
errorVariable 'users' must be private and have accessor methods.67
errorMissing a Javadoc comment.69
errorVariable 'groups' must be private and have accessor methods.69
errorMissing a Javadoc comment.71
errorVariable 'subject' must be private and have accessor methods.71
errorMissing a Javadoc comment.73
errorVariable 'handler' must be private and have accessor methods.73
errorMissing a Javadoc comment.75
errorVariable 'username' must be private and have accessor methods.75
errorMissing a Javadoc comment.77
errorVariable 'password' must be private and have accessor methods.77
errorMissing a Javadoc comment.79
errorParameter subject should be final.79
error'subject' hides a field.79
errorParameter callbackHandler should be final.79
errorParameter sharedState should be final.80
errorParameter options should be final.80
errorMissing a Javadoc comment.97
errorParameter kernel should be final.97
error'kernel' hides a field.97
errorParameter serverInfo should be final.97
error'serverInfo' hides a field.97
errorParameter userURI should be final.98
errorParameter groupURI should be final.98
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.98
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.163
error'users' hides a field.171
errorMissing a Javadoc comment.185
errorMissing a Javadoc comment.192
errorExpected an @return tag.203
error'{' is followed by whitespace.204
errorExpected an @return tag.212
errorParameter className should be final.212
errorExpected @param tag for 'className'.212

org/apache/geronimo/console/core/system/serverinfo/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/console/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/console/core/keystore/KeyEntryInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorParameter alias should be final.33
errorParameter type should be final.33
errorParameter created should be final.33
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55

org/apache/geronimo/console/util/KernelManagementHelper.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.84
errorParameter kernel should be final.84
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.99
errorParameter domain should be final.99
errorMissing a Javadoc comment.103
errorParameter server should be final.103
errorMissing a Javadoc comment.107
errorParameter server should be final.107
errorMissing a Javadoc comment.111
errorParameter server should be final.111
errorMissing a Javadoc comment.115
errorParameter server should be final.115
errorMissing a Javadoc comment.119
errorParameter server should be final.119
errorMissing a Javadoc comment.123
errorParameter server should be final.123
errorMissing a Javadoc comment.127
errorParameter server should be final.127
errorParameter connectionFactoryInterface should be final.127
errorMissing a Javadoc comment.147
errorParameter server should be final.147
errorParameter connectionFactoryInterface should be final.147
errorMissing a Javadoc comment.151
errorParameter server should be final.151
errorParameter connectionFactoryInterfaces should be final.151
errorLine is longer than 120 characters.165
errorMissing a Javadoc comment.177
errorParameter server should be final.177
errorParameter adminObjectInterfaces should be final.177
errorMissing a Javadoc comment.203
errorParameter module should be final.203
errorLine is longer than 120 characters.207
errorMissing a Javadoc comment.207
errorParameter module should be final.207
errorParameter connectionFactoryInterface should be final.207
errorLine is longer than 120 characters.211
errorMissing a Javadoc comment.211
errorParameter module should be final.211
errorParameter connectionFactoryInterfaces should be final.211
errorLine is longer than 120 characters.220
errorMissing a Javadoc comment.228
errorParameter module should be final.228
errorParameter adminObjectInterfaces should be final.228
errorMissing a Javadoc comment.244
errorParameter server should be final.244
errorMissing a Javadoc comment.248
errorParameter server should be final.248
errorMissing a Javadoc comment.264
errorParameter server should be final.264
errorMissing a Javadoc comment.268
errorParameter server should be final.268
errorMissing a Javadoc comment.272
errorParameter server should be final.272
errorMissing a Javadoc comment.276
errorParameter jvm should be final.276
errorMissing a Javadoc comment.281
errorParameter application should be final.281
errorMissing a Javadoc comment.285
errorParameter application should be final.285
errorMissing a Javadoc comment.289
errorParameter application should be final.289
errorMissing a Javadoc comment.293
errorParameter application should be final.293
errorMissing a Javadoc comment.297
errorParameter application should be final.297
errorMissing a Javadoc comment.302
errorParameter application should be final.302
errorMissing a Javadoc comment.318
errorParameter application should be final.318
errorMissing a Javadoc comment.322
errorParameter application should be final.322
errorMissing a Javadoc comment.327
errorParameter module should be final.327
errorMissing a Javadoc comment.331
errorParameter module should be final.331
errorMissing a Javadoc comment.335
errorParameter module should be final.335
errorMissing a Javadoc comment.340
errorParameter adapter should be final.340
errorMissing a Javadoc comment.345
errorParameter resource should be final.345
errorMissing a Javadoc comment.349
errorParameter dataSource should be final.349
errorMissing a Javadoc comment.353
errorParameter resource should be final.353
errorMissing a Javadoc comment.357
errorParameter resource should be final.357
errorMissing a Javadoc comment.361
errorParameter factory should be final.361
errorMissing a Javadoc comment.365
errorParameter objectName should be final.365
errorMissing a Javadoc comment.369
errorParameter abstractName should be final.369
errorMissing a Javadoc comment.373
errorParameter abstractName should be final.373
errorMissing a Javadoc comment.381
errorParameter server should be final.381
errorParameter module should be final.381
errorParameter options should be final.381
errorLine is longer than 120 characters.390
errorMissing a Javadoc comment.390
errorParameter callbacks should be final.398
errorMissing a Javadoc comment.420
errorParameter iface should be final.420
errorMissing a Javadoc comment.431
errorParameter component should be final.431
errorMissing a Javadoc comment.435
errorParameter type should be final.435
errorParameter includeChildModules should be final.435
errorLine is longer than 120 characters.448
errorAvoid inline conditionals.448
errorLine is longer than 120 characters.450
errorLine is longer than 120 characters.454
error'if' construct must use '{}'s.468
error'if' construct must use '{}'s.479
errorLine is longer than 120 characters.486
errorLine is longer than 120 characters.488
errorMust have at least one statement.492
errorParameter configuration should be final.509
errorExpected @param tag for 'configuration'.509
errorExpected an @return tag.540
errorLine is longer than 120 characters.540
errorParameter host should be final.540
errorExpected @param tag for 'host'.540
errorParameter user should be final.540
errorExpected @param tag for 'user'.540
errorParameter password should be final.540
errorExpected @param tag for 'password'.540
errorExpected @throws tag for 'java.io.IOException'.540
errorLine is longer than 120 characters.546

org/apache/geronimo/console/core/jms/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/console/util/ConfigurationData.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.24
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorLine is longer than 120 characters.37
errorMissing a Javadoc comment.37
errorParameter configID should be final.37
errorParameter parentName should be final.37
errorParameter childName should be final.37
errorParameter state should be final.37
errorParameter type should be final.37
errorParameter moduleBeanName should be final.37
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorParameter o should be final.78
error'if' is not followed by whitespace.81
error'if' is not followed by whitespace.82
error'if' is not followed by whitespace.84
error'else' construct must use '{}'s.86
errorAvoid inline conditionals.86
error'else' construct must use '{}'s.87

org/apache/geronimo/console/core/security/PropertiesLoginModuleManager.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorName 'usersKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
errorMissing a Javadoc comment.53
errorName 'groupsKey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
errorMissing a Javadoc comment.55
errorParameter serverInfo should be final.55
errorParameter loginModule should be final.55
errorMissing a Javadoc comment.60
errorMust have at least one statement.72
errorMissing a Javadoc comment.79
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.79
errorMust have at least one statement.91
errorMissing a Javadoc comment.98
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.98
errorMust have at least one statement.110
errorMissing a Javadoc comment.118
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.118
errorMust have at least one statement.130
errorMissing a Javadoc comment.138
errorParameter properties should be final.138
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.139
errorMissing a Javadoc comment.155
errorParameter userPrincipal should be final.155
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.156
errorMissing a Javadoc comment.167
errorParameter properties should be final.167
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.168
errorMissing a Javadoc comment.181
errorParameter properties should be final.181
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.182
errorMissing a Javadoc comment.198
errorParameter groupPrincipal should be final.198
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.199
errorMissing a Javadoc comment.210
errorParameter properties should be final.210
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.211
errorMissing a Javadoc comment.224
errorParameter userPrincipal should be final.224
errorParameter groupPrincipal should be final.224
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.225
errorMissing a Javadoc comment.230
errorParameter userPrincipal should be final.230
errorParameter groupPrincipal should be final.230
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.231
errorMissing a Javadoc comment.236
errorParameter userPrincipal should be final.236
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.237
errorMissing a Javadoc comment.242
errorParameter groupPrincipal should be final.242
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.243
errorMissing a Javadoc comment.257
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.265
errorParameter props should be final.265
errorParameter url should be final.265
errorMust have at least one statement.284
errorMissing a Javadoc comment.291
errorLine is longer than 120 characters.294
errorMissing a Javadoc comment.320

org/apache/geronimo/console/core/system/serverinfo/SEServerInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.74