Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
600605

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
375Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
18Errors Error
JavadocMethod39Errors Error
JavadocType3Errors Error
JavadocVariable11Errors Error
JavadocStyle2Errors Error
ConstantName3Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName3Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName1Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength59Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad9Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround5Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock2Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField10Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows13Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension15Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier1Errors Error
ArrayTypeStyle0Errors Error
FinalParameters30Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

edu/virginia/lib/ole/akubra/BitStringMapper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsExpected an @return tag.29
ErrorsLine contains a tab character.29
ErrorsMethod 'getExternalId' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter internalId should be final.29
ErrorsExpected @param tag for 'internalId'.29
ErrorsExpected @throws tag for 'NullPointerException'.29
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMust have at least one statement.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsExpected an @return tag.45
ErrorsLine contains a tab character.45
ErrorsMethod 'getInternalId' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter externalId should be final.45
ErrorsExpected @param tag for 'externalId'.45
ErrorsExpected @throws tag for 'NullPointerException'.45
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMust have at least one statement.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'getInternalPrefix' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter externalPrefix should be final.73
ErrorsLine contains a tab character.74
ErrorsExpected @throws tag for 'NullPointerException'.74
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsUnused @param tag for '{@link'.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsParameter characters should be final.83
ErrorsExpected @param tag for 'characters'.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88

edu/virginia/lib/ole/akubra/Constants.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.7
ErrorsLine has trailing spaces.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsName 'CHUNK' must match pattern '^[a-z][a-zA-Z0-9]*$'.9
ErrorsVariable 'CHUNK' must be private and have accessor methods.9

edu/virginia/lib/ole/akubra/FilePrefixMapper.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
Errors'static' modifier out of order with the JLS suggestions.14
ErrorsName 'prefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.14
ErrorsLine contains a tab character.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsMethod 'getExternalId' is not designed for extension - needs to be abstract, final or empty.21
ErrorsLine contains a tab character.22
ErrorsParameter internalId should be final.22
ErrorsExpected @throws tag for 'NullPointerException'.22
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.22
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMethod 'getInternalId' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsParameter externalId should be final.32
ErrorsExpected @throws tag for 'NullPointerException'.32
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'getInternalPrefix' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsParameter externalPrefix should be final.42
ErrorsLine contains a tab character.43
ErrorsExpected @throws tag for 'NullPointerException'.43
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45

edu/virginia/lib/ole/akubra/TwoStore.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsParameter id should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsParameter id should be final.37
ErrorsParameter left should be final.37
Errors'left' hides a field.37
ErrorsParameter right should be final.37
Errors'right' hides a field.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsExpected an @return tag.46
ErrorsLine contains a tab character.46
ErrorsMethod 'openConnection' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter tx should be final.47
ErrorsExpected @param tag for 'tx'.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsParameter hints should be final.48
ErrorsExpected @param tag for 'hints'.48
ErrorsExpected @throws tag for 'UnsupportedOperationException'.48
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.48
ErrorsLine contains a tab character.49
ErrorsExpected @throws tag for 'IOException'.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMethod 'getLeft' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'setLeft' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter left should be final.63
Errors'left' hides a field.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMethod 'getRight' is not designed for extension - needs to be abstract, final or empty.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMethod 'setRight' is not designed for extension - needs to be abstract, final or empty.77
ErrorsParameter right should be final.77
Errors'right' hides a field.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79

edu/virginia/lib/ole/akubra/TwoStoreConnection.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
ErrorsLine contains a tab character.29
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsFirst sentence should end with a period.36
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsParameter owner should be final.48
ErrorsParameter hints should be final.48
ErrorsLine contains a tab character.49
ErrorsExpected @throws tag for 'UnsupportedOperationException'.49
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.49
ErrorsExpected @throws tag for 'IOException'.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsParameter owner should be final.62
ErrorsParameter streamManager should be final.62
ErrorsExpected @param tag for 'streamManager'.62
ErrorsLine contains a tab character.63
ErrorsExpected @throws tag for 'UnsupportedOperationException'.63
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.63
ErrorsExpected @throws tag for 'IOException'.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsExpected an @return tag.73
ErrorsLine contains a tab character.73
ErrorsMethod 'getBlob' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter blobId should be final.73
ErrorsExpected @param tag for 'blobId'.73
ErrorsParameter hints should be final.73
ErrorsExpected @param tag for 'hints'.73
ErrorsLine contains a tab character.74
ErrorsExpected @throws tag for 'IOException'.74
ErrorsExpected @throws tag for 'UnsupportedIdException'.74
ErrorsRedundant throws: 'UnsupportedIdException' is subclass of 'IOException'.74
ErrorsLine contains a tab character.75
ErrorsExpected @throws tag for 'UnsupportedOperationException'.75
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
Errors'+' is not followed by whitespace.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
Errors'+' is not preceded with whitespace.79
Errors'+' is not followed by whitespace.79
ErrorsLine contains a tab character.80
Errors'+' is not followed by whitespace.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'+' is not followed by whitespace.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsExpected an @return tag.99
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsMethod 'listBlobIds' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter filterPrefix should be final.99
ErrorsExpected @param tag for 'filterPrefix'.99
ErrorsExpected @throws tag for 'IOException'.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'sync' is not designed for extension - needs to be abstract, final or empty.108
ErrorsExpected @throws tag for 'IOException'.108
ErrorsExpected @throws tag for 'UnsupportedOperationException'.108
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118

edu/virginia/lib/ole/akubra/utilities/FSBlobStoreSplitter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.31
ErrorsUtility classes should not have a public or default constructor.31
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter original should be final.41
Errors'original' hides a field.41
ErrorsParameter left should be final.41
Errors'left' hides a field.41
ErrorsLine contains a tab character.42
ErrorsParameter right should be final.42
Errors'right' hides a field.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsRedundant throws: 'UnsupportedOperationException' is unchecked exception.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMissing a Javadoc comment.86
ErrorsLine contains a tab character.86
ErrorsName 'copyBlob' must match pattern '^[A-Z][a-zA-Z0-9]*$'.86
ErrorsLine contains a tab character.87
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.88
ErrorsMissing a Javadoc comment.88
ErrorsLine contains a tab character.89
ErrorsMissing a Javadoc comment.89
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter inBlob should be final.91
Errors'inBlob' hides a field.91
ErrorsParameter target should be final.91
Errors'target' hides a field.91
ErrorsParameter newBlobId should be final.91
Errors'newBlobId' hides a field.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMissing a Javadoc comment.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter s should be final.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsMissing a Javadoc comment.126
ErrorsParameter args should be final.126
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'(' is followed by whitespace.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.164
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsName 'original_location' must match pattern '^[a-z][a-zA-Z0-9]*$'.169
ErrorsLine contains a tab character.170
ErrorsName 'left_location' must match pattern '^[a-z][a-zA-Z0-9]*$'.170
ErrorsLine contains a tab character.171
ErrorsName 'right_location' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195