Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
20001586

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod104error Error
JavadocType2error Error
JavadocVariable80error Error
JavadocStyle20error Error
ConstantName11error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport33error Error
IllegalImport0error Error
RedundantImport3error Error
UnusedImports4error Error
FileLength0error Error
LineLength44error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore1error Error
OperatorWrap15error Error
ParenPad447error Error
TypecastParenPad0error Error
TabCharacter288error Error
WhitespaceAfter58error Error
WhitespaceAround180error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces21error Error
RightCurly14error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField12error Error
IllegalInstantiation0error Error
InnerAssignment3error Error
MagicNumber12error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression2error Error
SimplifyBooleanReturn0error Error
DesignForExtension42error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier10error Error
ArrayTypeStyle1error Error
FinalParameters78error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
84error Error
TodoComment11error Error
UpperEll0error Error

Details

org/psychomad/waw/GraphImage.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - javax.swing.border.*.26
errorUsing the '.*' form of import should be avoided - java.awt.*.28
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorVariable 'graphDrawImage' must be private and have accessor methods.40
errorMissing a Javadoc comment.41
error'(' is followed by whitespace.46
errorParameter title should be final.46
errorExpected @param tag for 'title'.46
errorParameter mainFrame should be final.46
error'mainFrame' hides a field.46
errorExpected @param tag for 'mainFrame'.46
error')' is preceded with whitespace.46
error'(' is followed by whitespace.49
error')' is preceded with whitespace.49
error'(' is followed by whitespace.52
error')' is preceded with whitespace.52
errorLine has trailing spaces.61
error',' is not followed by whitespace.62
error'(' is followed by whitespace.63
error')' is preceded with whitespace.63
errorExpected an @return tag.69
errorMethod 'getTabColors' is not designed for extension - needs to be abstract, final or empty.69
errorLine has trailing spaces.71
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMethod 'repaint' is not designed for extension - needs to be abstract, final or empty.77
error'if' construct must use '{}'s.78
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80

org/psychomad/waw/Signal.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for OutOfRangeRequestException.0
errorFirst sentence should end with a period.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorFirst sentence should end with a period.48
errorLine has trailing spaces.50
error'(' is followed by whitespace.57
errorParameter path should be final.57
error')' is preceded with whitespace.57
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
error'(' is followed by whitespace.68
errorParameter values should be final.68
error'values' hides a field.68
error')' is preceded with whitespace.68
errorExpected an @return tag.78
errorExpected @param tag for 'x'.78
errorExpected @throws tag for 'OutOfRangeRequestException'.78
errorLine has trailing spaces.90
errorLine has trailing spaces.111
errorLine has trailing spaces.142
errorLine has trailing spaces.146
errorLine has trailing spaces.152
errorLine has trailing spaces.232

