This project has retired. For details please refer to its Attic page.
Archiva Base :: FileLock – Checkstyle Results

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
7 0 35 330

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
64  Error
RightCurly
  • option: "alone"
23  Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1  Warning
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 31, 32, 37, 64, 100, 128, 256, 512, 1000, 1024"
2  Error
imports UnusedImports 2  Error
javadoc JavadocMethod
  • scope: "protected"
34  Warning
naming ConstantName 1  Error
whitespace ParenPad
  • option: "space"
231  Error
WhitespaceAround 7  Error

Details

org/apache/archiva/common/filelock/DefaultFileLockManager.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error naming ConstantName Name 'lockFiles' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46

org/apache/archiva/common/filelock/DefaultFileLockManagerTest.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.io.FileNotFoundException. 36
 Error imports UnusedImports Unused import - java.nio.file.FileAlreadyExistsException. 39
 Error whitespace ParenPad '(' is not followed by whitespace. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 52
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 52
 Error whitespace ParenPad ')' is not preceded with whitespace. 52
 Error blocks LeftCurly '{' should be on a new line. 53
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error blocks LeftCurly '{' should be on a new line. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 74
 Error blocks LeftCurly '{' should be on a new line. 81
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error blocks LeftCurly '{' should be on a new line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error blocks LeftCurly '{' should be on a new line. 90
 Error blocks LeftCurly '{' should be on a new line. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error blocks RightCurly '}' should be alone on a line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks LeftCurly '{' should be on a new line. 95
 Error blocks LeftCurly '{' should be on a new line. 102
 Error blocks LeftCurly '{' should be on a new line. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error blocks LeftCurly '{' should be on a new line. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error blocks RightCurly '}' should be alone on a line. 109
 Error blocks LeftCurly '{' should be on a new line. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error blocks RightCurly '}' should be alone on a line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks LeftCurly '{' should be on a new line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error blocks LeftCurly '{' should be on a new line. 122
 Error blocks LeftCurly '{' should be on a new line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error blocks LeftCurly '{' should be on a new line. 126
 Error whitespace ParenPad '(' is not followed by whitespace. 128
 Error whitespace ParenPad ')' is not preceded with whitespace. 128
 Error blocks RightCurly '}' should be alone on a line. 129
 Error blocks LeftCurly '{' should be on a new line. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 132
 Error blocks RightCurly '}' should be alone on a line. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error blocks LeftCurly '{' should be on a new line. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error blocks LeftCurly '{' should be on a new line. 143
 Error blocks LeftCurly '{' should be on a new line. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error blocks LeftCurly '{' should be on a new line. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks RightCurly '}' should be alone on a line. 150
 Error blocks LeftCurly '{' should be on a new line. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error blocks RightCurly '}' should be alone on a line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error blocks LeftCurly '{' should be on a new line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error blocks LeftCurly '{' should be on a new line. 164
 Error blocks LeftCurly '{' should be on a new line. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error blocks LeftCurly '{' should be on a new line. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error blocks RightCurly '}' should be alone on a line. 171
 Error blocks LeftCurly '{' should be on a new line. 171
 Error whitespace ParenPad '(' is not followed by whitespace. 172
 Error whitespace ParenPad ')' is not preceded with whitespace. 172
 Error whitespace ParenPad '(' is not followed by whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error blocks RightCurly '}' should be alone on a line. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error blocks LeftCurly '{' should be on a new line. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error blocks LeftCurly '{' should be on a new line. 185
 Error blocks LeftCurly '{' should be on a new line. 186
 Error whitespace ParenPad '(' is not followed by whitespace. 187
 Error whitespace ParenPad ')' is not preceded with whitespace. 187
 Error whitespace ParenPad '(' is not followed by whitespace. 188
 Error whitespace ParenPad ')' is not preceded with whitespace. 188
 Error blocks LeftCurly '{' should be on a new line. 189
 Error whitespace ParenPad '(' is not followed by whitespace. 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error blocks RightCurly '}' should be alone on a line. 192
 Error blocks LeftCurly '{' should be on a new line. 192
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 195
 Error whitespace ParenPad ')' is not preceded with whitespace. 195
 Error blocks RightCurly '}' should be alone on a line. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' should be on a new line. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error blocks LeftCurly '{' should be on a new line. 206
 Error blocks LeftCurly '{' should be on a new line. 207
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error blocks LeftCurly '{' should be on a new line. 210
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error blocks RightCurly '}' should be alone on a line. 212
 Error blocks LeftCurly '{' should be on a new line. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error blocks RightCurly '}' should be alone on a line. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 217
 Error whitespace ParenPad ')' is not preceded with whitespace. 217
 Error blocks LeftCurly '{' should be on a new line. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error blocks LeftCurly '{' should be on a new line. 226
 Error blocks LeftCurly '{' should be on a new line. 227
 Error whitespace ParenPad '(' is not followed by whitespace. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 229
 Error whitespace ParenPad ')' is not preceded with whitespace. 229
 Error blocks LeftCurly '{' should be on a new line. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 232
 Error whitespace ParenPad ')' is not preceded with whitespace. 232
 Error blocks RightCurly '}' should be alone on a line. 233
 Error blocks LeftCurly '{' should be on a new line. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 234
 Error whitespace ParenPad ')' is not preceded with whitespace. 234
 Error whitespace ParenPad '(' is not followed by whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error blocks RightCurly '}' should be alone on a line. 238
 Error whitespace ParenPad '(' is not followed by whitespace. 238
 Error whitespace ParenPad ')' is not preceded with whitespace. 238
 Error blocks LeftCurly '{' should be on a new line. 238
 Error whitespace ParenPad '(' is not followed by whitespace. 239
 Error whitespace ParenPad ')' is not preceded with whitespace. 239
 Error blocks LeftCurly '{' should be on a new line. 247
 Error blocks LeftCurly '{' should be on a new line. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 250
 Error whitespace ParenPad ')' is not preceded with whitespace. 250
 Error blocks LeftCurly '{' should be on a new line. 251
 Error whitespace ParenPad '(' is not followed by whitespace. 252
 Error whitespace ParenPad '(' is not followed by whitespace. 252
 Error whitespace ParenPad '(' is not followed by whitespace. 252
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error blocks RightCurly '}' should be alone on a line. 253
 Error blocks LeftCurly '{' should be on a new line. 253
 Error whitespace ParenPad '(' is not followed by whitespace. 254
 Error whitespace ParenPad ')' is not preceded with whitespace. 254
 Error whitespace ParenPad '(' is not followed by whitespace. 256
 Error whitespace ParenPad ')' is not preceded with whitespace. 256
 Error blocks RightCurly '}' should be alone on a line. 258
 Error whitespace ParenPad '(' is not followed by whitespace. 258
 Error whitespace ParenPad ')' is not preceded with whitespace. 258
 Error blocks LeftCurly '{' should be on a new line. 258
 Error whitespace ParenPad '(' is not followed by whitespace. 259
 Error whitespace ParenPad ')' is not preceded with whitespace. 259
 Error blocks LeftCurly '{' should be on a new line. 267
 Error blocks LeftCurly '{' should be on a new line. 268
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks LeftCurly '{' should be on a new line. 271
 Error whitespace ParenPad '(' is not followed by whitespace. 273
 Error whitespace ParenPad ')' is not preceded with whitespace. 273
 Error blocks RightCurly '}' should be alone on a line. 274
 Error blocks LeftCurly '{' should be on a new line. 274
 Error whitespace ParenPad '(' is not followed by whitespace. 275
 Error whitespace ParenPad ')' is not preceded with whitespace. 275
 Error whitespace ParenPad '(' is not followed by whitespace. 277
 Error whitespace ParenPad ')' is not preceded with whitespace. 277
 Error blocks RightCurly '}' should be alone on a line. 279
 Error whitespace ParenPad '(' is not followed by whitespace. 279
 Error whitespace ParenPad ')' is not preceded with whitespace. 279
 Error blocks LeftCurly '{' should be on a new line. 279
 Error whitespace ParenPad '(' is not followed by whitespace. 280
 Error whitespace ParenPad ')' is not preceded with whitespace. 280
 Error blocks LeftCurly '{' should be on a new line. 287
 Error blocks LeftCurly '{' should be on a new line. 288
 Error whitespace ParenPad '(' is not followed by whitespace. 289
 Error whitespace ParenPad ')' is not preceded with whitespace. 289
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error blocks LeftCurly '{' should be on a new line. 291
 Error whitespace ParenPad '(' is not followed by whitespace. 292
 Error whitespace ParenPad '(' is not followed by whitespace. 292
 Error whitespace ParenPad '(' is not followed by whitespace. 292
 Error whitespace ParenPad ')' is not preceded with whitespace. 292
 Error whitespace ParenPad ')' is not preceded with whitespace. 292
 Error whitespace ParenPad ')' is not preceded with whitespace. 292
 Error blocks RightCurly '}' should be alone on a line. 293
 Error blocks LeftCurly '{' should be on a new line. 293
 Error whitespace ParenPad '(' is not followed by whitespace. 294
 Error whitespace ParenPad ')' is not preceded with whitespace. 294
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296
 Error blocks RightCurly '}' should be alone on a line. 298
 Error whitespace ParenPad '(' is not followed by whitespace. 298
 Error whitespace ParenPad ')' is not preceded with whitespace. 298
 Error blocks LeftCurly '{' should be on a new line. 298
 Error whitespace ParenPad '(' is not followed by whitespace. 299
 Error whitespace ParenPad ')' is not preceded with whitespace. 299
 Warning javadoc JavadocMethod Missing a Javadoc comment. 310
 Error blocks LeftCurly '{' should be on a new line. 311
 Error whitespace ParenPad '(' is not followed by whitespace. 312
 Error whitespace ParenPad ')' is not preceded with whitespace. 312
 Warning javadoc JavadocMethod Missing a Javadoc comment. 316
 Error blocks LeftCurly '{' should be on a new line. 318
 Error whitespace ParenPad '(' is not followed by whitespace. 319
 Error whitespace ParenPad ')' is not preceded with whitespace. 319
 Error whitespace ParenPad '(' is not followed by whitespace. 321
 Error coding MagicNumber '20' is a magic number. 321
 Error whitespace ParenPad ')' is not preceded with whitespace. 321
 Error whitespace ParenPad '(' is not followed by whitespace. 322
 Error whitespace ParenPad ')' is not preceded with whitespace. 322
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323

org/apache/archiva/common/filelock/DefaultFileLockManagerTimeoutTest.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error whitespace ParenPad '(' is not followed by whitespace. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Error coding MagicNumber '5000' is a magic number. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error blocks LeftCurly '{' should be on a new line. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error blocks LeftCurly '{' should be on a new line. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks RightCurly '}' should be alone on a line. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error blocks LeftCurly '{' should be on a new line. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error blocks RightCurly '}' should be alone on a line. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error blocks LeftCurly '{' should be on a new line. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 86
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86

org/apache/archiva/common/filelock/FileLockException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29

org/apache/archiva/common/filelock/FileLockManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 38
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 38
 Warning javadoc JavadocMethod Expected @throws tag for 'FileLockException'. 39
 Warning javadoc JavadocMethod Expected @throws tag for 'FileLockTimeoutException'. 39
 Warning javadoc JavadocMethod Expected an @return tag. 48
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 48
 Warning javadoc JavadocMethod Expected @throws tag for 'FileLockException'. 49
 Warning javadoc JavadocMethod Expected @throws tag for 'FileLockTimeoutException'. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62

org/apache/archiva/common/filelock/FileLockTimeoutException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29

org/apache/archiva/common/filelock/Lock.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning coding HiddenField 'write' hides a field. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147