Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
8 0 0 759

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 3 Errors Error
Translation 0 Errors Error
JavadocMethod 122 Errors Error
JavadocType 1 Errors Error
JavadocVariable 79 Errors Error
JavadocStyle 28 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 6 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 56 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 18 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 19 Errors Error
ModifierOrder 4 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 4 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 50 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 5 Errors Error
MissingSwitchDefault 1 Errors Error
RedundantThrows 43 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 91 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 3 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 11 Errors Error
ArrayTypeStyle 1 Errors Error
FinalParameters 140 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
73 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/sf/ovanttasks/ovnative/win32/HotKeyTools.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 6
Errors Line has trailing spaces. 7
Errors Utility classes should not have a public or default constructor. 10
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 22
Errors Parameter hotkey should be final. 22
Errors First sentence should end with a period. 44
Errors Line has trailing spaces. 45
Errors Expected an @return tag. 49
Errors Parameter hotkey should be final. 49
Errors Expected @param tag for 'hotkey'. 49
Errors '0x00FF' is a magic number. 75

net/sf/ovanttasks/ovnative/win32/LnkFile.java

Violation Message Line
Errors Line has trailing spaces. 29
Errors Line has trailing spaces. 30
Errors Line is longer than 80 characters. 32
Errors Line has trailing spaces. 38
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Method 'getShowState' is not designed for extension - needs to be abstract, final or empty. 53
Errors Method 'setShowState' is not designed for extension - needs to be abstract, final or empty. 62
Errors Parameter swShow should be final. 62
Errors First sentence should end with a period. 71
Errors First sentence should end with a period. 75
Errors First sentence should end with a period. 79
Errors Missing a Javadoc comment. 84
Errors Variable 'swShow' must be private and have accessor methods. 84
Errors Missing a Javadoc comment. 86
Errors Parameter swShow should be final. 86
Errors Missing a Javadoc comment. 95
Errors Parameter swShow should be final. 95
Errors 'swShow' hides a field. 95
Errors Missing a Javadoc comment. 99
Errors Missing a Javadoc comment. 100
Errors Missing a Javadoc comment. 101
Errors Missing a Javadoc comment. 102
Errors Missing a Javadoc comment. 103
Errors Missing a Javadoc comment. 104
Errors Missing a Javadoc comment. 105
Errors Missing a Javadoc comment. 106
Errors Missing a Javadoc comment. 107
Errors Line has trailing spaces. 113
Errors Line has trailing spaces. 114
Errors Line has trailing spaces. 117
Errors Line is longer than 80 characters. 122
Errors Line has trailing spaces. 133
Errors Line has trailing spaces. 134
Errors Line is longer than 80 characters. 134
Errors Line has trailing spaces. 137
Errors Line is longer than 80 characters. 144
Errors Line has trailing spaces. 154
Errors Line has trailing spaces. 156
Errors Method 'getArguments' is not designed for extension - needs to be abstract, final or empty. 159
Errors Line has trailing spaces. 165
Errors Line has trailing spaces. 167
Errors Method 'getToolTipText' is not designed for extension - needs to be abstract, final or empty. 170
Errors Expected an @return tag. 179
Errors Method 'getSrcFile' is not designed for extension - needs to be abstract, final or empty. 179
Errors Line has trailing spaces. 185
Errors Line has trailing spaces. 186
Errors Line has trailing spaces. 187
Errors Method 'getIconIndex' is not designed for extension - needs to be abstract, final or empty. 190
Errors Line has trailing spaces. 196
Errors Method 'getIconLocation' is not designed for extension - needs to be abstract, final or empty. 200
Errors Line has trailing spaces. 206
Errors Line has trailing spaces. 207
Errors Method 'getTargetFile' is not designed for extension - needs to be abstract, final or empty. 210
Errors Line has trailing spaces. 216
Errors Method 'getWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 219
Errors Line has trailing spaces. 224
Errors Method 'load' is not designed for extension - needs to be abstract, final or empty. 227
Errors Expected @throws tag for 'Win32Exception'. 227
Errors Redundant throws: 'Win32Exception' is unchecked exception. 227
Errors Missing a Javadoc comment. 231
Errors Parameter lnkFileName should be final. 231
Errors Redundant throws: 'Win32Exception' is unchecked exception. 231
Errors First sentence should end with a period. 233
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 237
Errors Expected @throws tag for 'Win32Exception'. 237
Errors Redundant throws: 'Win32Exception' is unchecked exception. 237
Errors Missing a Javadoc comment. 241
Errors Parameter filename should be final. 241
Errors Redundant throws: 'Win32Exception' is unchecked exception. 241
Errors First sentence should end with a period. 243
Errors Line has trailing spaces. 245
Errors Line has trailing spaces. 246
Errors Line is longer than 80 characters. 249
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 249
Errors Expected @param tag for 'directory'. 249
Errors Expected @param tag for 'name'. 249
Errors Expected @throws tag for 'Win32Exception'. 249
Errors Redundant throws: 'Win32Exception' is unchecked exception. 249
Errors First sentence should end with a period. 254
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 258
Errors Expected @throws tag for 'Win32Exception'. 258
Errors Redundant throws: 'Win32Exception' is unchecked exception. 258
Errors Missing a Javadoc comment. 262
Errors Parameter filename should be final. 262
Errors Redundant throws: 'Win32Exception' is unchecked exception. 262
Errors First sentence should end with a period. 264
Errors Method 'setArguments' is not designed for extension - needs to be abstract, final or empty. 268
Errors 'arguments' hides a field. 268
Errors Line has trailing spaces. 274
Errors Line has trailing spaces. 275
Errors Line has trailing spaces. 276
Errors Method 'setToolTipText' is not designed for extension - needs to be abstract, final or empty. 279
Errors 'toolTipText' hides a field. 279
Errors Line has trailing spaces. 286
Errors Line has trailing spaces. 288
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 293
Errors 'iconLocation' hides a field. 293
Errors 'iconIndex' hides a field. 293
Errors Line has trailing spaces. 299
Errors Line has trailing spaces. 300
Errors Line is longer than 80 characters. 301
Errors Line has trailing spaces. 302
Errors Line has trailing spaces. 304
Errors Method 'setTargetFile' is not designed for extension - needs to be abstract, final or empty. 307
Errors 'targetFile' hides a field. 307
Errors Line has trailing spaces. 313
Errors Line is longer than 80 characters. 313
Errors Line has trailing spaces. 315
Errors Line has trailing spaces. 316
Errors Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 319
Errors 'workingDirectory' hides a field. 319
Errors Line has trailing spaces. 325
Errors Line is longer than 80 characters. 326
Errors Unclosed HTML tag found: <code>path>/code> with keystoken. 326
Errors Method 'setHotkey' is not designed for extension - needs to be abstract, final or empty. 337
Errors 'hotkey' hides a field. 337
Errors Method 'getHotkey' is not designed for extension - needs to be abstract, final or empty. 346
Errors Line has trailing spaces. 352
Errors Line has trailing spaces. 353
Errors Parameter name should be final. 359