org/psychomad/waw/WawMenuBar.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
error';' is preceded with whitespace.25
errorUsing the '.*' form of import should be avoided - java.awt.event.*.26
errorUnused import - java.awt.Dimension.30
errorUsing the '.*' form of import should be avoided - java.util.*.31
errorMissing a Javadoc comment.44
errorVariable 'mainFrame' must be private and have accessor methods.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorFirst sentence should end with a period.51
errorName 'loadAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.68
errorMissing a Javadoc comment.69
errorName 'saveAsAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
errorMissing a Javadoc comment.70
errorName 'exitAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
errorMissing a Javadoc comment.71
errorName 'interferencesAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.71
errorMissing a Javadoc comment.72
errorName 'aboutAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
errorMissing a Javadoc comment.73
errorName 'helperAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.73
errorMissing a Javadoc comment.74
errorName 'computeAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
errorName 'imageSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
errorLine has trailing spaces.81
errorName 'labelSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
errorLine has trailing spaces.87
errorName 'actionSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
error'(' is followed by whitespace.97
errorParameter mainFrame should be final.97
error'mainFrame' hides a field.97
errorExpected @param tag for 'mainFrame'.97
errorParameter calculator should be final.97
error'calculator' hides a field.97
errorExpected @param tag for 'calculator'.97
error')' is preceded with whitespace.97
error'(' is followed by whitespace.125
error')' is preceded with whitespace.125
errorExpected an @return tag.138
errorParameter key should be final.138
errorExpected @param tag for 'key'.138
error'}' should be on the same line.145
errorExpected an @return tag.160
errorParameter cmd should be final.160
errorExpected @param tag for 'cmd'.160
error'}' should be on the same line.179
errorExpected an @return tag.190
error'(' is followed by whitespace.190
errorParameter cmd should be final.190
errorExpected @param tag for 'cmd'.190
error')' is preceded with whitespace.190
error'cast' is not followed by whitespace.191
error'(' is followed by whitespace.191
error')' is preceded with whitespace.191
errorLine has trailing spaces.193
errorExpected an @return tag.199
errorLine has trailing spaces.202
errorExpected an @return tag.208
errorMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.208
errorParameter cmd should be final.208
errorExpected @param tag for 'cmd'.208
errorExpected an @return tag.220
errorParameter input should be final.220
errorExpected @param tag for 'input'.220
errorArray brackets at illegal position.223
errorLine has trailing spaces.224
error'while' construct must use '{}'s.225
error'for' construct must use '{}'s.228
errorLine has trailing spaces.230
errorLine has trailing spaces.233
errorMissing a Javadoc comment.239
errorLine has trailing spaces.240
errorMissing a Javadoc comment.242
error'(' is followed by whitespace.243
error')' is preceded with whitespace.243
errorMissing a Javadoc comment.246
errorParameter e should be final.246
error'(' is followed by whitespace.247
error')' is preceded with whitespace.247
error'if' is not followed by whitespace.251
error'(' is followed by whitespace.251
error')' is preceded with whitespace.251
error'(' is followed by whitespace.253
error')' is preceded with whitespace.253
error'}' should be on the same line.254
error'(' is followed by whitespace.258
error')' is preceded with whitespace.258
error'(' is followed by whitespace.259
error')' is preceded with whitespace.259
error'(' is followed by whitespace.260
error')' is preceded with whitespace.260
error'if' construct must use '{}'s.268
error'if' is not followed by whitespace.268
error'(' is followed by whitespace.268
error')' is preceded with whitespace.268
error'(' is followed by whitespace.272
error')' is preceded with whitespace.272
errorMissing a Javadoc comment.281
errorLine has trailing spaces.282
errorMissing a Javadoc comment.284
error'(' is followed by whitespace.285
error')' is preceded with whitespace.285
errorMissing a Javadoc comment.288
errorParameter e should be final.288
error'(' is followed by whitespace.289
error')' is preceded with whitespace.289
error'if' is not followed by whitespace.293
error'(' is followed by whitespace.293
error')' is preceded with whitespace.293
error'(' is followed by whitespace.295
error')' is preceded with whitespace.295
error'}' should be on the same line.296
error'(' is followed by whitespace.300
error')' is preceded with whitespace.300
error'(' is followed by whitespace.301
error')' is preceded with whitespace.301
error'(' is followed by whitespace.302
error')' is preceded with whitespace.302
error'if' construct must use '{}'s.310
error'if' is not followed by whitespace.310
error'(' is followed by whitespace.310
error')' is preceded with whitespace.310
error'(' is followed by whitespace.314
error')' is preceded with whitespace.314
errorMissing a Javadoc comment.324
error'(' is followed by whitespace.325
error')' is preceded with whitespace.325
errorMissing a Javadoc comment.328
errorParameter e should be final.328
error'(' is followed by whitespace.329
error')' is preceded with whitespace.329
errorLine contains a tab character.342
errorMissing a Javadoc comment.342
errorVariable 'customDial' must be private and have accessor methods.342
errorLine has trailing spaces.343
errorLine contains a tab character.343
errorMissing a Javadoc comment.344
error'(' is followed by whitespace.345
error')' is preceded with whitespace.345
errorMissing a Javadoc comment.348
errorParameter e should be final.348
error'(' is followed by whitespace.349
error')' is preceded with whitespace.349
errorLine contains a tab character.351
error'(' is followed by whitespace.351
error')' is preceded with whitespace.351
errorLine is longer than 80 characters.352
errorLine contains a tab character.352
errorLine contains a tab character.353
errorLine contains a tab character.354
errorLine has trailing spaces.355
errorLine contains a tab character.355
errorComment matches to-do format 'TODO:'.356
errorLine contains a tab character.356
errorLine is longer than 80 characters.357
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine is longer than 80 characters.360
errorLine contains a tab character.360
errorLine is longer than 80 characters.361
errorLine contains a tab character.361
errorLine is longer than 80 characters.362
errorLine contains a tab character.362
errorLine contains a tab character.364
errorLine is longer than 80 characters.365
errorLine contains a tab character.365
errorLine contains a tab character.366
errorLine contains a tab character.367
errorLine has trailing spaces.368
errorLine contains a tab character.368
errorLine contains a tab character.369
errorLine has trailing spaces.370
errorLine contains a tab character.370
errorLine is longer than 80 characters.371
errorLine contains a tab character.371
errorLine is longer than 80 characters.372
errorLine contains a tab character.372
errorLine is longer than 80 characters.373
errorLine contains a tab character.373
errorLine has trailing spaces.374
errorLine contains a tab character.374
errorLine contains a tab character.375
errorLine is longer than 80 characters.376
errorLine contains a tab character.376
errorLine contains a tab character.377
errorLine contains a tab character.378
errorLine has trailing spaces.379
errorLine contains a tab character.379
errorLine contains a tab character.380
errorLine has trailing spaces.381
errorLine contains a tab character.381
errorLine contains a tab character.382
errorLine is longer than 80 characters.383
errorLine contains a tab character.383
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine contains a tab character.387
errorLine contains a tab character.388
errorFirst sentence should end with a period.398
errorMissing a Javadoc comment.401
error'(' is followed by whitespace.410
error')' is preceded with whitespace.410
errorLine is longer than 80 characters.415
error'(' is followed by whitespace.415
error'(' is followed by whitespace.417
error',' is not followed by whitespace.419
errorLine has trailing spaces.431
errorMissing a Javadoc comment.435
errorParameter e should be final.435
errorLine contains a tab character.436
errorLine is longer than 80 characters.437
errorLine contains a tab character.437
errorMissing a Javadoc comment.450
errorMissing a Javadoc comment.454
errorParameter e should be final.454
error'if' is not followed by whitespace.456
error'(' is followed by whitespace.456
error')' is preceded with whitespace.456
error'(' is followed by whitespace.457
error'+' should be on a new line.457
error'(' is followed by whitespace.458
error')' is preceded with whitespace.460
error'}' should be on the same line.461
errorParameter e should be final.487
errorExpected @param tag for 'e'.487
error'(' is followed by whitespace.488
error')' is preceded with whitespace.488
errorLine has trailing spaces.493
errorComment matches to-do format 'TODO:'.494
errorLine contains a tab character.498
errorLine contains a tab character.499
errorLine is longer than 80 characters.500
errorLine contains a tab character.500
error'(' is followed by whitespace.500
error')' is preceded with whitespace.500
errorLine contains a tab character.502
errorLine contains a tab character.503

org/psychomad/waw/DataFileParser.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.io.*.25
errorUsing the '.*' form of import should be avoided - java.util.*.26
errorUtility classes should not have a public or default constructor.36
errorLine has trailing spaces.39
error'(' is followed by whitespace.49
errorParameter path should be final.49
error')' is preceded with whitespace.49
error'(' is followed by whitespace.57
error'(' is followed by whitespace.57
error')' is preceded with whitespace.57
error')' is preceded with whitespace.57
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
errorLine has trailing spaces.61
error'while' is not followed by whitespace.64
error'(' is followed by whitespace.64
error'&&' should be on a new line.64
errorInner assignments should be avoided.65
error'(' is followed by whitespace.65
error')' is preceded with whitespace.65
error')' is preceded with whitespace.65
error'(' is followed by whitespace.66
error')' is preceded with whitespace.66
error'catch' is not followed by whitespace.68
error'(' is followed by whitespace.68
error')' is preceded with whitespace.68
error'(' is followed by whitespace.69
error'+' should be on a new line.69
error')' is preceded with whitespace.70
error'}' should be on the same line.72
error'catch' is not followed by whitespace.73
error'(' is followed by whitespace.73
error')' is preceded with whitespace.73
error'(' is followed by whitespace.74
error'+' should be on a new line.74
error')' is preceded with whitespace.75
errorExpected an @return tag.88
error'(' is followed by whitespace.88
errorParameter st should be final.88
errorExpected @param tag for 'st'.88
errorParameter path should be final.88
errorExpected @param tag for 'path'.88
error')' is preceded with whitespace.88
errorExpected @throws tag for 'IOException'.89
error',' is not followed by whitespace.91
error',' is not followed by whitespace.92
error'if' construct must use '{}'s.94
error'if' is not followed by whitespace.94
error'(' is followed by whitespace.94
errorInner assignments should be avoided.94
error'(' is followed by whitespace.94
error')' is preceded with whitespace.94
error'||' should be on a new line.94
errorInner assignments should be avoided.95
error'(' is followed by whitespace.95
error')' is preceded with whitespace.95
error')' is preceded with whitespace.95
error',' is not followed by whitespace.102
errorExpected an @return tag.108
errorLine has trailing spaces.108
error'(' is followed by whitespace.108
errorParameter st should be final.108
errorExpected @param tag for 'st'.108
errorParameter path should be final.108
errorExpected @param tag for 'path'.108
error')' is preceded with whitespace.108
errorExpected @throws tag for 'IOException'.109
error'if' is not followed by whitespace.113
error'(' is followed by whitespace.113
error')' is preceded with whitespace.113
error'(' is followed by whitespace.114
error'+' should be on a new line.114
error')' is preceded with whitespace.115

org/psychomad/waw/Point.java

ViolationMessageLine
errorMissing a Javadoc comment.31
errorVariable 'x' must be private and have accessor methods.31
errorMissing a Javadoc comment.32
errorVariable 'y' must be private and have accessor methods.32
error'(' is followed by whitespace.37
errorParameter x should be final.37
error'x' hides a field.37
errorExpected @param tag for 'x'.37
errorParameter y should be final.37
error'y' hides a field.37
errorExpected @param tag for 'y'.37
error')' is preceded with whitespace.37
errorExpected an @return tag.45
errorMethod 'getX' is not designed for extension - needs to be abstract, final or empty.45
errorExpected an @return tag.52
errorMethod 'getY' is not designed for extension - needs to be abstract, final or empty.52
errorExpected an @return tag.59
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.59
error'+' is not preceded with whitespace.60
error'+' is not followed by whitespace.60
error'+' is not preceded with whitespace.60
error'+' is not followed by whitespace.60
error'+' is not preceded with whitespace.60
error'+' is not followed by whitespace.60
error'+' is not preceded with whitespace.60
error'+' is not followed by whitespace.60

org/psychomad/waw/GraphSignal.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - javax.swing.border.*.26
errorUsing the '.*' form of import should be avoided - java.awt.*.28
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
error'(' is followed by whitespace.46
errorParameter title should be final.46
errorExpected @param tag for 'title'.46
errorParameter mainFrame should be final.46
error'mainFrame' hides a field.46
errorExpected @param tag for 'mainFrame'.46
error')' is preceded with whitespace.46
error'(' is followed by whitespace.49
error')' is preceded with whitespace.49
error'(' is followed by whitespace.52
error')' is preceded with whitespace.52
errorLine has trailing spaces.61
error',' is not followed by whitespace.62
error'(' is followed by whitespace.63
error')' is preceded with whitespace.63

org/psychomad/waw/GraphDrawImage.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - java.awt.*.26
errorFirst sentence should end with a period.37
errorLine contains a tab character.37
errorFirst sentence should end with a period.39
errorLine contains a tab character.39
error'private' modifier out of order with the JLS suggestions.40
errorLine contains a tab character.42
error'256' is a magic number.44
error'for' construct must use '{}'s.45
error'for' is not followed by whitespace.45
error'(' is followed by whitespace.45
error')' is preceded with whitespace.45
error',' is not followed by whitespace.46
error',' is not followed by whitespace.46
errorLine contains a tab character.52
error'(' is followed by whitespace.56
errorParameter title should be final.56
errorParameter mainFrame should be final.56
error'mainFrame' hides a field.56
error')' is preceded with whitespace.56
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
errorLine contains a tab character.64
errorMethod 'paint' is not designed for extension - needs to be abstract, final or empty.67
error'(' is followed by whitespace.67
errorParameter g should be final.67
error')' is preceded with whitespace.67
error'(' is followed by whitespace.68
error')' is preceded with whitespace.68
error'if' is not followed by whitespace.70
error'(' is followed by whitespace.70
error')' is preceded with whitespace.70
error'if' is not followed by whitespace.72
error'(' is followed by whitespace.72
error')' is preceded with whitespace.72
error'+' is not preceded with whitespace.77
error'+' is not followed by whitespace.77
error'+' is not preceded with whitespace.78
error'+' is not followed by whitespace.78
error'+' is not preceded with whitespace.79
error'+' is not followed by whitespace.79
error'+' is not preceded with whitespace.80
error'+' is not followed by whitespace.80
error'for' construct must use '{}'s.84
error'for' is not followed by whitespace.84
error'(' is followed by whitespace.84
error')' is preceded with whitespace.84
error'for' is not followed by whitespace.85
error'(' is followed by whitespace.85
error')' is preceded with whitespace.85
error'cast' is not followed by whitespace.86
error'(' is followed by whitespace.87
error')' is preceded with whitespace.87
error',' is not followed by whitespace.88
error',' is not followed by whitespace.88
error',' is not followed by whitespace.88
error'+' is not preceded with whitespace.91
error'+' is not followed by whitespace.91
error'-' is not preceded with whitespace.91
error'-' is not followed by whitespace.91
error'+' is not preceded with whitespace.91
error'+' is not followed by whitespace.91
errorExpected an @return tag.99
errorMethod 'getTabColors' is not designed for extension - needs to be abstract, final or empty.99