net/sf/ovanttasks/ovnative/win32/OvNativeLibLoader.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 33
Errors Utility classes should not have a public or default constructor. 36
Errors Missing a Javadoc comment. 38
Errors Variable 'loaded' must be private and have accessor methods. 38
Errors Missing a Javadoc comment. 39
Errors Variable 'libName' must be private and have accessor methods. 39
Errors Missing a Javadoc comment. 41
Errors Parameter appendVersion should be final. 41
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 71
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 89
Errors Array brackets at illegal position. 95
Errors '8192' is a magic number. 95
Errors Line is longer than 80 characters. 113

net/sf/ovanttasks/ovnative/win32/Registry.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 15
Errors '<' is not preceded with whitespace. 19
Errors '<' is not followed by whitespace. 19
Errors '>' is not preceded with whitespace. 19
Errors Missing a Javadoc comment. 21
Errors '<' is not preceded with whitespace. 21
Errors '<' is not followed by whitespace. 21
Errors '>' is not preceded with whitespace. 21
Errors Missing a Javadoc comment. 23
Errors 'private' modifier out of order with the JLS suggestions. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 26
Errors Parameter keys should be final. 26
Errors 'keys' hides a field. 26
Errors Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors Method 'next' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 60
Errors First sentence should end with a period. 61
Errors First sentence should end with a period. 65
Errors Line has trailing spaces. 67
Errors First sentence should end with a period. 70
Errors First sentence should end with a period. 74
Errors First sentence should end with a period. 78
Errors First sentence should end with a period. 82
Errors First sentence should end with a period. 86
Errors First sentence should end with a period. 90
Errors First sentence should end with a period. 94
Errors First sentence should end with a period. 98
Errors Line is longer than 80 characters. 99
Errors First sentence should end with a period. 103
Errors First sentence should end with a period. 108
Errors Line has trailing spaces. 108
Errors Line is longer than 80 characters. 111
Errors First sentence should end with a period. 112
Errors Missing a Javadoc comment. 119
Errors Parameter hKey should be final. 119
Errors Missing a Javadoc comment. 144
Errors Parameter valueType should be final. 144
Errors Line is longer than 80 characters. 171
Errors Missing a Javadoc comment. 176
Errors Parameter name should be final. 176
Errors Line is longer than 80 characters. 196
Errors Missing a Javadoc comment. 200
Errors Parameter name should be final. 200
Errors Line is longer than 80 characters. 228
Errors Missing a Javadoc comment. 231
Errors Missing a Javadoc comment. 232
Errors Missing a Javadoc comment. 234
Errors Parameter hKey should be final. 234
Errors 'hKey' hides a field. 234
Errors Missing a Javadoc comment. 240
Errors Parameter hKey should be final. 240
Errors 'hKey' hides a field. 240
Errors Parameter subKey should be final. 240
Errors 'subKey' hides a field. 240
Errors Missing a Javadoc comment. 246
Errors Parameter reg should be final. 246
Errors Parameter subKey should be final. 246
Errors 'subKey' hides a field. 246
Errors Avoid inline conditionals. 250
Errors Method 'create' is not designed for extension - needs to be abstract, final or empty. 254
Errors Missing a Javadoc comment. 254
Errors Redundant throws: 'Win32Exception' is unchecked exception. 254
Errors Missing a Javadoc comment. 258
Errors Parameter subKey should be final. 258
Errors 'subKey' hides a field. 258
Errors Parameter hKey should be final. 258
Errors 'hKey' hides a field. 258
Errors Redundant throws: 'Win32Exception' is unchecked exception. 258
Errors Line has trailing spaces. 262
Errors Method 'createSubKey' is not designed for extension - needs to be abstract, final or empty. 268
Errors Parameter subKeyName should be final. 268
Errors Expected @throws tag for 'Win32Exception'. 268
Errors Redundant throws: 'Win32Exception' is unchecked exception. 268
Errors Line is longer than 80 characters. 269
Errors Method 'delete' is not designed for extension - needs to be abstract, final or empty. 274
Errors Missing a Javadoc comment. 274
Errors Redundant throws: 'Win32Exception' is unchecked exception. 274
Errors Missing a Javadoc comment. 278
Errors Parameter subKey should be final. 278
Errors 'subKey' hides a field. 278
Errors Parameter hKey should be final. 278
Errors 'hKey' hides a field. 278
Errors Redundant throws: 'Win32Exception' is unchecked exception. 278
Errors First sentence should end with a period. 280
Errors Line has trailing spaces. 282
Errors Method 'deleteSubKey' is not designed for extension - needs to be abstract, final or empty. 285
Errors Parameter subKeyName should be final. 285
Errors Expected @param tag for 'subKeyName'. 285
Errors Method 'deleteValue' is not designed for extension - needs to be abstract, final or empty. 289
Errors Missing a Javadoc comment. 289
Errors Parameter name should be final. 289
Errors Redundant throws: 'Win32Exception' is unchecked exception. 289
Errors Missing a Javadoc comment. 293
Errors Parameter subKey should be final. 293
Errors 'subKey' hides a field. 293
Errors Parameter hKey should be final. 293
Errors 'hKey' hides a field. 293
Errors Parameter name should be final. 293
Errors Redundant throws: 'Win32Exception' is unchecked exception. 294
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 296
Errors Missing a Javadoc comment. 296
Errors Parameter other should be final. 297
Errors Line is longer than 80 characters. 300
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 306
Errors Missing a Javadoc comment. 306
Errors '5' is a magic number. 308
Errors '23' is a magic number. 309
Errors '23' is a magic number. 310
Errors Avoid inline conditionals. 310
Errors Method 'exists' is not designed for extension - needs to be abstract, final or empty. 318
Errors Missing a Javadoc comment. 318
Errors Missing a Javadoc comment. 323
Errors Parameter subKey should be final. 323
Errors 'subKey' hides a field. 323
Errors Parameter hKey should be final. 323
Errors 'hKey' hides a field. 323
Errors Parameter flags should be final. 323
Errors Method 'canOpenWith' is not designed for extension - needs to be abstract, final or empty. 325
Errors Missing a Javadoc comment. 325
Errors Parameter flags should be final. 325
Errors Method 'getBigDecimalValue' is not designed for extension - needs to be abstract, final or empty. 329
Errors Missing a Javadoc comment. 329
Errors Parameter name should be final. 329
Errors Method 'getBigIntegerValue' is not designed for extension - needs to be abstract, final or empty. 333
Errors Missing a Javadoc comment. 333
Errors Parameter name should be final. 333
Errors Method 'getBooleanValue' is not designed for extension - needs to be abstract, final or empty. 337
Errors Missing a Javadoc comment. 337
Errors Parameter name should be final. 337
Errors Redundant throws: 'Win32Exception' is unchecked exception. 337
Errors Method 'getByteArrayValue' is not designed for extension - needs to be abstract, final or empty. 341
Errors Missing a Javadoc comment. 341
Errors Parameter name should be final. 341
Errors Method 'getByteValue' is not designed for extension - needs to be abstract, final or empty. 345
Errors Missing a Javadoc comment. 345
Errors Parameter name should be final. 345
Errors First sentence should end with a period. 349
Errors Line has trailing spaces. 351
Errors Expected an @return tag. 355
Errors Method 'getDoubleValue' is not designed for extension - needs to be abstract, final or empty. 355
Errors Parameter name should be final. 355
Errors Expected @param tag for 'name'. 355
Errors Method 'getExpandableString' is not designed for extension - needs to be abstract, final or empty. 359
Errors Missing a Javadoc comment. 359
Errors Parameter name should be final. 359
Errors Parameter doExpand should be final. 359
Errors Redundant throws: 'Win32Exception' is unchecked exception. 360
Errors First sentence should end with a period. 369
Errors Line has trailing spaces. 371
Errors Line has trailing spaces. 374
Errors Expected an @return tag. 376
Errors Method 'getFloatValue' is not designed for extension - needs to be abstract, final or empty. 376
Errors Parameter name should be final. 376
Errors Expected @param tag for 'name'. 376
Errors Expected @throws tag for 'Win32Exception'. 376
Errors Redundant throws: 'Win32Exception' is unchecked exception. 376
Errors Method 'getHKey' is not designed for extension - needs to be abstract, final or empty. 380
Errors Missing a Javadoc comment. 380
Errors Method 'getIntValue' is not designed for extension - needs to be abstract, final or empty. 384
Errors Missing a Javadoc comment. 384
Errors Parameter name should be final. 384
Errors First sentence should end with a period. 388
Errors Line has trailing spaces. 390
Errors Expected an @return tag. 394
Errors Method 'getLongValue' is not designed for extension - needs to be abstract, final or empty. 394
Errors Parameter name should be final. 394
Errors Expected @param tag for 'name'. 394
Errors Missing a Javadoc comment. 398
Errors Name 'getREG_BINARY_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 398
Errors Parameter subKey should be final. 398
Errors 'subKey' hides a field. 398
Errors Parameter hKey should be final. 398
Errors 'hKey' hides a field. 398
Errors Parameter name should be final. 399
Errors Missing a Javadoc comment. 401
Errors Name 'getREG_DWORD_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 401
Errors Parameter subKey should be final. 401
Errors 'subKey' hides a field. 401
Errors Parameter hKey should be final. 401
Errors 'hKey' hides a field. 401
Errors Parameter name should be final. 401
Errors Missing a Javadoc comment. 403
Errors Name 'getREG_X_SZ_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 403
Errors Parameter subKey should be final. 403
Errors 'subKey' hides a field. 403
Errors Parameter hKey should be final. 403
Errors 'hKey' hides a field. 403
Errors Parameter name should be final. 404
Errors Parameter type should be final. 404
Errors Method 'getShortValue' is not designed for extension - needs to be abstract, final or empty. 406
Errors Missing a Javadoc comment. 406
Errors Parameter name should be final. 406
Errors Line has trailing spaces. 412
Errors Expected an @return tag. 416
Errors Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. 416
Errors Parameter name should be final. 416
Errors Expected @param tag for 'name'. 416
Errors Method 'getMultiStringValue' is not designed for extension - needs to be abstract, final or empty. 420
Errors Missing a Javadoc comment. 420
Errors Parameter name should be final. 420
Errors '<' is not preceded with whitespace. 421
Errors '<' is not followed by whitespace. 421
Errors '>' is not preceded with whitespace. 421
Errors '<' is not preceded with whitespace. 421
Errors '<' is not followed by whitespace. 421
Errors '>' is not preceded with whitespace. 421
Errors '>' is not followed by whitespace. 421
Errors Method 'getSubKey' is not designed for extension - needs to be abstract, final or empty. 433
Errors Missing a Javadoc comment. 433
Errors Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. 437
Errors Missing a Javadoc comment. 437
Errors Parameter name should be final. 437
Errors Missing a Javadoc comment. 441
Errors Parameter subKey should be final. 441
Errors 'subKey' hides a field. 441
Errors Parameter hKey should be final. 441
Errors 'hKey' hides a field. 441
Errors Parameter name should be final. 441
Errors Method 'hasSubKey' is not designed for extension - needs to be abstract, final or empty. 443
Errors Missing a Javadoc comment. 443
Errors Parameter name should be final. 443
Errors Method 'hasSubKeys' is not designed for extension - needs to be abstract, final or empty. 448
Errors Missing a Javadoc comment. 448
Errors Redundant throws: 'Win32Exception' is unchecked exception. 448
Errors Missing a Javadoc comment. 452
Errors Parameter subKey should be final. 452
Errors 'subKey' hides a field. 452
Errors Parameter hKey should be final. 452
Errors 'hKey' hides a field. 452
Errors Redundant throws: 'Win32Exception' is unchecked exception. 453
Errors Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. 455
Errors Missing a Javadoc comment. 455
Errors Parameter name should be final. 455
Errors Redundant throws: 'Win32Exception' is unchecked exception. 455
Errors Missing a Javadoc comment. 459
Errors Parameter subKey should be final. 459
Errors 'subKey' hides a field. 459
Errors Parameter hKey should be final. 459
Errors 'hKey' hides a field. 459
Errors Parameter name should be final. 459
Errors Redundant throws: 'Win32Exception' is unchecked exception. 460
Errors Method 'hasValues' is not designed for extension - needs to be abstract, final or empty. 462
Errors Missing a Javadoc comment. 462
Errors Redundant throws: 'Win32Exception' is unchecked exception. 462
Errors Missing a Javadoc comment. 466
Errors Parameter subKey should be final. 466
Errors 'subKey' hides a field. 466
Errors Parameter hKey should be final. 466
Errors 'hKey' hides a field. 466
Errors Redundant throws: 'Win32Exception' is unchecked exception. 467
Errors Line has trailing spaces. 474
Errors Method 'openSubKey' is not designed for extension - needs to be abstract, final or empty. 480
Errors Parameter subKeyName should be final. 480
Errors Expected @throws tag for 'Win32Exception'. 480
Errors Redundant throws: 'Win32Exception' is unchecked exception. 480
Errors Line is longer than 80 characters. 481
Errors Avoid inline conditionals. 481
Errors Method 'setExpandableString' is not designed for extension - needs to be abstract, final or empty. 485
Errors Missing a Javadoc comment. 485
Errors Parameter name should be final. 485
Errors Parameter value should be final. 485
Errors Redundant throws: 'Win32Exception' is unchecked exception. 486
Errors Missing a Javadoc comment. 491
Errors Name 'setREG_BINARY_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 491
Errors Parameter subKey should be final. 491
Errors 'subKey' hides a field. 491
Errors Parameter hKey should be final. 491
Errors 'hKey' hides a field. 491
Errors Parameter name should be final. 492
Errors Parameter value should be final. 492
Errors Redundant throws: 'Win32Exception' is unchecked exception. 492
Errors Missing a Javadoc comment. 494
Errors Name 'setREG_DWORD_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 494
Errors Parameter subKey should be final. 494
Errors 'subKey' hides a field. 494
Errors Parameter hKey should be final. 494
Errors 'hKey' hides a field. 494
Errors Parameter name should be final. 495
Errors Parameter value should be final. 495
Errors Redundant throws: 'Win32Exception' is unchecked exception. 495
Errors Missing a Javadoc comment. 497
Errors Name 'setREG_X_SZ_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 497
Errors Parameter subKey should be final. 497
Errors 'subKey' hides a field. 497
Errors Parameter hKey should be final. 497
Errors 'hKey' hides a field. 497
Errors Parameter name should be final. 497
Errors Parameter value should be final. 498
Errors Parameter length should be final. 498
Errors Parameter type should be final. 498
Errors Redundant throws: 'Win32Exception' is unchecked exception. 498
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 500
Errors Missing a Javadoc comment. 500
Errors Parameter name should be final. 500
Errors Parameter value should be final. 500
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 504
Errors Missing a Javadoc comment. 504
Errors Parameter name should be final. 504
Errors Parameter value should be final. 504
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 508
Errors Missing a Javadoc comment. 508
Errors Parameter name should be final. 508
Errors Parameter value should be final. 508
Errors Redundant throws: 'Win32Exception' is unchecked exception. 508
Errors Avoid inline conditionals. 509
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 512
Errors Missing a Javadoc comment. 512
Errors Parameter name should be final. 512
Errors Parameter value should be final. 512
Errors Redundant throws: 'Win32Exception' is unchecked exception. 512
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 516
Errors Missing a Javadoc comment. 516
Errors Parameter name should be final. 516
Errors Parameter value should be final. 516
Errors Redundant throws: 'Win32Exception' is unchecked exception. 516
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 520
Errors Missing a Javadoc comment. 520
Errors Parameter name should be final. 520
Errors Parameter value should be final. 520
Errors Redundant throws: 'Win32Exception' is unchecked exception. 520
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 524
Errors Missing a Javadoc comment. 524
Errors Parameter name should be final. 524
Errors Parameter value should be final. 524
Errors Redundant throws: 'Win32Exception' is unchecked exception. 524
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 528
Errors Missing a Javadoc comment. 528
Errors Parameter name should be final. 528
Errors Parameter value should be final. 528
Errors Redundant throws: 'Win32Exception' is unchecked exception. 528
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 532
Errors Missing a Javadoc comment. 532
Errors Parameter name should be final. 532
Errors Parameter value should be final. 532
Errors Redundant throws: 'Win32Exception' is unchecked exception. 532
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 536
Errors Missing a Javadoc comment. 536
Errors Parameter name should be final. 536
Errors Parameter value should be final. 536
Errors Redundant throws: 'Win32Exception' is unchecked exception. 536
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 540
Errors Missing a Javadoc comment. 540
Errors Parameter name should be final. 540
Errors Parameter value should be final. 540
Errors Redundant throws: 'Win32Exception' is unchecked exception. 540
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 544
Errors Missing a Javadoc comment. 544
Errors Parameter name should be final. 544
Errors Parameter value should be final. 544
Errors Redundant throws: 'Win32Exception' is unchecked exception. 544
Errors Line is longer than 80 characters. 551
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 554
Errors Missing a Javadoc comment. 554
Errors Parameter name should be final. 554
Errors Parameter value should be final. 554
Errors Parameter valueType should be final. 554
Errors Redundant throws: 'Win32Exception' is unchecked exception. 555
Errors switch without "default" clause. 556
Errors Line is longer than 80 characters. 571
Errors Line is longer than 80 characters. 577
Errors Line is longer than 80 characters. 587
Errors Line is longer than 80 characters. 590
Errors Line is longer than 80 characters. 593
Errors Line is longer than 80 characters. 596
Errors Method 'subKeyNames' is not designed for extension - needs to be abstract, final or empty. 600
Errors Missing a Javadoc comment. 600
Errors Method 'subKeys' is not designed for extension - needs to be abstract, final or empty. 604
Errors Missing a Javadoc comment. 604
Errors '<' is not preceded with whitespace. 604
Errors '<' is not followed by whitespace. 604
Errors '>' is not preceded with whitespace. 604
Errors Missing a Javadoc comment. 608
Errors Parameter subKey should be final. 608
Errors 'subKey' hides a field. 608
Errors Parameter hKey should be final. 608
Errors 'hKey' hides a field. 608
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 610
Errors Missing a Javadoc comment. 610
Errors Method 'valueNames' is not designed for extension - needs to be abstract, final or empty. 620
Errors Missing a Javadoc comment. 620
Errors Missing a Javadoc comment. 624
Errors Parameter subKey should be final. 624
Errors 'subKey' hides a field. 624
Errors Parameter hKey should be final. 624
Errors 'hKey' hides a field. 624
Errors Redundant throws: 'Win32Exception' is unchecked exception. 625
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 627
Errors Missing a Javadoc comment. 627
Errors '<' is not preceded with whitespace. 627
Errors '<' is not followed by whitespace. 627
Errors '>' is not preceded with whitespace. 627