org/psychomad/waw/Calculator.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for OutOfRangeRequestException.0
errorUsing the '.*' form of import should be avoided - java.awt.*.25
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorFirst sentence should end with a period.48
errorFirst sentence should end with a period.50
errorLine contains a tab character.50
errorFirst sentence should end with a period.52
errorLine contains a tab character.52
errorMissing a Javadoc comment.55
errorFirst sentence should end with a period.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
error'(' is followed by whitespace.68
errorParameter mainFrame should be final.68
error'mainFrame' hides a field.68
errorExpected @param tag for 'mainFrame'.68
error')' is preceded with whitespace.68
errorLine has trailing spaces.75
errorMethod 'setInputSignal' is not designed for extension - needs to be abstract, final or empty.79
error'(' is followed by whitespace.79
errorParameter signal should be final.79
errorExpected @param tag for 'signal'.79
error')' is preceded with whitespace.79
errorMethod 'setWavelet' is not designed for extension - needs to be abstract, final or empty.88
error'(' is followed by whitespace.88
errorParameter index should be final.88
errorExpected @param tag for 'index'.88
error')' is preceded with whitespace.88
errorLine has trailing spaces.94
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.96
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine is longer than 80 characters.108
errorLine contains a tab character.108
errorLine contains a tab character.109
error'(' is followed by whitespace.111
errorParameter current should be final.111
errorParameter size should be final.111
error')' is preceded with whitespace.111
errorLine has trailing spaces.114
error'if' is not followed by whitespace.114
error'(' is followed by whitespace.114
error'||' should be on a new line.114
errorLine contains a tab character.115
error'||' should be on a new line.115
errorLine contains a tab character.116
error')' is preceded with whitespace.116
error'if' is not followed by whitespace.120
error'(' is followed by whitespace.120
error')' is preceded with whitespace.120
error'if' construct must use '{}'s.122
error'if' is not followed by whitespace.122
error'(' is followed by whitespace.122
error')' is preceded with whitespace.122
error'else' construct must use '{}'s.124
errorLine is longer than 80 characters.125
error'+' is not preceded with whitespace.125
error'+' is not preceded with whitespace.125
error'+' is not followed by whitespace.125
error'+' is not preceded with whitespace.126
error'+' is not preceded with whitespace.126
error'+' is not preceded with whitespace.126
error'+' is not followed by whitespace.126
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorExpected an @return tag.140
errorMethod 'getTabPoints' is not designed for extension - needs to be abstract, final or empty.140
error'(' is followed by whitespace.140
errorParameter size should be final.140
errorExpected @param tag for 'size'.140
error')' is preceded with whitespace.140
error'if' construct must use '{}'s.142
error'if' is not followed by whitespace.142
error'(' is followed by whitespace.142
error')' is preceded with whitespace.142
errorLine contains a tab character.146
error'if' is not followed by whitespace.147
error'(' is followed by whitespace.147
errorExpression can be simplified.147
error'||' should be on a new line.147
errorLine contains a tab character.148
errorExpression can be simplified.148
error')' is preceded with whitespace.148
errorLine contains a tab character.149
errorExpected an @return tag.160
errorMethod 'getCoeffs' is not designed for extension - needs to be abstract, final or empty.160
error'(' is followed by whitespace.160
errorParameter size should be final.160
errorExpected @param tag for 'size'.160
error')' is preceded with whitespace.160
error'if' construct must use '{}'s.162
error'if' is not followed by whitespace.162
error'(' is followed by whitespace.162
error')' is preceded with whitespace.162
error')' is preceded with whitespace.162
errorComment matches to-do format 'TODO:'.175
errorLine is longer than 80 characters.175
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.183
errorLine has trailing spaces.188
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorMethod 'getCoeffsOK' is not designed for extension - needs to be abstract, final or empty.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine has trailing spaces.196
errorLine contains a tab character.196
error'-' is not preceded with whitespace.207
error'-' is not followed by whitespace.207
error'-' is not preceded with whitespace.209
error'-' is not followed by whitespace.209
error',' is not followed by whitespace.210
error'for' is not followed by whitespace.217
error'(' is followed by whitespace.217
error')' is preceded with whitespace.217
error'cast' is not followed by whitespace.218
error'*' is not preceded with whitespace.218
error'*' is not followed by whitespace.218
error'-' is not preceded with whitespace.218
error'-' is not followed by whitespace.218
error'/' is not preceded with whitespace.218
error'/' is not followed by whitespace.218
error'-' is not preceded with whitespace.218
error'-' is not followed by whitespace.218
error'cast' is not followed by whitespace.219
error'*' is not preceded with whitespace.219
error'*' is not followed by whitespace.219
error'-' is not preceded with whitespace.219
error'-' is not followed by whitespace.219
error'/' is not preceded with whitespace.219
error'/' is not followed by whitespace.219
error'-' is not preceded with whitespace.219
error'-' is not followed by whitespace.219
error',' is not followed by whitespace.222
errorMethod 'computeCoeffs' is not designed for extension - needs to be abstract, final or empty.231
error'(' is followed by whitespace.231
errorExpected @param tag for 'size'.231
error')' is preceded with whitespace.231
errorLine is longer than 80 characters.232
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine is longer than 80 characters.238
errorLine contains a tab character.238
errorLine contains a tab character.239
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine has trailing spaces.251
errorLine contains a tab character.251
errorLine is longer than 80 characters.252
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine is longer than 80 characters.255
errorLine contains a tab character.255
errorLine is longer than 80 characters.256
errorLine contains a tab character.256
error'-' is not preceded with whitespace.256
error'-' is not followed by whitespace.256
error'/' should be on a new line.256
errorLine contains a tab character.257
errorLine is longer than 80 characters.258
errorLine contains a tab character.258
error'-' is not preceded with whitespace.258
error'-' is not followed by whitespace.258
error'/' is not preceded with whitespace.258
error'/' is not followed by whitespace.258
errorLine contains a tab character.259
error'(' is followed by whitespace.259
error')' is preceded with whitespace.259
errorLine is longer than 80 characters.260
errorLine contains a tab character.260
error'for' is not followed by whitespace.260
error'(' is followed by whitespace.260
error'+=' is not preceded with whitespace.260
error'+=' is not followed by whitespace.260
error')' is preceded with whitespace.260
error'{' is not preceded with whitespace.260
errorLine is longer than 80 characters.261
errorLine contains a tab character.261
error'(' is followed by whitespace.261
error'*' is not preceded with whitespace.261
error'*' is not followed by whitespace.261
error'100' is a magic number.261
error'/' is not preceded with whitespace.261
error'/' is not followed by whitespace.261
error')' is preceded with whitespace.261
errorLine contains a tab character.262
error'for' construct must use '{}'s.263
errorLine is longer than 80 characters.263
errorLine contains a tab character.263
error'for' is not followed by whitespace.263
error'(' is followed by whitespace.263
error'+=' is not preceded with whitespace.263
error'+=' is not followed by whitespace.263
error')' is preceded with whitespace.263
errorLine is longer than 80 characters.264
errorLine contains a tab character.264
error',' is not followed by whitespace.264
errorLine contains a tab character.265
errorLine contains a tab character.267
error'(' is followed by whitespace.267
error'100' is a magic number.267
error')' is preceded with whitespace.267
errorLine contains a tab character.269
errorLine contains a tab character.271
error'(' is followed by whitespace.271
error')' is preceded with whitespace.271
errorLine contains a tab character.273
error'catch' is not followed by whitespace.273
error'(' is followed by whitespace.273
error')' is preceded with whitespace.273
errorLine contains a tab character.274
error'(' is followed by whitespace.274
error')' is preceded with whitespace.274
errorLine has trailing spaces.275
errorLine contains a tab character.275
errorLine is longer than 80 characters.277
errorLine contains a tab character.277
error'+' is not preceded with whitespace.277
error'+' is not followed by whitespace.277
error'+' is not preceded with whitespace.277
error'+' is not followed by whitespace.277
errorLine contains a tab character.279
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.283
errorLine has trailing spaces.284
errorLine contains a tab character.284
errorLine contains a tab character.285
errorLine contains a tab character.286
errorLine has trailing spaces.287
errorLine contains a tab character.287
errorLine is longer than 80 characters.288
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine has trailing spaces.304
errorLine contains a tab character.304
errorExpected an @return tag.308
error'(' is followed by whitespace.308
errorParameter x should be final.308
error')' is preceded with whitespace.308
error'-' is not preceded with whitespace.309
error'-' is not followed by whitespace.309
error'*' is not preceded with whitespace.309
error'*' is not followed by whitespace.309
error'*' is not preceded with whitespace.309
error'*' is not followed by whitespace.309
error'*' is not preceded with whitespace.309
error'*' is not followed by whitespace.309
error'/' is not preceded with whitespace.309
error'/' is not followed by whitespace.309
errorExpected @throws tag for 'OutOfRangeRequestException'.319

org/psychomad/waw/GraphDrawSignal.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - java.awt.*.26
errorMissing a Javadoc comment.34
error'(' is followed by whitespace.39
errorParameter title should be final.39
errorExpected @param tag for 'title'.39
errorParameter mainFrame should be final.39
error'mainFrame' hides a field.39
errorExpected @param tag for 'mainFrame'.39
error')' is preceded with whitespace.39
error'(' is followed by whitespace.41
error')' is preceded with whitespace.41
errorMethod 'paint' is not designed for extension - needs to be abstract, final or empty.47
error'(' is followed by whitespace.47
errorParameter g should be final.47
errorExpected @param tag for 'g'.47
error')' is preceded with whitespace.47
error'(' is followed by whitespace.49
error',' is not followed by whitespace.50
error',' is not followed by whitespace.50
error'-' is not preceded with whitespace.50
error'-' is not followed by whitespace.50
error',' is not followed by whitespace.50
error'-' is not preceded with whitespace.50
error'-' is not followed by whitespace.50
error'(' is followed by whitespace.52
error')' is preceded with whitespace.52
error'if' is not followed by whitespace.58
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
error'(' is followed by whitespace.59
error'for' is not followed by whitespace.60
error'(' is followed by whitespace.60
error')' is preceded with whitespace.60
error'cast' is not followed by whitespace.61
error'cast' is not followed by whitespace.61
error'cast' is not followed by whitespace.62
error'+' is not preceded with whitespace.62
error'+' is not followed by whitespace.62
error'cast' is not followed by whitespace.62
error'+' is not preceded with whitespace.62
error'+' is not followed by whitespace.62

org/psychomad/waw/OutOfRangeRequestException.java

ViolationMessageLine
errorRedundant import from the java.lang package - java.lang.Exception.25

org/psychomad/waw/NumericField.java

ViolationMessageLine
errorRedundant import from the java.lang package - java.lang.NumberFormatException.25
errorRedundant import from the java.lang package - java.lang.StringBuffer.26
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorParameter cols should be final.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorParameter text should be final.46
errorParameter cols should be final.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.50
errorMethod 'createDefaultModel' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorMissing a Javadoc comment.54
errorLine contains a tab character.54
errorLine is longer than 80 characters.56
errorLine contains a tab character.56
errorMissing a Javadoc comment.56
errorParameter offs should be final.56
errorParameter str should be final.56
errorParameter a should be final.56
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.62
errorLine contains a tab character.64
errorLine contains a tab character.65
errorComment matches to-do format 'TODO:'.67
errorLine is longer than 80 characters.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine is longer than 80 characters.73
errorLine contains a tab character.73
error'+' is not preceded with whitespace.73
error'+' is not followed by whitespace.73
error'+' is not preceded with whitespace.73
error'+' is not followed by whitespace.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79

org/psychomad/waw/StatusBar.java

ViolationMessageLine
errorUnused import - org.psychomad.psycholib.log.Log.28
errorFirst sentence should end with a period.38
errorParameter min should be final.60
errorExpected @param tag for 'min'.60
errorParameter max should be final.60
errorExpected @param tag for 'max'.60
errorParameter current should be final.60
errorExpected @param tag for 'current'.60

org/psychomad/waw/Waw.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.25
errorUsing the '.*' form of import should be avoided - java.io.*.26
errorUsing the '.*' form of import should be avoided - javax.swing.*.27
errorUtility classes should not have a public or default constructor.40
errorFirst sentence should end with a period.42
errorVariable 'config' must be private and have accessor methods.43
errorFirst sentence should end with a period.44
errorVariable 'info' must be private and have accessor methods.45
errorName 'resourcesDirectory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
errorParameter args should be final.55
error'(' is followed by whitespace.57
error')' is preceded with whitespace.57
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
errorLine has trailing spaces.59
error'(' is followed by whitespace.60
error')' is preceded with whitespace.60
error'(' is followed by whitespace.67
error')' is preceded with whitespace.67
errorLine has trailing spaces.70
error')' is preceded with whitespace.70
error'(' is followed by whitespace.80
errorParameter args should be final.80
error')' is preceded with whitespace.80
errorLine has trailing spaces.81
errorLine has trailing spaces.83
errorLine has trailing spaces.85
errorLine has trailing spaces.89
error'(' is followed by whitespace.92
error')' is preceded with whitespace.92
error'}' should be on the same line.93
error'}' should be on the same line.96
errorLine has trailing spaces.117
error'(' is followed by whitespace.121
error')' is preceded with whitespace.121
error'(' is followed by whitespace.133
error'+' should be on a new line.133
error')' is preceded with whitespace.134
error'(' is followed by whitespace.143
error')' is preceded with whitespace.143
error'(' is followed by whitespace.144
error')' is preceded with whitespace.144
error'(' is followed by whitespace.154
error')' is preceded with whitespace.154
errorLine has trailing spaces.155
error'while' construct must use '{}'s.157
error'while' is not followed by whitespace.157
error'(' is followed by whitespace.157
error')' is preceded with whitespace.157
errorLine has trailing spaces.159
error'catch' is not followed by whitespace.161
error'(' is followed by whitespace.161
error')' is preceded with whitespace.161
error'}' should be on the same line.163
error'catch' is not followed by whitespace.164
error'(' is followed by whitespace.164
error')' is preceded with whitespace.164
error'(' is followed by whitespace.165
error')' is preceded with whitespace.165
error'(' is followed by whitespace.175
errorParameter exitCode should be final.175
error')' is preceded with whitespace.175
error'(' is followed by whitespace.176
error')' is preceded with whitespace.176