net/sf/ovanttasks/ovnative/win32/UrlFile.java

Violation Message Line
Errors Line has trailing spaces. 15
Errors Line is longer than 80 characters. 16
Errors Extra HTML tag found: </p> 18
Errors Line is longer than 80 characters. 20
Errors Line has trailing spaces. 24
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 46
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 57
Errors Variable 'workingDirectory' must be private and have accessor methods. 57
Errors Missing a Javadoc comment. 58
Errors Variable 'iconFile' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 59
Errors Variable 'iconIndex' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 60
Errors Variable 'url' must be private and have accessor methods. 60
Errors Missing a Javadoc comment. 61
Errors Variable 'showCommand' must be private and have accessor methods. 61
Errors Missing a Javadoc comment. 62
Errors Variable 'hotKey' must be private and have accessor methods. 62
Errors Missing a Javadoc comment. 63
Errors Variable 'modified' must be private and have accessor methods. 63
Errors Missing a Javadoc comment. 64
Errors Variable 'urlFile' must be private and have accessor methods. 64
Errors Line has trailing spaces. 69
Errors Line has trailing spaces. 70
Errors Line is longer than 80 characters. 70
Errors Line has trailing spaces. 73
Errors Parameter urlFile should be final. 77
Errors 'urlFile' hides a field. 77
Errors Parameter load should be final. 77
Errors Expected @throws tag for 'IOException'. 77
Errors Line is longer than 80 characters. 79
Errors Method 'load' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 100
Errors Line is longer than 80 characters. 120
Errors Line has trailing spaces. 130
Errors Line has trailing spaces. 131
Errors Line has trailing spaces. 132
Errors Line has trailing spaces. 135
Errors Line has trailing spaces. 139
Errors Line is longer than 80 characters. 141
Errors Parameter directory should be final. 141
Errors Parameter name should be final. 141
Errors Parameter load should be final. 141
Errors Expected @throws tag for 'IOException'. 141
Errors Method 'getUrlFile' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 148
Errors Missing a Javadoc comment. 152
Errors Parameter name should be final. 152
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 163
Errors Missing a Javadoc comment. 163
Errors Method 'getIconIndex' is not designed for extension - needs to be abstract, final or empty. 196
Errors Method 'getModified' is not designed for extension - needs to be abstract, final or empty. 203
Errors Method 'getShowCommand' is not designed for extension - needs to be abstract, final or empty. 210
Errors Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 217
Errors Method 'getWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 224
Errors Method 'setModified' is not designed for extension - needs to be abstract, final or empty. 232
Errors Parameter string should be final. 232
Errors Method 'setShowCommand' is not designed for extension - needs to be abstract, final or empty. 240
Errors Parameter i should be final. 240
Errors Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 248
Errors Parameter url should be final. 248
Errors 'url' hides a field. 248
Errors Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 256
Errors Parameter string should be final. 256
Errors Line is longer than 80 characters. 260
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 260
Errors Missing a Javadoc comment. 260
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 265
Errors Missing a Javadoc comment. 265
Errors Method 'save' is not designed for extension - needs to be abstract, final or empty. 271
Errors Missing a Javadoc comment. 271
Errors Parameter file should be final. 271
Errors Method 'getHotKey' is not designed for extension - needs to be abstract, final or empty. 276
Errors Missing a Javadoc comment. 276
Errors Method 'getIconFile' is not designed for extension - needs to be abstract, final or empty. 283
Errors Method 'setHotKey' is not designed for extension - needs to be abstract, final or empty. 287
Errors Missing a Javadoc comment. 287
Errors Parameter hotKey should be final. 287
Errors 'hotKey' hides a field. 287
Errors Line is longer than 80 characters. 293
Errors Line has trailing spaces. 294
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 296
Errors Parameter iconFile should be final. 296
Errors 'iconFile' hides a field. 296
Errors Parameter iconIndex should be final. 296
Errors 'iconIndex' hides a field. 296
Errors Expected @param tag for 'iconIndex'. 296