org/psychomad/waw/CustomDialog.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.awt.*.25
errorUsing the '.*' form of import should be avoided - java.awt.event.*.26
errorUsing the '.*' form of import should be avoided - java.beans.*.27
errorUnused import - javax.swing.JFrame.30
errorMissing a Javadoc comment.41
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorFirst sentence should end with a period.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorFirst sentence should end with a period.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorFirst sentence should end with a period.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorFirst sentence should end with a period.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorFirst sentence should end with a period.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorExpected an @return tag.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine is longer than 80 characters.68
errorLine contains a tab character.68
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine is longer than 80 characters.71
errorLine contains a tab character.71
errorLine is longer than 80 characters.72
errorLine contains a tab character.72
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.80
error',' is not followed by whitespace.80
error',' is not followed by whitespace.80
error'15' is a magic number.80
error',' is not followed by whitespace.80
errorLine contains a tab character.81
error'(' is followed by whitespace.81
error')' is preceded with whitespace.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
error',' is not followed by whitespace.85
error',' is not followed by whitespace.85
error',' is not followed by whitespace.85
errorLine contains a tab character.86
errorLine contains a tab character.87
error'(' is followed by whitespace.87
error')' is preceded with whitespace.87
errorLine contains a tab character.88
errorLine contains a tab character.89
error'+' is not preceded with whitespace.89
error'+' is not followed by whitespace.89
errorLine contains a tab character.90
error'(' is followed by whitespace.90
error')' is preceded with whitespace.90
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
error',' is not followed by whitespace.94
error',' is not followed by whitespace.94
error',' is not followed by whitespace.94
errorLine contains a tab character.95
error'(' is followed by whitespace.95
error')' is preceded with whitespace.95
errorLine contains a tab character.96
errorLine contains a tab character.97
error'+' is not preceded with whitespace.97
error'+' is not followed by whitespace.97
errorLine is longer than 80 characters.98
errorLine contains a tab character.98
errorLine contains a tab character.99
error'(' is followed by whitespace.99
error')' is preceded with whitespace.99
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine has trailing spaces.107
errorLine contains a tab character.107
errorLine contains a tab character.108
errorComment matches to-do format 'TODO:'.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorMissing a Javadoc comment.111
error'(' is followed by whitespace.111
errorParameter parent should be final.111
error')' is preceded with whitespace.111
errorLine contains a tab character.112
errorLine contains a tab character.114
errorLine contains a tab character.116
errorLine has trailing spaces.117
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.131
errorLine contains a tab character.132
errorParameter we should be final.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine is longer than 80 characters.138
errorLine contains a tab character.138
error'(' is followed by whitespace.138
error')' is preceded with whitespace.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine is longer than 80 characters.142
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.147
errorLine contains a tab character.148
errorParameter e should be final.148
errorExpected @param tag for 'e'.148
errorLine contains a tab character.149
errorLine has trailing spaces.150
errorLine contains a tab character.150
errorLine contains a tab character.151
error'+' is not preceded with whitespace.152
errorLine contains a tab character.154
error'(' is followed by whitespace.154
error'&&' should be on a new line.154
errorLine contains a tab character.155
error'&&' should be on a new line.155
errorLine contains a tab character.156
error'||' should be on a new line.156
errorLine is longer than 80 characters.157
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.160
error'+' is not preceded with whitespace.160
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
error'(' is followed by whitespace.171
error')' is preceded with whitespace.171
errorComment matches to-do format 'TODO:'.173
errorLine contains a tab character.173
errorLine is longer than 80 characters.174
errorLine contains a tab character.174
error'+' is not preceded with whitespace.174
error'+' is not followed by whitespace.174
error')' is preceded with whitespace.174
errorLine is longer than 80 characters.176
errorLine contains a tab character.176
error'(' is followed by whitespace.176
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188

org/psychomad/waw/TabColors.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - java.awt.*.26
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorLine has trailing spaces.39
error'(' is followed by whitespace.42
errorParameter mainFrame should be final.42
errorExpected @param tag for 'mainFrame'.42
error')' is preceded with whitespace.42
errorLine has trailing spaces.51
errorMethod 'paint' is not designed for extension - needs to be abstract, final or empty.51
error'(' is followed by whitespace.51
errorParameter g should be final.51
errorExpected @param tag for 'g'.51
error')' is preceded with whitespace.51
error'for' is not followed by whitespace.52
error'(' is followed by whitespace.52
error'255' is a magic number.52
error')' is preceded with whitespace.52
error'(' is followed by whitespace.53
error')' is preceded with whitespace.53
error'for' construct must use '{}'s.54
error'for' is not followed by whitespace.54
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
error',' is not followed by whitespace.55
error',' is not followed by whitespace.55
error',' is not followed by whitespace.55

org/psychomad/waw/SwingWorker.java

ViolationMessageLine
errorLine has trailing spaces.11
errorMissing a Javadoc comment.19
errorLine has trailing spaces.21
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorParameter t should be final.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.32
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorExpected an @return tag.38
errorLine has trailing spaces.38
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.38
errorLine has trailing spaces.39
errorFirst sentence should end with a period.42
errorLine has trailing spaces.42
errorLine has trailing spaces.43
errorLine has trailing spaces.45
errorParameter x should be final.45
errorExpected @param tag for 'x'.45
errorLine has trailing spaces.46
errorLine has trailing spaces.49
errorLine has trailing spaces.50
errorExpected an @return tag.52
errorMethod 'interrupt' is not designed for extension - needs to be abstract, final or empty.65
errorLine has trailing spaces.74
errorLine has trailing spaces.77
errorMethod 'get' is not designed for extension - needs to be abstract, final or empty.80
errorLine has trailing spaces.81
error'}' should be on the same line.88
errorLine has trailing spaces.106
error'}' should be on the same line.110
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.126

org/psychomad/waw/GraphParamImage.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - java.awt.event.*.26
errorUsing the '.*' form of import should be avoided - java.awt.*.27
errorUnused import - org.psychomad.psycholib.log.Log.29
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
error'(' is followed by whitespace.53
errorParameter title should be final.53
errorExpected @param tag for 'title'.53
error'mainFrame' hides a field.53
errorExpected @param tag for 'mainFrame'.53
error')' is preceded with whitespace.53
errorLine contains a tab character.56
errorLine contains a tab character.57
error'15' is a magic number.57
error'(' is followed by whitespace.60
error')' is preceded with whitespace.60
error'(' is followed by whitespace.78
error'+' is not preceded with whitespace.78
error'+' is not followed by whitespace.78
error')' is preceded with whitespace.78
error'(' is followed by whitespace.79
error')' is preceded with whitespace.79
error'(' is followed by whitespace.80
error'+' is not preceded with whitespace.80
error'+' is not followed by whitespace.80
error')' is preceded with whitespace.80
error'(' is followed by whitespace.81
errorParameter e should be final.82
error'{' is not preceded with whitespace.82
error'}' is not followed by whitespace.84
error'}' is not preceded with whitespace.84
error'(' is followed by whitespace.86
error'+' is not preceded with whitespace.86
error'+' is not followed by whitespace.86
error')' is preceded with whitespace.86
error'(' is followed by whitespace.87
error')' is preceded with whitespace.87
error'(' is followed by whitespace.88
error'+' is not preceded with whitespace.88
error'+' is not followed by whitespace.88
error')' is preceded with whitespace.88
error'(' is followed by whitespace.89
errorParameter e should be final.90
error'{' is not preceded with whitespace.90
error'}' is not followed by whitespace.92
error'}' is not preceded with whitespace.92
error'(' is followed by whitespace.98
error')' is preceded with whitespace.98
error'(' is followed by whitespace.105
error')' is preceded with whitespace.105
error'(' is followed by whitespace.107
error')' is preceded with whitespace.107
errorLine has trailing spaces.111
errorLine contains a tab character.111
errorLine contains a tab character.112
error'=' is not preceded with whitespace.112
errorLine contains a tab character.113
error'(' is followed by whitespace.114
error')' is preceded with whitespace.114
error'(' is followed by whitespace.115
error')' is preceded with whitespace.115
error',' is not followed by whitespace.124
error',' is not followed by whitespace.124
error',' is not followed by whitespace.124
error'(' is followed by whitespace.129
error')' is preceded with whitespace.129
error'(' is followed by whitespace.133
error')' is preceded with whitespace.133
error',' is not followed by whitespace.135
error',' is not followed by whitespace.135
error',' is not followed by whitespace.135
error'(' is followed by whitespace.138
error')' is preceded with whitespace.138
error'(' is followed by whitespace.142
error')' is preceded with whitespace.142
error'(' is followed by whitespace.145
error')' is preceded with whitespace.145
errorLine contains a tab character.147
error'*' is not preceded with whitespace.148
error'*' is not followed by whitespace.148
error',' is not followed by whitespace.148
error',' is not followed by whitespace.148
error',' is not followed by whitespace.148
error'(' is followed by whitespace.149
error')' is preceded with whitespace.149
errorExpected an @return tag.156
errorMethod 'getAccuracy' is not designed for extension - needs to be abstract, final or empty.156
errorExpected an @return tag.163
errorMethod 'getMaxA' is not designed for extension - needs to be abstract, final or empty.163

org/psychomad/waw/MainFrame.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.awt.*.25
errorUsing the '.*' form of import should be avoided - java.awt.event.*.26
errorUsing the '.*' form of import should be avoided - javax.swing.*.27
errorMissing a Javadoc comment.39
errorVariable 'gridBagLayout' must be private and have accessor methods.39
errorMissing a Javadoc comment.41
errorVariable 'graphGbc' must be private and have accessor methods.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorVariable 'graphCW' must be private and have accessor methods.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorFirst sentence should end with a period.58
errorLine is longer than 80 characters.58
errorLine contains a tab character.58
error'+' should be on a new line.67
error'(' is followed by whitespace.69
error')' is preceded with whitespace.69
error'(' is followed by whitespace.72
error')' is preceded with whitespace.72
error'(' is followed by whitespace.74
error')' is preceded with whitespace.74
error'(' is followed by whitespace.77
error'(' is followed by whitespace.78
errorParameter e should be final.78
error')' is preceded with whitespace.78
error'}' is not followed by whitespace.80
error'}' is not preceded with whitespace.80
error'(' is followed by whitespace.97
error')' is preceded with whitespace.97
errorLine has trailing spaces.100
error'(' is followed by whitespace.102
error')' is preceded with whitespace.102
error'10' is a magic number.106
error',' is not followed by whitespace.107
error',' is not followed by whitespace.107
error',' is not followed by whitespace.107
errorLine has trailing spaces.111
errorLine has trailing spaces.119
error',' is not followed by whitespace.126
error',' is not followed by whitespace.130
error'(' is followed by whitespace.135
error')' is preceded with whitespace.135
error'(' is followed by whitespace.138
error')' is preceded with whitespace.138
error'(' is followed by whitespace.141
error')' is preceded with whitespace.141
error'(' is followed by whitespace.144
error')' is preceded with whitespace.144
error'(' is followed by whitespace.149
error')' is preceded with whitespace.149
error'(' is followed by whitespace.153
error')' is preceded with whitespace.153
error'(' is followed by whitespace.156
error')' is preceded with whitespace.156
error'(' is followed by whitespace.157
error')' is preceded with whitespace.157
error'(' is followed by whitespace.159
error')' is preceded with whitespace.159
errorComment matches to-do format 'TODO:'.162
error'(' is followed by whitespace.163
error')' is preceded with whitespace.163
error'(' is followed by whitespace.164
error')' is preceded with whitespace.164
errorExpected an @return tag.171
errorMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.171
error'(' is followed by whitespace.171
errorParameter cmd should be final.171
errorExpected @param tag for 'cmd'.171
error')' is preceded with whitespace.171
errorMethod 'setOriginalSignal' is not designed for extension - needs to be abstract, final or empty.178
error'(' is followed by whitespace.178
errorParameter path should be final.178
errorExpected @param tag for 'path'.178
error')' is preceded with whitespace.178
error'(' is followed by whitespace.180
error')' is preceded with whitespace.180
errorMethod 'setWaveletSignal' is not designed for extension - needs to be abstract, final or empty.190
error'(' is followed by whitespace.190
errorParameter path should be final.190
errorExpected @param tag for 'path'.190
error')' is preceded with whitespace.190
error'(' is followed by whitespace.197
error')' is preceded with whitespace.197
errorMethod 'close' is not designed for extension - needs to be abstract, final or empty.206
error'if' construct must use '{}'s.209
error'if' is not followed by whitespace.209
error'(' is followed by whitespace.209
error')' is preceded with whitespace.209
error'if' is not followed by whitespace.215
error'(' is followed by whitespace.215
error')' is preceded with whitespace.215
errorLine is longer than 80 characters.216
error'(' is followed by whitespace.216
error')' is preceded with whitespace.216
error'if' is not followed by whitespace.218
error'(' is followed by whitespace.218
error')' is preceded with whitespace.218
error'(' is followed by whitespace.221
error')' is preceded with whitespace.221
error'}' should be on the same line.222
error'if' is not followed by whitespace.223
error'(' is followed by whitespace.223
error')' is preceded with whitespace.223
error'(' is followed by whitespace.225
error')' is preceded with whitespace.225
error'}' should be on the same line.226
errorLine has trailing spaces.227
error'}' should be on the same line.231
error'else' construct must use '{}'s.232
error'(' is followed by whitespace.233
error')' is preceded with whitespace.233
errorMethod 'setMaxA' is not designed for extension - needs to be abstract, final or empty.242
error'(' is followed by whitespace.242
errorParameter maxA should be final.242
errorExpected @param tag for 'maxA'.242
error')' is preceded with whitespace.242
error'(' is followed by whitespace.243
error')' is preceded with whitespace.243
errorComment matches to-do format 'TODO:'.244
errorExpected an @return tag.251
errorMethod 'getMaxA' is not designed for extension - needs to be abstract, final or empty.251
errorMethod 'setAccuracy' is not designed for extension - needs to be abstract, final or empty.258
error'(' is followed by whitespace.258
errorParameter accuracy should be final.258
errorExpected @param tag for 'accuracy'.258
error')' is preceded with whitespace.258
error'(' is followed by whitespace.259
error')' is preceded with whitespace.259
errorComment matches to-do format 'TODO:'.260
errorExpected an @return tag.267
errorMethod 'getAccuracy' is not designed for extension - needs to be abstract, final or empty.267
errorExpected an @return tag.274
errorMethod 'getTabPoints' is not designed for extension - needs to be abstract, final or empty.274
error'(' is followed by whitespace.274
errorParameter size should be final.274
errorExpected @param tag for 'size'.274
error')' is preceded with whitespace.274
error'(' is followed by whitespace.275
error')' is preceded with whitespace.275
errorExpected an @return tag.281
errorMethod 'getCoeffs' is not designed for extension - needs to be abstract, final or empty.281
error'(' is followed by whitespace.281
errorParameter size should be final.281
errorExpected @param tag for 'size'.281
error')' is preceded with whitespace.281
error'(' is followed by whitespace.282
error')' is preceded with whitespace.282
errorExpected an @return tag.288
errorMethod 'getCoeffsOK' is not designed for extension - needs to be abstract, final or empty.288
errorMethod 'setPercentage' is not designed for extension - needs to be abstract, final or empty.295
error'(' is followed by whitespace.295
errorParameter percentage should be final.295
errorExpected @param tag for 'percentage'.295
error')' is preceded with whitespace.295
error'+' is not preceded with whitespace.296
error'+' is not preceded with whitespace.296
error',' is not followed by whitespace.299
error'100' is a magic number.299
error'cast' is not followed by whitespace.299
errorComment matches to-do format 'TODO:'.305
errorComment matches to-do format 'TODO:'.306
errorMethod 'addInterferences' is not designed for extension - needs to be abstract, final or empty.308
error'(' is followed by whitespace.308
errorParameter nbChanges should be final.308
errorParameter maxRandom should be final.308
error')' is preceded with whitespace.308
error'if' construct must use '{}'s.309
error'if' is not followed by whitespace.309
error'(' is followed by whitespace.309
error')' is preceded with whitespace.309
error',' is not followed by whitespace.312
errorMethod 'saveSignalInFile' is not designed for extension - needs to be abstract, final or empty.322
error'(' is followed by whitespace.322
errorParameter filename should be final.322
errorExpected @param tag for 'filename'.322
error')' is preceded with whitespace.322
error'(' is followed by whitespace.323
error')' is preceded with whitespace.323
errorExpected an @return tag.329
errorMethod 'getOriginalSignal' is not designed for extension - needs to be abstract, final or empty.329
errorExpected an @return tag.336
errorMethod 'getTabColors' is not designed for extension - needs to be abstract, final or empty.336
errorMethod 'updateValues' is not designed for extension - needs to be abstract, final or empty.343
errorLine has trailing spaces.344
errorLine has trailing spaces.345