net/sf/ovanttasks/ovnative/win32/Win32.java

Violation Message Line
Errors Line has trailing spaces. 12
Errors Utility classes should not have a public or default constructor. 16
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 34
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 65
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 90
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 100
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 110
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 127
Errors First sentence should end with a period. 134
Errors Line has trailing spaces. 135
Errors Expected an @return tag. 140
Errors 'static' modifier out of order with the JLS suggestions. 140
Errors Parameter value should be final. 140
Errors Expected @param tag for 'value'. 140
Errors Expected @throws tag for 'Win32Exception'. 141
Errors Redundant throws: 'Win32Exception' is unchecked exception. 141
Errors Missing a Javadoc comment. 143
Errors 'static' modifier out of order with the JLS suggestions. 143
Errors Redundant throws: 'Win32Exception' is unchecked exception. 143
Errors Missing a Javadoc comment. 145
Errors 'static' modifier out of order with the JLS suggestions. 145
Errors Redundant throws: 'Win32Exception' is unchecked exception. 146
Errors Missing a Javadoc comment. 148
Errors Parameter folder should be final. 149

net/sf/ovanttasks/ovnative/win32/Win32Exception.java

Violation Message Line
Errors Line has trailing spaces. 8
Errors Line contains a tab character. 12
Errors Line has trailing spaces. 13
Errors Line contains a tab character. 15
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Parameter message should be final. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 25
Errors Missing a Javadoc comment. 25
Errors Parameter cause should be final. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Parameter message should be final. 29
Errors Parameter cause should be final. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31

net/sf/ovanttasks/ovnative/win32/package.html

Violation Message Line
Errors Missing package documentation file. 0