org/psychomad/waw/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/psychomad/waw/GraphParamSignal.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.25
errorUsing the '.*' form of import should be avoided - java.awt.event.*.26
errorUsing the '.*' form of import should be avoided - java.awt.*.27
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
error'(' is followed by whitespace.56
errorParameter title should be final.56
errorExpected @param tag for 'title'.56
errorParameter mainFrame should be final.56
error'mainFrame' hides a field.56
errorExpected @param tag for 'mainFrame'.56
error')' is preceded with whitespace.56
error'(' is followed by whitespace.62
error')' is preceded with whitespace.62
error'+' is not preceded with whitespace.67
error'+' is not followed by whitespace.67
error'(' is followed by whitespace.69
error')' is preceded with whitespace.69
error'(' is followed by whitespace.70
error')' is preceded with whitespace.70
error'(' is followed by whitespace.73
error')' is preceded with whitespace.73
error'(' is followed by whitespace.74
error')' is preceded with whitespace.74
error'(' is followed by whitespace.77
error'+' is not preceded with whitespace.77
error'+' is not followed by whitespace.77
error')' is preceded with whitespace.77
error'(' is followed by whitespace.78
error'+' is not preceded with whitespace.78
error'+' is not followed by whitespace.78
error')' is preceded with whitespace.78
error'(' is followed by whitespace.81
error')' is preceded with whitespace.81
error',' is not followed by whitespace.83
error'6' is a magic number.83
error',' is not followed by whitespace.83
error',' is not followed by whitespace.83
error'6' is a magic number.83
error'(' is followed by whitespace.87
error')' is preceded with whitespace.87
error'(' is followed by whitespace.89
error')' is preceded with whitespace.89
error'(' is followed by whitespace.92
error')' is preceded with whitespace.92
error'(' is followed by whitespace.93
error')' is preceded with whitespace.93
error'(' is followed by whitespace.94
error')' is preceded with whitespace.94
error'(' is followed by whitespace.95
error')' is preceded with whitespace.95
error'(' is followed by whitespace.97
error')' is preceded with whitespace.97
error'(' is followed by whitespace.100
error')' is preceded with whitespace.100
error'(' is followed by whitespace.101
error')' is preceded with whitespace.101
error'(' is followed by whitespace.102
error')' is preceded with whitespace.102
error'(' is followed by whitespace.103
error')' is preceded with whitespace.103
error'(' is followed by whitespace.105
error')' is preceded with whitespace.105
errorLine has trailing spaces.108
errorMethod 'updateLabels' is not designed for extension - needs to be abstract, final or empty.111
error'if' construct must use '{}'s.114
error'if' is not followed by whitespace.114
error'(' is followed by whitespace.114
error')' is preceded with whitespace.114
error'+' is not preceded with whitespace.117
error'+' is not followed by whitespace.117
error'+' is not preceded with whitespace.118
error'+' is not followed by whitespace.118
error'+' is not preceded with whitespace.119
error'+' is not followed by whitespace.119
error'+' is not preceded with whitespace.120
error'+' is not followed by whitespace.120
error'+' is not preceded with whitespace.121
error'+' is not followed by whitespace.121
errorExpected an @return tag.127
error'(' is followed by whitespace.127
errorParameter value should be final.127
errorExpected @param tag for 'value'.127
error')' is preceded with whitespace.127
error'+' is not preceded with whitespace.128
error'+' is not followed by whitespace.128
error'if' construct must use '{}'s.129
error'if' is not followed by whitespace.129
error'(' is followed by whitespace.129
error'-' is not preceded with whitespace.129
error'-' is not followed by whitespace.129
error'3' is a magic number.129
error')' is preceded with whitespace.129
error',' is not followed by whitespace.130
error'+' is not preceded with whitespace.130
error'+' is not followed by whitespace.130
error'3' is a magic number.130
error'else' construct must use '{}'s.131