Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
33006254

Files

FilesInfosWarningsErrors
net/sf/webphotos/WebPhotos.java0010
net/sf/webphotos/action/AcaoAdicionarFoto.java0020
net/sf/webphotos/action/AcaoAlterarAlbum.java0064
net/sf/webphotos/action/AcaoAtualizaLegenda.java0013
net/sf/webphotos/action/AcaoDocumentListener.java0013
net/sf/webphotos/action/AcaoExcluirAlbum.java0013
net/sf/webphotos/action/AcaoExcluirFoto.java0021
net/sf/webphotos/action/AcaoItemListener.java009
net/sf/webphotos/action/AcaoPesquisa.java009
net/sf/webphotos/action/AcaoPopup.java007
net/sf/webphotos/action/AcaoTeste.java003
net/sf/webphotos/action/AcaoToolbar.java005
net/sf/webphotos/gui/AcaoPopMenu.java0021
net/sf/webphotos/gui/AdicionarFotos.java0021
net/sf/webphotos/gui/BarraMenu.java001
net/sf/webphotos/gui/Calendario.java0032
net/sf/webphotos/gui/FrameConfig.java0016
net/sf/webphotos/gui/FrameWebFotos.java0060
net/sf/webphotos/gui/FtpClientException.java007
net/sf/webphotos/gui/PainelWebFotos.java00446
net/sf/webphotos/gui/PopupMenu.java0050
net/sf/webphotos/gui/Visualizador.java0031
net/sf/webphotos/gui/component/BotaoIcone.java0020
net/sf/webphotos/gui/component/BotaoIconeBeanInfo.java001828
net/sf/webphotos/gui/component/PainelFoto.java00138
net/sf/webphotos/gui/component/PainelFotoBeanInfo.java001619
net/sf/webphotos/gui/component/PainelPesquisa.java0053
net/sf/webphotos/gui/component/PainelPesquisaBeanInfo.java001586
net/sf/webphotos/gui/util/TableModelFoto.java0027
net/sf/webphotos/tools/Resolucao.java0043
net/sf/webphotos/tools/Thumbnail.java0058
net/sf/webphotos/tools/XMLExport.java0010

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile10Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
10Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
58Errors Error
JavadocMethod62Errors Error
JavadocType2Errors Error
JavadocVariable991Errors Error
JavadocStyle12Errors Error
ConstantName810Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName1Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport13Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength1109Errors Error
MethodLength4Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad812Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad1618Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter32Errors Error
WhitespaceAround187Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock5Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly11Errors Error
AvoidInlineConditionals3Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField9Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber253Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension60Errors Error
FinalClass4Errors Error
HideUtilityClassConstructor4Errors Error
InterfaceIsType0Errors Error
VisibilityModifier6Errors Error
ArrayTypeStyle5Errors Error
FinalParameters151Errors Error
TodoComment10Errors Error
UpperEll0Errors Error

Details

net/sf/webphotos/WebPhotos.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUtility classes should not have a public or default constructor.30
ErrorsMissing a Javadoc comment.32
ErrorsParameter args should be final.42
ErrorsArray brackets at illegal position.42
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.61
Errors'100' is a magic number.63

net/sf/webphotos/action/AcaoAdicionarFoto.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.57
ErrorsParameter tabela should be final.57
ErrorsParameter combo should be final.57
ErrorsParameter tituloDialogo should be final.57
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter e should be final.77
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.118

net/sf/webphotos/action/AcaoAlterarAlbum.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.io.*.21
ErrorsMissing a Javadoc comment.63
ErrorsVariable 'btAlterar' must be private and have accessor methods.63
ErrorsVariable 'btNovo' must be private and have accessor methods.63
ErrorsMissing a Javadoc comment.64
ErrorsVariable 'tbAlbuns' must be private and have accessor methods.64
ErrorsVariable 'tbFotos' must be private and have accessor methods.64
ErrorsMissing a Javadoc comment.65
ErrorsLine is longer than 80 characters.66
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsParameter botaoNovo should be final.79
ErrorsParameter botaoAlterar should be final.79
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter ev should be final.100
ErrorsLine is longer than 80 characters.102
Errors'}' should be on the same line.104
ErrorsLine is longer than 80 characters.107
Errors'}' should be on the same line.109
ErrorsLine is longer than 80 characters.111
ErrorsMethod 'executaAlteracoes' is not designed for extension - needs to be abstract, final or empty.134
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.156
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.179
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.190
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.195
Errors'}' is not followed by whitespace.199
ErrorsFirst sentence should end with a period.212
ErrorsParameter albumVO should be final.219
ErrorsExpected @param tag for 'albumVO'.219
ErrorsParameter caminhoAlbum should be final.219
ErrorsExpected @param tag for 'caminhoAlbum'.219
ErrorsLine has trailing spaces.221
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.233
ErrorsFirst sentence should end with a period.239
ErrorsParameter album should be final.245
ErrorsExpected @param tag for 'album'.245
ErrorsParameter caminhoAlbum should be final.245
ErrorsExpected @param tag for 'caminhoAlbum'.245
ErrorsLine is longer than 80 characters.248
ErrorsLine is longer than 80 characters.253
ErrorsFirst sentence should end with a period.263
ErrorsParameter fotos should be final.268
ErrorsExpected @param tag for 'fotos'.268
ErrorsLine is longer than 80 characters.285
ErrorsLine is longer than 80 characters.286
ErrorsFirst sentence should end with a period.296
ErrorsComment matches to-do format 'TODO:'.301
ErrorsLine is longer than 80 characters.302
ErrorsLine is longer than 80 characters.308
ErrorsMissing a Javadoc comment.321

net/sf/webphotos/action/AcaoAtualizaLegenda.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsLine is longer than 80 characters.54
ErrorsParameter tabela should be final.54
ErrorsParameter legenda should be final.54
ErrorsParameter creditos should be final.54
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter e should be final.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.76

net/sf/webphotos/action/AcaoDocumentListener.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.42
ErrorsMethod 'insertUpdate' is not designed for extension - needs to be abstract, final or empty.47
ErrorsParameter e should be final.48
ErrorsLine is longer than 80 characters.56
ErrorsMethod 'removeUpdate' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter e should be final.62
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'changedUpdate' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter e should be final.76
ErrorsLine is longer than 80 characters.82
ErrorsMethod 'altera' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter e should be final.88

net/sf/webphotos/action/AcaoExcluirAlbum.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter e should be final.59
Errors'20' is a magic number.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.113

net/sf/webphotos/action/AcaoExcluirFoto.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.io.*.19
ErrorsMissing a Javadoc comment.43
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsParameter tabela should be final.53
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter e should be final.75
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.88
Errors'20' is a magic number.95
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.171

net/sf/webphotos/action/AcaoItemListener.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.34
ErrorsParameter tabela should be final.42
ErrorsLine is longer than 80 characters.51
ErrorsMethod 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter e should be final.66
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.82

net/sf/webphotos/action/AcaoPesquisa.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsParameter lst should be final.55
ErrorsParameter txt should be final.55
ErrorsParameter tb should be final.55
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter e should be final.72
ErrorsLine is longer than 80 characters.76

net/sf/webphotos/action/AcaoPopup.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.42
ErrorsParameter m should be final.51
ErrorsMethod 'mousePressed' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter evt should be final.63
Errors'24' is a magic number.64
Errors'24' is a magic number.64

net/sf/webphotos/action/AcaoTeste.java

ViolationMessageLine
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter e should be final.54
ErrorsMethod 'mostraAlbum' is not designed for extension - needs to be abstract, final or empty.71

net/sf/webphotos/action/AcaoToolbar.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.47
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.53
ErrorsParameter e should be final.54

net/sf/webphotos/gui/AcaoPopMenu.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsVariable 'sql' must be private and have accessor methods.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
ErrorsLine is longer than 80 characters.42
ErrorsParameter posSQL should be final.46
Errors'if' is not followed by whitespace.47
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
Errors'+=' is not preceded with whitespace.50
Errors'+=' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.58
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter e should be final.62
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72

net/sf/webphotos/gui/AdicionarFotos.java

ViolationMessageLine
ErrorsClass AdicionarFotos should be declared as final.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsParameter caminho should be final.43
ErrorsParameter pai should be final.43
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.49
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
Errors'if' is not followed by whitespace.53
Errors'=' is not preceded with whitespace.57
Errors'=' is not followed by whitespace.57
Errors'if' is not followed by whitespace.59
Errors'==' is not preceded with whitespace.59
Errors'==' is not followed by whitespace.59

net/sf/webphotos/gui/BarraMenu.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.56

net/sf/webphotos/gui/Calendario.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
Errors'31' is a magic number.37
Errors'28' is a magic number.37
Errors'31' is a magic number.37
Errors'30' is a magic number.37
Errors'31' is a magic number.37
Errors'30' is a magic number.37
Errors'31' is a magic number.37
Errors'31' is a magic number.37
Errors'30' is a magic number.37
Errors'31' is a magic number.37
Errors'30' is a magic number.37
Errors'31' is a magic number.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.54
ErrorsParameter formato_ddmmaa should be final.58
ErrorsName 'formato_ddmmaa' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
Errors'10' is a magic number.61
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsMethod 'mostrar' is not designed for extension - needs to be abstract, final or empty.78
ErrorsLine is longer than 80 characters.79
Errors'29' is a magic number.83
Errors'7' is a magic number.92
Errors'7' is a magic number.93
Errors'7' is a magic number.103
Errors'7' is a magic number.105

net/sf/webphotos/gui/FrameConfig.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.32
ErrorsParameter parent should be final.40
ErrorsParameter modal should be final.40
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.50
Errors'}' is not followed by whitespace.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.67
ErrorsParameter args should be final.70
ErrorsArray brackets at illegal position.70
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.80
ErrorsMissing a Javadoc comment.81
ErrorsLine has trailing spaces.83

net/sf/webphotos/gui/FrameWebFotos.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsClass FrameWebFotos should be declared as final.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.32
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.36
ErrorsComment matches to-do format 'TODO:'.40
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.51
ErrorsParameter evt should be final.74
ErrorsParameter evt should be final.79
ErrorsParameter evt should be final.98
Errors'}' is not followed by whitespace.133
ErrorsLine is longer than 80 characters.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter evt should be final.135
Errors'{' is not followed by whitespace.135
Errors'}' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter evt should be final.139
Errors'{' is not followed by whitespace.139
Errors'cast' is not followed by whitespace.141
ErrorsLine has trailing spaces.146
Errors'if' is not followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'}' is not followed by whitespace.154
ErrorsLine is longer than 80 characters.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter evt should be final.156
Errors'{' is not followed by whitespace.156
Errors'}' is not followed by whitespace.158
ErrorsLine has trailing spaces.159
Errors'if' is not followed by whitespace.166
ErrorsMissing a Javadoc comment.172
ErrorsMust have at least one statement.176
ErrorsLine has trailing spaces.179
ErrorsLine has trailing spaces.180
ErrorsMissing a Javadoc comment.182
ErrorsMissing a Javadoc comment.183
ErrorsMissing a Javadoc comment.184
ErrorsMissing a Javadoc comment.185
ErrorsMissing a Javadoc comment.186
ErrorsMissing a Javadoc comment.187
ErrorsMissing a Javadoc comment.188
ErrorsMissing a Javadoc comment.189
ErrorsMissing a Javadoc comment.190
ErrorsMissing a Javadoc comment.191
ErrorsMissing a Javadoc comment.192
ErrorsMissing a Javadoc comment.193
ErrorsMissing a Javadoc comment.194
ErrorsMissing a Javadoc comment.195
ErrorsMissing a Javadoc comment.196
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199

net/sf/webphotos/gui/FtpClientException.java

ViolationMessageLine
ErrorsParameter msg should be final.30
ErrorsMissing a Javadoc comment.34
ErrorsParameter cause should be final.34
ErrorsMissing a Javadoc comment.38
ErrorsParameter message should be final.38
ErrorsParameter cause should be final.38
ErrorsMissing a Javadoc comment.42

net/sf/webphotos/gui/PainelWebFotos.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - javax.swing.*.24
ErrorsUsing the '.*' form of import should be avoided - net.sf.webphotos.action.*.30
ErrorsClass PainelWebFotos should be declared as final.49
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsFirst sentence should end with a period.70
ErrorsComment matches to-do format 'TODO:'.71
ErrorsParameter force should be final.75
ErrorsExpected @param tag for 'force'.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.81
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.87
ErrorsFirst sentence should end with a period.90
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.118
ErrorsMethod length is 478 lines (max allowed is 150).119
ErrorsLine is longer than 80 characters.175
ErrorsParameter evt should be final.179
ErrorsParameter evt should be final.187
ErrorsLine is longer than 80 characters.195
ErrorsParameter evt should be final.196
ErrorsLine is longer than 80 characters.203
ErrorsParameter evt should be final.204
ErrorsLine is longer than 80 characters.211
ErrorsParameter evt should be final.212
ErrorsLine is longer than 80 characters.219
ErrorsParameter evt should be final.220
ErrorsParameter evt should be final.229
ErrorsLine is longer than 80 characters.236
ErrorsParameter evt should be final.237
ErrorsLine is longer than 80 characters.257
ErrorsLine is longer than 80 characters.259
Errors'5' is a magic number.259
Errors'5' is a magic number.259
Errors'5' is a magic number.259
Errors'5' is a magic number.259
Errors'462' is a magic number.260
Errors'150' is a magic number.260
ErrorsParameter evt should be final.265
ErrorsLine is longer than 80 characters.270
ErrorsParameter evt should be final.274
ErrorsParameter evt should be final.277
ErrorsParameter evt should be final.280
Errors'10' is a magic number.288
ErrorsLine is longer than 80 characters.300
ErrorsLine is longer than 80 characters.302
Errors'3' is a magic number.302
Errors'3' is a magic number.302
Errors'3' is a magic number.302
Errors'3' is a magic number.302
Errors'500' is a magic number.303
Errors'250' is a magic number.303
Errors'500' is a magic number.304
Errors'300' is a magic number.304
Errors'3' is a magic number.310
Errors'3' is a magic number.310
Errors'3' is a magic number.310
Errors'3' is a magic number.310
Errors'477' is a magic number.314
Errors'22' is a magic number.314
Errors'3' is a magic number.321
Errors'3' is a magic number.321
Errors'3' is a magic number.321
Errors'3' is a magic number.321
Errors'3' is a magic number.329
Errors'3' is a magic number.329
Errors'3' is a magic number.329
Errors'3' is a magic number.329
ErrorsLine is longer than 80 characters.332
Errors'5.0' is a magic number.339
Errors'3' is a magic number.340
Errors'3' is a magic number.340
Errors'3' is a magic number.340
Errors'3' is a magic number.340
ErrorsLine is longer than 80 characters.346
ErrorsParameter evt should be final.347
Errors'3' is a magic number.354
Errors'3' is a magic number.354
Errors'3' is a magic number.354
Errors'3' is a magic number.354
Errors'3' is a magic number.359
Errors'3' is a magic number.362
Errors'3' is a magic number.362
Errors'3' is a magic number.362
Errors'3' is a magic number.362
Errors'11' is a magic number.365
Errors'22' is a magic number.365
Errors'72' is a magic number.366
Errors'22' is a magic number.366
Errors'4' is a magic number.368
Errors'3' is a magic number.373
Errors'3' is a magic number.373
Errors'3' is a magic number.373
Errors'3' is a magic number.373
Errors'3' is a magic number.381
Errors'3' is a magic number.381
Errors'3' is a magic number.381
Errors'3' is a magic number.381
Errors'5.0' is a magic number.397
Errors'3' is a magic number.398
Errors'3' is a magic number.398
Errors'3' is a magic number.398
Errors'3' is a magic number.398
ErrorsParameter evt should be final.404
ErrorsParameter evt should be final.407
Errors'3' is a magic number.415
Errors'10.0' is a magic number.418
Errors'3' is a magic number.419
Errors'3' is a magic number.419
Errors'3' is a magic number.419
Errors'3' is a magic number.419
ErrorsLine is longer than 80 characters.424
Errors'3' is a magic number.424
Errors'3' is a magic number.424
Errors'3' is a magic number.424
Errors'3' is a magic number.424
Errors'210' is a magic number.425
Errors'2147483647' is a magic number.425
Errors'210' is a magic number.426
Errors'24' is a magic number.426
Errors'210' is a magic number.427
Errors'24' is a magic number.427
Errors'5.0' is a magic number.435
Errors'3' is a magic number.436
Errors'3' is a magic number.436
Errors'3' is a magic number.436
Errors'3' is a magic number.436
Errors'3' is a magic number.446
Errors'3' is a magic number.446
Errors'3' is a magic number.446
Errors'3' is a magic number.446
ErrorsLine is longer than 80 characters.449
ErrorsLine is longer than 80 characters.450
ErrorsParameter evt should be final.456
ErrorsParameter evt should be final.459
Errors'3.0' is a magic number.471
Errors'3' is a magic number.472
Errors'3' is a magic number.472
Errors'3' is a magic number.472
Errors'3' is a magic number.472
ErrorsLine is longer than 80 characters.475
Errors'3' is a magic number.479
Errors'3' is a magic number.480
Errors'3' is a magic number.483
Errors'3' is a magic number.483
Errors'3' is a magic number.483
Errors'3' is a magic number.483
ErrorsParameter evt should be final.490
Errors'3' is a magic number.495
Errors'3' is a magic number.496
Errors'3' is a magic number.497
Errors'3' is a magic number.497
Errors'3' is a magic number.497
Errors'3' is a magic number.497
Errors'1.5' is a magic number.507
Errors'32767' is a magic number.510
Errors'73' is a magic number.510
Errors'710' is a magic number.511
Errors'73' is a magic number.511
ErrorsLine is longer than 80 characters.514
ErrorsLine is longer than 80 characters.515
Errors'32767' is a magic number.517
Errors'63' is a magic number.517
Errors'24' is a magic number.518
Errors'63' is a magic number.518
Errors'22' is a magic number.519
Errors'63' is a magic number.519
Errors'11' is a magic number.521
Errors'100.0' is a magic number.527
Errors'5' is a magic number.528
Errors'5' is a magic number.528
Errors'5' is a magic number.528
Errors'5' is a magic number.528
ErrorsLine is longer than 80 characters.531
Errors'3' is a magic number.531
Errors'3' is a magic number.531
Errors'3' is a magic number.531
Errors'3' is a magic number.531
Errors'3' is a magic number.538
Errors'3' is a magic number.538
Errors'3' is a magic number.538
Errors'3' is a magic number.538
Errors'3' is a magic number.544
Errors'3' is a magic number.544
Errors'3' is a magic number.544
Errors'3' is a magic number.544
Errors'3' is a magic number.550
Errors'3' is a magic number.550
Errors'3' is a magic number.550
Errors'3' is a magic number.550
Errors'3' is a magic number.557
Errors'3' is a magic number.557
Errors'3' is a magic number.557
Errors'3' is a magic number.557
Errors'3' is a magic number.569
Errors'3' is a magic number.569
Errors'3' is a magic number.569
Errors'3' is a magic number.569
Errors'3' is a magic number.581
Errors'3' is a magic number.581
Errors'3' is a magic number.581
Errors'3' is a magic number.581
Errors'3' is a magic number.591
Errors'}' is not followed by whitespace.596
ErrorsLine is longer than 80 characters.602
ErrorsParameter evt should be final.602
Errors'{' is not followed by whitespace.602
ErrorsLine is longer than 80 characters.617
ErrorsLine is longer than 80 characters.618
ErrorsLine is longer than 80 characters.619
ErrorsLine is longer than 80 characters.621
Errors'}' is not followed by whitespace.639
ErrorsLine is longer than 80 characters.645
ErrorsParameter evt should be final.645
Errors'{' is not followed by whitespace.645
ErrorsLine is longer than 80 characters.660
ErrorsLine is longer than 80 characters.661
ErrorsLine is longer than 80 characters.662
ErrorsLine is longer than 80 characters.664
Errors'}' is not followed by whitespace.681
ErrorsLine is longer than 80 characters.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter evt should be final.683
Errors'{' is not followed by whitespace.683
Errors'}' is not followed by whitespace.685
ErrorsLine is longer than 80 characters.687
ErrorsMissing a Javadoc comment.687
ErrorsParameter evt should be final.687
Errors'{' is not followed by whitespace.687
Errors'}' is not followed by whitespace.689
ErrorsLine is longer than 80 characters.691
ErrorsMissing a Javadoc comment.691
ErrorsParameter evt should be final.691
Errors'{' is not followed by whitespace.691
Errors'}' is not followed by whitespace.699
ErrorsLine is longer than 80 characters.701
ErrorsMissing a Javadoc comment.701
ErrorsParameter evt should be final.701
Errors'{' is not followed by whitespace.701
Errors'}' is not followed by whitespace.703
ErrorsLine is longer than 80 characters.705
ErrorsMissing a Javadoc comment.705
ErrorsParameter evt should be final.705
Errors'{' is not followed by whitespace.705
ErrorsLine is longer than 80 characters.713
ErrorsLine is longer than 80 characters.714
ErrorsLine is longer than 80 characters.715
ErrorsLine is longer than 80 characters.716
Errors'}' is not followed by whitespace.724
ErrorsLine is longer than 80 characters.726
ErrorsMissing a Javadoc comment.726
ErrorsParameter evt should be final.726
Errors'{' is not followed by whitespace.726
Errors'}' is not followed by whitespace.728
ErrorsLine is longer than 80 characters.730
ErrorsMissing a Javadoc comment.730
ErrorsParameter evt should be final.730
Errors'{' is not followed by whitespace.730
Errors'}' is not followed by whitespace.732
ErrorsLine is longer than 80 characters.734
ErrorsMissing a Javadoc comment.734
ErrorsParameter evt should be final.734
Errors'{' is not followed by whitespace.734
ErrorsLine is longer than 80 characters.740
ErrorsLine is longer than 80 characters.744
Errors'}' is not followed by whitespace.751
ErrorsLine is longer than 80 characters.753
ErrorsMissing a Javadoc comment.753
ErrorsParameter evt should be final.753
Errors'{' is not followed by whitespace.753
Errors'}' is not followed by whitespace.755
ErrorsLine is longer than 80 characters.757
ErrorsMissing a Javadoc comment.757
ErrorsParameter evt should be final.757
Errors'{' is not followed by whitespace.757
Errors'}' is not followed by whitespace.765
ErrorsLine is longer than 80 characters.767
ErrorsMissing a Javadoc comment.767
ErrorsParameter evt should be final.767
Errors'{' is not followed by whitespace.767
Errors'}' is not followed by whitespace.769
ErrorsLine is longer than 80 characters.771
ErrorsMissing a Javadoc comment.771
ErrorsParameter evt should be final.771
Errors'{' is not followed by whitespace.771
Errors'}' is not followed by whitespace.773
ErrorsLine is longer than 80 characters.775
ErrorsMissing a Javadoc comment.775
ErrorsParameter evt should be final.775
Errors'{' is not followed by whitespace.775
ErrorsLine is longer than 80 characters.776
ErrorsLine is longer than 80 characters.784
ErrorsLine is longer than 80 characters.788
ErrorsLine is longer than 80 characters.789
Errors'}' is not followed by whitespace.792
ErrorsLine is longer than 80 characters.794
ErrorsMissing a Javadoc comment.794
ErrorsParameter evt should be final.794
Errors'{' is not followed by whitespace.794
ErrorsLine is longer than 80 characters.795
ErrorsLine is longer than 80 characters.803
ErrorsLine is longer than 80 characters.812
ErrorsLine is longer than 80 characters.813
Errors'}' is not followed by whitespace.815
ErrorsLine is longer than 80 characters.835
ErrorsParameter comando should be final.839
ErrorsLine is longer than 80 characters.842
ErrorsLine is longer than 80 characters.843
ErrorsLine is longer than 80 characters.855
ErrorsParameter comando should be final.859
ErrorsLine is longer than 80 characters.862
ErrorsExpected @throws tag for 'Exception'.874
ErrorsLine is longer than 80 characters.879
ErrorsLine is longer than 80 characters.881
ErrorsLine is longer than 80 characters.885
ErrorsLine is longer than 80 characters.890
ErrorsLine is longer than 80 characters.894
ErrorsLine is longer than 80 characters.903
ErrorsLine is longer than 80 characters.921
ErrorsLine is longer than 80 characters.932
ErrorsParameter e should be final.934
ErrorsLine is longer than 80 characters.950
ErrorsParameter e should be final.952
ErrorsLine is longer than 80 characters.958
ErrorsParameter e should be final.960
ErrorsLine is longer than 80 characters.976
ErrorsParameter e should be final.978
ErrorsExtra HTML tag found: </U>.991
ErrorsParameter valor should be final.995
ErrorsLine is longer than 80 characters.997
ErrorsComment matches to-do format 'TODO:'.1005
ErrorsLine is longer than 80 characters.1017
ErrorsLine is longer than 80 characters.1024
ErrorsLine is longer than 80 characters.1025
ErrorsLine is longer than 80 characters.1026
ErrorsLine is longer than 80 characters.1039
ErrorsParameter valor should be final.1043
ErrorsFirst sentence should end with a period.1047
ErrorsLine is longer than 80 characters.1071
ErrorsLine is longer than 80 characters.1080
ErrorsLine is longer than 80 characters.1087
ErrorsLine is longer than 80 characters.1115
ErrorsLine has trailing spaces.1128
ErrorsLine is longer than 80 characters.1139
ErrorsLine is longer than 80 characters.1146
ErrorsLine is longer than 80 characters.1147
ErrorsAvoid inline conditionals.1147
ErrorsLine is longer than 80 characters.1148
ErrorsAvoid inline conditionals.1148
ErrorsLine is longer than 80 characters.1153
ErrorsLine is longer than 80 characters.1161
ErrorsMissing a Javadoc comment.1167
ErrorsMissing a Javadoc comment.1192
ErrorsLine is longer than 80 characters.1194
ErrorsLine is longer than 80 characters.1202
ErrorsLine is longer than 80 characters.1203
ErrorsLine is longer than 80 characters.1211
ErrorsLine is longer than 80 characters.1233
ErrorsAvoid inline conditionals.1233
ErrorsMissing a Javadoc comment.1236
ErrorsLine is longer than 80 characters.1242
ErrorsMissing a Javadoc comment.1253
ErrorsParameter valor should be final.1253
ErrorsMissing a Javadoc comment.1261
ErrorsParameter valor should be final.1261
ErrorsLine is longer than 80 characters.1274
ErrorsMissing a Javadoc comment.1283
ErrorsLine is longer than 80 characters.1288
ErrorsLine is longer than 80 characters.1291
ErrorsLine is longer than 80 characters.1302
ErrorsLine is longer than 80 characters.1318
ErrorsLine is longer than 80 characters.1324
ErrorsLine is longer than 80 characters.1410
ErrorsLine is longer than 80 characters.1418
ErrorsMissing a Javadoc comment.1418
ErrorsMissing a Javadoc comment.1420
ErrorsMissing a Javadoc comment.1421
ErrorsMissing a Javadoc comment.1422
ErrorsMissing a Javadoc comment.1423
ErrorsMissing a Javadoc comment.1424
ErrorsMissing a Javadoc comment.1425
ErrorsMissing a Javadoc comment.1426
ErrorsMissing a Javadoc comment.1427
ErrorsMissing a Javadoc comment.1428
ErrorsMissing a Javadoc comment.1429
ErrorsMissing a Javadoc comment.1430
ErrorsMissing a Javadoc comment.1431
ErrorsMissing a Javadoc comment.1432
ErrorsMissing a Javadoc comment.1433
ErrorsMissing a Javadoc comment.1434
ErrorsMissing a Javadoc comment.1435
ErrorsMissing a Javadoc comment.1436
ErrorsMissing a Javadoc comment.1437
ErrorsMissing a Javadoc comment.1438
ErrorsMissing a Javadoc comment.1439
ErrorsMissing a Javadoc comment.1440
ErrorsMissing a Javadoc comment.1441
ErrorsMissing a Javadoc comment.1442
ErrorsMissing a Javadoc comment.1443
ErrorsMissing a Javadoc comment.1444
ErrorsMissing a Javadoc comment.1445
ErrorsMissing a Javadoc comment.1446
ErrorsMissing a Javadoc comment.1447
ErrorsMissing a Javadoc comment.1448
ErrorsMissing a Javadoc comment.1449
ErrorsMissing a Javadoc comment.1450
ErrorsMissing a Javadoc comment.1451
ErrorsMissing a Javadoc comment.1452
ErrorsMissing a Javadoc comment.1453
ErrorsMissing a Javadoc comment.1454
ErrorsMissing a Javadoc comment.1455
ErrorsMissing a Javadoc comment.1456
ErrorsMissing a Javadoc comment.1457
ErrorsMissing a Javadoc comment.1458
ErrorsMissing a Javadoc comment.1459
ErrorsMissing a Javadoc comment.1460
ErrorsMissing a Javadoc comment.1461
ErrorsMissing a Javadoc comment.1462
ErrorsMissing a Javadoc comment.1463
ErrorsMissing a Javadoc comment.1464
ErrorsMissing a Javadoc comment.1465
ErrorsMissing a Javadoc comment.1466
ErrorsMissing a Javadoc comment.1467
ErrorsMissing a Javadoc comment.1468
ErrorsMissing a Javadoc comment.1469
ErrorsMissing a Javadoc comment.1470
ErrorsMissing a Javadoc comment.1471
ErrorsMissing a Javadoc comment.1474
ErrorsMissing a Javadoc comment.1476
ErrorsMissing a Javadoc comment.1477
ErrorsMissing a Javadoc comment.1479
ErrorsMissing a Javadoc comment.1481
ErrorsMissing a Javadoc comment.1482
ErrorsMissing a Javadoc comment.1484
ErrorsComment matches to-do format 'TODO:'.1506
ErrorsLine is longer than 80 characters.1557
ErrorsParameter aMascaraData should be final.1557
ErrorsMissing a Javadoc comment.1561
ErrorsLine is longer than 80 characters.1562

net/sf/webphotos/gui/PopupMenu.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - javax.swing.*.18
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
ErrorsLine is longer than 80 characters.32
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'while' is not followed by whitespace.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
Errors'!=' is not preceded with whitespace.38
Errors'!=' is not followed by whitespace.38
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'+' is not preceded with whitespace.41
Errors'+' is not followed by whitespace.41
ErrorsLine is longer than 80 characters.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
ErrorsLine is longer than 80 characters.54
ErrorsParameter a should be final.57
Errors'=' is not preceded with whitespace.58
Errors'=' is not followed by whitespace.58
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
Errors'=' is not preceded with whitespace.62
Errors'=' is not followed by whitespace.62
Errors'20' is a magic number.63
Errors',' is not followed by whitespace.63
Errors'20' is a magic number.63
Errors',' is not followed by whitespace.63
Errors'100' is a magic number.63
Errors',' is not followed by whitespace.63
Errors'25' is a magic number.63
Errors'200' is a magic number.68
Errors',' is not followed by whitespace.68
Errors'200' is a magic number.68
ErrorsMethod 'getPreSQL' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMethod 'setPreSQL' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter preSQL should be final.86
Errors'preSQL' hides a field.86

net/sf/webphotos/gui/Visualizador.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsParameter caminhoImagem should be final.50
ErrorsParameter frame should be final.50
ErrorsParameter titulo should be final.50
Errors'550' is a magic number.61
Errors'550' is a magic number.61
Errors'550' is a magic number.62
Errors'10' is a magic number.67
Errors'60' is a magic number.67
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsParameter original should be final.85
ErrorsParameter tamMaximo should be final.85
ErrorsComment matches to-do format 'TODO:'.107
ErrorsMethod 'paint' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter g should be final.111
Errors'5' is a magic number.113
Errors'28' is a magic number.113
ErrorsComment matches to-do format 'TODO:'.120
ErrorsMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.123
ErrorsParameter e should be final.124
ErrorsLine is longer than 80 characters.132
ErrorsParameter a should be final.136
ErrorsArray brackets at illegal position.136
Errors'1154' is a magic number.137
Errors'1772' is a magic number.137
Errors'550' is a magic number.138

net/sf/webphotos/gui/component/BotaoIcone.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.34
ErrorsName 'acaoToolbar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
ErrorsMissing a Javadoc comment.35
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.40
ErrorsLine is longer than 80 characters.48
ErrorsVariable 'botaoPersonalizado' must be private and have accessor methods.49
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.69
ErrorsMethod 'getIconPrefix' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMethod 'setIconPrefix' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter iconPrefix should be final.108
Errors'iconPrefix' hides a field.108
ErrorsParameter iconPrefix should be final.116
Errors'iconPrefix' hides a field.116
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121

net/sf/webphotos/gui/component/BotaoIconeBeanInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.beans.*.18
ErrorsMissing a Javadoc comment.28
Errors'{' is not preceded with whitespace.28
ErrorsLine is longer than 80 characters.29
Errors'(' is preceded with whitespace.29
Errors'(' is followed by whitespace.29
Errors')' is preceded with whitespace.29
Errors'}' is not followed by whitespace.33
ErrorsMissing a Javadoc comment.35
ErrorsName 'PROPERTY_accessibleContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
ErrorsMissing a Javadoc comment.36
ErrorsName 'PROPERTY_action' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
ErrorsMissing a Javadoc comment.37
ErrorsName 'PROPERTY_actionCommand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
ErrorsMissing a Javadoc comment.38
ErrorsName 'PROPERTY_actionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
ErrorsMissing a Javadoc comment.39
ErrorsName 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsMissing a Javadoc comment.40
ErrorsName 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
ErrorsMissing a Javadoc comment.41
ErrorsName 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
ErrorsMissing a Javadoc comment.42
ErrorsName 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
ErrorsMissing a Javadoc comment.43
ErrorsName 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsMissing a Javadoc comment.44
ErrorsName 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
ErrorsMissing a Javadoc comment.45
ErrorsName 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
ErrorsMissing a Javadoc comment.46
ErrorsName 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
ErrorsMissing a Javadoc comment.47
ErrorsName 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
ErrorsMissing a Javadoc comment.48
ErrorsName 'PROPERTY_borderPainted' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsMissing a Javadoc comment.49
ErrorsName 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsMissing a Javadoc comment.50
ErrorsName 'PROPERTY_changeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
ErrorsMissing a Javadoc comment.51
ErrorsName 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
ErrorsMissing a Javadoc comment.52
ErrorsName 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
ErrorsMissing a Javadoc comment.53
ErrorsName 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
ErrorsMissing a Javadoc comment.54
ErrorsName 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsMissing a Javadoc comment.55
ErrorsName 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
ErrorsMissing a Javadoc comment.56
ErrorsName 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
ErrorsMissing a Javadoc comment.57
ErrorsName 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
ErrorsMissing a Javadoc comment.58
ErrorsName 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsMissing a Javadoc comment.59
ErrorsName 'PROPERTY_contentAreaFilled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
ErrorsMissing a Javadoc comment.60
ErrorsName 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
ErrorsMissing a Javadoc comment.61
ErrorsName 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
ErrorsMissing a Javadoc comment.62
ErrorsName 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
ErrorsMissing a Javadoc comment.63
ErrorsName 'PROPERTY_defaultButton' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
ErrorsMissing a Javadoc comment.64
ErrorsName 'PROPERTY_defaultCapable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
ErrorsMissing a Javadoc comment.65
ErrorsName 'PROPERTY_disabledIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
ErrorsMissing a Javadoc comment.66
ErrorsName 'PROPERTY_disabledSelectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
ErrorsMissing a Javadoc comment.67
ErrorsName 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.67
ErrorsMissing a Javadoc comment.68
ErrorsName 'PROPERTY_displayedMnemonicIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.68
ErrorsMissing a Javadoc comment.69
ErrorsName 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
ErrorsMissing a Javadoc comment.70
ErrorsName 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
ErrorsMissing a Javadoc comment.71
ErrorsName 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.71
ErrorsMissing a Javadoc comment.72
ErrorsName 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
ErrorsMissing a Javadoc comment.73
ErrorsName 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.73
ErrorsMissing a Javadoc comment.74
ErrorsName 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
ErrorsMissing a Javadoc comment.75
ErrorsName 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.75
ErrorsMissing a Javadoc comment.76
ErrorsName 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.76
ErrorsMissing a Javadoc comment.77
ErrorsName 'PROPERTY_focusPainted' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.77
ErrorsMissing a Javadoc comment.78
ErrorsName 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.78
ErrorsMissing a Javadoc comment.79
ErrorsName 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
ErrorsMissing a Javadoc comment.80
ErrorsName 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
ErrorsMissing a Javadoc comment.81
ErrorsName 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.81
ErrorsMissing a Javadoc comment.82
ErrorsName 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.82
ErrorsMissing a Javadoc comment.83
ErrorsName 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
ErrorsMissing a Javadoc comment.84
ErrorsName 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.84
ErrorsMissing a Javadoc comment.85
ErrorsName 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.85
ErrorsMissing a Javadoc comment.86
ErrorsName 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
ErrorsMissing a Javadoc comment.87
ErrorsName 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87
ErrorsMissing a Javadoc comment.88
ErrorsName 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.88
ErrorsMissing a Javadoc comment.89
ErrorsName 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.89
ErrorsMissing a Javadoc comment.90
ErrorsName 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
ErrorsMissing a Javadoc comment.91
ErrorsName 'PROPERTY_hideActionText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.91
ErrorsMissing a Javadoc comment.92
ErrorsName 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
ErrorsMissing a Javadoc comment.93
ErrorsName 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.93
ErrorsMissing a Javadoc comment.94
ErrorsName 'PROPERTY_horizontalAlignment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.94
ErrorsMissing a Javadoc comment.95
ErrorsName 'PROPERTY_horizontalTextPosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.95
ErrorsMissing a Javadoc comment.96
ErrorsName 'PROPERTY_icon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.96
ErrorsMissing a Javadoc comment.97
ErrorsName 'PROPERTY_iconPrefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.97
ErrorsMissing a Javadoc comment.98
ErrorsName 'PROPERTY_iconTextGap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.98
ErrorsMissing a Javadoc comment.99
ErrorsName 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.99
ErrorsMissing a Javadoc comment.100
ErrorsName 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.100
ErrorsMissing a Javadoc comment.101
ErrorsName 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.101
ErrorsMissing a Javadoc comment.102
ErrorsName 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.102
ErrorsMissing a Javadoc comment.103
ErrorsName 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.103
ErrorsMissing a Javadoc comment.104
ErrorsName 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.104
ErrorsMissing a Javadoc comment.105
ErrorsName 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.105
ErrorsMissing a Javadoc comment.106
ErrorsName 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.106
ErrorsMissing a Javadoc comment.107
ErrorsName 'PROPERTY_itemListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.107
ErrorsMissing a Javadoc comment.108
ErrorsName 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.108
ErrorsMissing a Javadoc comment.109
ErrorsName 'PROPERTY_label' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.109
ErrorsMissing a Javadoc comment.110
ErrorsName 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.110
ErrorsMissing a Javadoc comment.111
ErrorsName 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.111
ErrorsMissing a Javadoc comment.112
ErrorsName 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.112
ErrorsMissing a Javadoc comment.113
ErrorsName 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.113
ErrorsMissing a Javadoc comment.114
ErrorsName 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.114
ErrorsMissing a Javadoc comment.115
ErrorsName 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.115
ErrorsMissing a Javadoc comment.116
ErrorsName 'PROPERTY_margin' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.116
ErrorsMissing a Javadoc comment.117
ErrorsName 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.117
ErrorsMissing a Javadoc comment.118
ErrorsName 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.118
ErrorsMissing a Javadoc comment.119
ErrorsName 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.119
ErrorsMissing a Javadoc comment.120
ErrorsName 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.120
ErrorsMissing a Javadoc comment.121
ErrorsName 'PROPERTY_mnemonic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.121
ErrorsMissing a Javadoc comment.122
ErrorsName 'PROPERTY_model' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.122
ErrorsMissing a Javadoc comment.123
ErrorsName 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.123
ErrorsMissing a Javadoc comment.124
ErrorsName 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.124
ErrorsMissing a Javadoc comment.125
ErrorsName 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.125
ErrorsMissing a Javadoc comment.126
ErrorsName 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.126
ErrorsMissing a Javadoc comment.127
ErrorsName 'PROPERTY_multiClickThreshhold' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.127
ErrorsMissing a Javadoc comment.128
ErrorsName 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.128
ErrorsMissing a Javadoc comment.129
ErrorsName 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.129
ErrorsMissing a Javadoc comment.130
ErrorsName 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.130
ErrorsMissing a Javadoc comment.131
ErrorsName 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.131
ErrorsMissing a Javadoc comment.132
ErrorsName 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.132
ErrorsMissing a Javadoc comment.133
ErrorsName 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.133
ErrorsMissing a Javadoc comment.134
ErrorsName 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.134
ErrorsMissing a Javadoc comment.135
ErrorsName 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.135
ErrorsMissing a Javadoc comment.136
ErrorsName 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.136
ErrorsMissing a Javadoc comment.137
ErrorsName 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.137
ErrorsMissing a Javadoc comment.138
ErrorsName 'PROPERTY_pressedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.138
ErrorsMissing a Javadoc comment.139
ErrorsName 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.139
ErrorsMissing a Javadoc comment.140
ErrorsName 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.140
ErrorsMissing a Javadoc comment.141
ErrorsName 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.141
ErrorsMissing a Javadoc comment.142
ErrorsName 'PROPERTY_rolloverEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.142
ErrorsMissing a Javadoc comment.143
ErrorsName 'PROPERTY_rolloverIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.143
ErrorsMissing a Javadoc comment.144
ErrorsName 'PROPERTY_rolloverSelectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.144
ErrorsMissing a Javadoc comment.145
ErrorsName 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.145
ErrorsMissing a Javadoc comment.146
ErrorsName 'PROPERTY_selected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.146
ErrorsMissing a Javadoc comment.147
ErrorsName 'PROPERTY_selectedIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.147
ErrorsMissing a Javadoc comment.148
ErrorsName 'PROPERTY_selectedObjects' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.148
ErrorsMissing a Javadoc comment.149
ErrorsName 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.149
ErrorsMissing a Javadoc comment.150
ErrorsName 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.150
ErrorsMissing a Javadoc comment.151
ErrorsName 'PROPERTY_text' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.151
ErrorsMissing a Javadoc comment.152
ErrorsName 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.152
ErrorsMissing a Javadoc comment.153
ErrorsName 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.153
ErrorsMissing a Javadoc comment.154
ErrorsName 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.154
ErrorsMissing a Javadoc comment.155
ErrorsName 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.155
ErrorsMissing a Javadoc comment.156
ErrorsName 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.156
ErrorsMissing a Javadoc comment.157
ErrorsMissing a Javadoc comment.158
ErrorsName 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.158
ErrorsMissing a Javadoc comment.159
ErrorsName 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.159
ErrorsMissing a Javadoc comment.160
ErrorsName 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.160
ErrorsMissing a Javadoc comment.161
ErrorsName 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.161
ErrorsMissing a Javadoc comment.162
ErrorsName 'PROPERTY_verticalAlignment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.162
ErrorsMissing a Javadoc comment.163
ErrorsName 'PROPERTY_verticalTextPosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.163
ErrorsMissing a Javadoc comment.164
ErrorsName 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.164
ErrorsMissing a Javadoc comment.165
ErrorsName 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.165
ErrorsMissing a Javadoc comment.166
ErrorsName 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.166
ErrorsMissing a Javadoc comment.167
ErrorsName 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.167
ErrorsMissing a Javadoc comment.168
ErrorsName 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.168
ErrorsMissing a Javadoc comment.169
ErrorsName 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.169
ErrorsLine has trailing spaces.171
ErrorsMissing a Javadoc comment.173
Errors'{' is not preceded with whitespace.173
Errors'135' is a magic number.174
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.177
Errors'(' is preceded with whitespace.177
Errors'(' is followed by whitespace.177
Errors')' is preceded with whitespace.177
ErrorsLine is longer than 80 characters.178
Errors'(' is preceded with whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
ErrorsLine is longer than 80 characters.179
Errors'(' is preceded with whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
ErrorsLine is longer than 80 characters.180
Errors'(' is preceded with whitespace.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine is longer than 80 characters.181
Errors'(' is preceded with whitespace.181
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
ErrorsLine is longer than 80 characters.182
Errors'(' is preceded with whitespace.182
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
ErrorsLine is longer than 80 characters.183
Errors'(' is preceded with whitespace.183
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
ErrorsLine is longer than 80 characters.184
Errors'(' is preceded with whitespace.184
Errors'(' is followed by whitespace.184
Errors')' is preceded with whitespace.184
ErrorsLine is longer than 80 characters.185
Errors'(' is preceded with whitespace.185
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
ErrorsLine is longer than 80 characters.186
Errors'(' is preceded with whitespace.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
ErrorsLine is longer than 80 characters.187
Errors'(' is preceded with whitespace.187
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
ErrorsLine is longer than 80 characters.188
Errors'(' is preceded with whitespace.188
Errors'(' is followed by whitespace.188
Errors')' is preceded with whitespace.188
ErrorsLine is longer than 80 characters.189
Errors'(' is preceded with whitespace.189
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
ErrorsLine is longer than 80 characters.190
Errors'(' is preceded with whitespace.190
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
ErrorsLine is longer than 80 characters.191
Errors'(' is preceded with whitespace.191
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
ErrorsLine is longer than 80 characters.192
Errors'(' is preceded with whitespace.192
Errors'(' is followed by whitespace.192
Errors')' is preceded with whitespace.192
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.193
Errors'(' is followed by whitespace.193
Errors')' is preceded with whitespace.193
ErrorsLine is longer than 80 characters.194
Errors'(' is preceded with whitespace.194
Errors'(' is followed by whitespace.194
Errors')' is preceded with whitespace.194
ErrorsLine is longer than 80 characters.195
Errors'(' is preceded with whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.196
Errors'(' is preceded with whitespace.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
Errors'(' is preceded with whitespace.197
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
ErrorsLine is longer than 80 characters.198
Errors'(' is preceded with whitespace.198
Errors'(' is followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine is longer than 80 characters.199
Errors'(' is preceded with whitespace.199
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
ErrorsLine is longer than 80 characters.200
Errors'(' is preceded with whitespace.200
Errors'(' is followed by whitespace.200
Errors')' is preceded with whitespace.200
ErrorsLine is longer than 80 characters.201
Errors'(' is preceded with whitespace.201
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
ErrorsLine is longer than 80 characters.202
Errors'(' is preceded with whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.203
Errors'(' is preceded with whitespace.203
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
ErrorsLine is longer than 80 characters.204
Errors'(' is preceded with whitespace.204
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
ErrorsLine is longer than 80 characters.205
Errors'(' is preceded with whitespace.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
ErrorsLine is longer than 80 characters.206
Errors'(' is preceded with whitespace.206
Errors'(' is followed by whitespace.206
Errors')' is preceded with whitespace.206
ErrorsLine is longer than 80 characters.207
Errors'(' is preceded with whitespace.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
ErrorsLine is longer than 80 characters.208
Errors'(' is preceded with whitespace.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine is longer than 80 characters.209
Errors'(' is preceded with whitespace.209
Errors'(' is followed by whitespace.209
Errors')' is preceded with whitespace.209
ErrorsLine is longer than 80 characters.210
Errors'(' is preceded with whitespace.210
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
ErrorsLine is longer than 80 characters.211
Errors'(' is preceded with whitespace.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
ErrorsLine is longer than 80 characters.212
Errors'(' is preceded with whitespace.212
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
ErrorsLine is longer than 80 characters.213
Errors'(' is preceded with whitespace.213
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
ErrorsLine is longer than 80 characters.214
Errors'(' is preceded with whitespace.214
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
ErrorsLine is longer than 80 characters.215
Errors'(' is preceded with whitespace.215
Errors'(' is followed by whitespace.215
Errors')' is preceded with whitespace.215
ErrorsLine is longer than 80 characters.216
Errors'(' is preceded with whitespace.216
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
ErrorsLine is longer than 80 characters.217
Errors'(' is preceded with whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
ErrorsLine is longer than 80 characters.218
Errors'(' is preceded with whitespace.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
ErrorsLine is longer than 80 characters.219
Errors'(' is preceded with whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
ErrorsLine is longer than 80 characters.220
Errors'(' is preceded with whitespace.220
Errors'(' is followed by whitespace.220
Errors')' is preceded with whitespace.220
ErrorsLine is longer than 80 characters.221
Errors'(' is preceded with whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
ErrorsLine is longer than 80 characters.222
Errors'(' is preceded with whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine is longer than 80 characters.223
Errors'(' is preceded with whitespace.223
Errors'(' is followed by whitespace.223
Errors')' is preceded with whitespace.223
ErrorsLine is longer than 80 characters.224
Errors'(' is preceded with whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
ErrorsLine is longer than 80 characters.225
Errors'(' is preceded with whitespace.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
ErrorsLine is longer than 80 characters.226
Errors'(' is preceded with whitespace.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsLine is longer than 80 characters.227
Errors'(' is preceded with whitespace.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
ErrorsLine is longer than 80 characters.228
Errors'(' is preceded with whitespace.228
Errors'(' is followed by whitespace.228
Errors')' is preceded with whitespace.228
ErrorsLine is longer than 80 characters.229
Errors'(' is preceded with whitespace.229
Errors'(' is followed by whitespace.229
Errors')' is preceded with whitespace.229
ErrorsLine is longer than 80 characters.230
Errors'(' is preceded with whitespace.230
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
ErrorsLine is longer than 80 characters.231
Errors'(' is preceded with whitespace.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
ErrorsLine is longer than 80 characters.232
Errors'(' is preceded with whitespace.232
Errors'(' is followed by whitespace.232
Errors')' is preceded with whitespace.232
ErrorsLine is longer than 80 characters.233
Errors'(' is preceded with whitespace.233
Errors'(' is followed by whitespace.233
Errors')' is preceded with whitespace.233
ErrorsLine is longer than 80 characters.234
Errors'(' is preceded with whitespace.234
Errors'(' is followed by whitespace.234
Errors')' is preceded with whitespace.234
ErrorsLine is longer than 80 characters.235
Errors'(' is preceded with whitespace.235
Errors'(' is followed by whitespace.235
Errors')' is preceded with whitespace.235
ErrorsLine is longer than 80 characters.236
Errors'(' is preceded with whitespace.236
Errors'(' is followed by whitespace.236
Errors')' is preceded with whitespace.236
ErrorsLine is longer than 80 characters.237
Errors'(' is preceded with whitespace.237
Errors'(' is followed by whitespace.237
Errors')' is preceded with whitespace.237
ErrorsLine is longer than 80 characters.238
Errors'(' is preceded with whitespace.238
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
ErrorsLine is longer than 80 characters.239
Errors'(' is preceded with whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
ErrorsLine is longer than 80 characters.240
Errors'(' is preceded with whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine is longer than 80 characters.241
Errors'(' is preceded with whitespace.241
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
ErrorsLine is longer than 80 characters.242
Errors'(' is preceded with whitespace.242
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
ErrorsLine is longer than 80 characters.243
Errors'(' is preceded with whitespace.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
ErrorsLine is longer than 80 characters.244
Errors'(' is preceded with whitespace.244
Errors'(' is followed by whitespace.244
Errors')' is preceded with whitespace.244
ErrorsLine is longer than 80 characters.245
Errors'(' is preceded with whitespace.245
Errors'(' is followed by whitespace.245
Errors')' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.246
Errors'(' is preceded with whitespace.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
ErrorsLine is longer than 80 characters.247
Errors'(' is preceded with whitespace.247
Errors'(' is followed by whitespace.247
Errors')' is preceded with whitespace.247
ErrorsLine is longer than 80 characters.248
Errors'(' is preceded with whitespace.248
Errors'(' is followed by whitespace.248
Errors')' is preceded with whitespace.248
ErrorsLine is longer than 80 characters.249
Errors'(' is preceded with whitespace.249
Errors'(' is followed by whitespace.249
Errors')' is preceded with whitespace.249
ErrorsLine is longer than 80 characters.250
Errors'(' is preceded with whitespace.250
Errors'(' is followed by whitespace.250
Errors')' is preceded with whitespace.250
ErrorsLine is longer than 80 characters.251
Errors'(' is preceded with whitespace.251
Errors'(' is followed by whitespace.251
Errors')' is preceded with whitespace.251
ErrorsLine is longer than 80 characters.252
Errors'(' is preceded with whitespace.252
Errors'(' is followed by whitespace.252
Errors')' is preceded with whitespace.252
ErrorsLine is longer than 80 characters.253
Errors'(' is preceded with whitespace.253
Errors'(' is followed by whitespace.253
Errors')' is preceded with whitespace.253
ErrorsLine is longer than 80 characters.254
Errors'(' is preceded with whitespace.254
Errors'(' is followed by whitespace.254
Errors')' is preceded with whitespace.254
ErrorsLine is longer than 80 characters.255
Errors'(' is preceded with whitespace.255
Errors'(' is followed by whitespace.255
Errors')' is preceded with whitespace.255
ErrorsLine is longer than 80 characters.256
Errors'(' is preceded with whitespace.256
Errors'(' is followed by whitespace.256
Errors')' is preceded with whitespace.256
ErrorsLine is longer than 80 characters.257
Errors'(' is preceded with whitespace.257
Errors'(' is followed by whitespace.257
Errors')' is preceded with whitespace.257
ErrorsLine is longer than 80 characters.258
Errors'(' is preceded with whitespace.258
Errors'(' is followed by whitespace.258
Errors')' is preceded with whitespace.258
ErrorsLine is longer than 80 characters.259
Errors'(' is preceded with whitespace.259
Errors'(' is followed by whitespace.259
Errors')' is preceded with whitespace.259
ErrorsLine is longer than 80 characters.260
Errors'(' is preceded with whitespace.260
Errors'(' is followed by whitespace.260
Errors')' is preceded with whitespace.260
ErrorsLine is longer than 80 characters.261
Errors'(' is preceded with whitespace.261
Errors'(' is followed by whitespace.261
Errors')' is preceded with whitespace.261
ErrorsLine is longer than 80 characters.262
Errors'(' is preceded with whitespace.262
Errors'(' is followed by whitespace.262
Errors')' is preceded with whitespace.262
ErrorsLine is longer than 80 characters.263
Errors'(' is preceded with whitespace.263
Errors'(' is followed by whitespace.263
Errors')' is preceded with whitespace.263
ErrorsLine is longer than 80 characters.264
Errors'(' is preceded with whitespace.264
Errors'(' is followed by whitespace.264
Errors')' is preceded with whitespace.264
ErrorsLine is longer than 80 characters.265
Errors'(' is preceded with whitespace.265
Errors'(' is followed by whitespace.265
Errors')' is preceded with whitespace.265
ErrorsLine is longer than 80 characters.266
Errors'(' is preceded with whitespace.266
Errors'(' is followed by whitespace.266
Errors')' is preceded with whitespace.266
ErrorsLine is longer than 80 characters.267
Errors'(' is preceded with whitespace.267
Errors'(' is followed by whitespace.267
Errors')' is preceded with whitespace.267
ErrorsLine is longer than 80 characters.268
Errors'(' is preceded with whitespace.268
Errors'(' is followed by whitespace.268
Errors')' is preceded with whitespace.268
ErrorsLine is longer than 80 characters.269
Errors'(' is preceded with whitespace.269
Errors'(' is followed by whitespace.269
Errors')' is preceded with whitespace.269
ErrorsLine is longer than 80 characters.270
Errors'(' is preceded with whitespace.270
Errors'(' is followed by whitespace.270
Errors')' is preceded with whitespace.270
ErrorsLine is longer than 80 characters.271
Errors'(' is preceded with whitespace.271
Errors'(' is followed by whitespace.271
Errors')' is preceded with whitespace.271
ErrorsLine is longer than 80 characters.272
Errors'(' is preceded with whitespace.272
Errors'(' is followed by whitespace.272
Errors')' is preceded with whitespace.272
ErrorsLine is longer than 80 characters.273
Errors'(' is preceded with whitespace.273
Errors'(' is followed by whitespace.273
Errors')' is preceded with whitespace.273
ErrorsLine is longer than 80 characters.274
Errors'(' is preceded with whitespace.274
Errors'(' is followed by whitespace.274
Errors')' is preceded with whitespace.274
ErrorsLine is longer than 80 characters.275
Errors'(' is preceded with whitespace.275
Errors'(' is followed by whitespace.275
Errors')' is preceded with whitespace.275
ErrorsLine is longer than 80 characters.276
Errors'(' is preceded with whitespace.276
Errors'(' is followed by whitespace.276
Errors')' is preceded with whitespace.276
ErrorsLine is longer than 80 characters.277
Errors'(' is preceded with whitespace.277
Errors'(' is followed by whitespace.277
Errors')' is preceded with whitespace.277
ErrorsLine is longer than 80 characters.278
Errors'(' is preceded with whitespace.278
Errors'(' is followed by whitespace.278
Errors')' is preceded with whitespace.278
ErrorsLine is longer than 80 characters.279
Errors'(' is preceded with whitespace.279
Errors'(' is followed by whitespace.279
Errors')' is preceded with whitespace.279
ErrorsLine is longer than 80 characters.280
Errors'(' is preceded with whitespace.280
Errors'(' is followed by whitespace.280
Errors')' is preceded with whitespace.280
ErrorsLine is longer than 80 characters.281
Errors'(' is preceded with whitespace.281
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
ErrorsLine is longer than 80 characters.282
Errors'(' is preceded with whitespace.282
Errors'(' is followed by whitespace.282
Errors')' is preceded with whitespace.282
ErrorsLine is longer than 80 characters.283
Errors'(' is preceded with whitespace.283
Errors'(' is followed by whitespace.283
Errors')' is preceded with whitespace.283
ErrorsLine is longer than 80 characters.284
Errors'(' is preceded with whitespace.284
Errors'(' is followed by whitespace.284
Errors')' is preceded with whitespace.284
ErrorsLine is longer than 80 characters.285
Errors'(' is preceded with whitespace.285
Errors'(' is followed by whitespace.285
Errors')' is preceded with whitespace.285
ErrorsLine is longer than 80 characters.286
Errors'(' is preceded with whitespace.286
Errors'(' is followed by whitespace.286
Errors')' is preceded with whitespace.286
ErrorsLine is longer than 80 characters.287
Errors'(' is preceded with whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
ErrorsLine is longer than 80 characters.288
Errors'(' is preceded with whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
ErrorsLine is longer than 80 characters.289
Errors'(' is preceded with whitespace.289
Errors'(' is followed by whitespace.289
Errors')' is preceded with whitespace.289
ErrorsLine is longer than 80 characters.290
Errors'(' is preceded with whitespace.290
Errors'(' is followed by whitespace.290
Errors')' is preceded with whitespace.290
ErrorsLine is longer than 80 characters.291
Errors'(' is preceded with whitespace.291
Errors'(' is followed by whitespace.291
Errors')' is preceded with whitespace.291
ErrorsLine is longer than 80 characters.292
Errors'(' is preceded with whitespace.292
Errors'(' is followed by whitespace.292
Errors')' is preceded with whitespace.292
ErrorsLine is longer than 80 characters.293
Errors'(' is preceded with whitespace.293
Errors'(' is followed by whitespace.293
Errors')' is preceded with whitespace.293
ErrorsLine is longer than 80 characters.294
Errors'(' is preceded with whitespace.294
Errors'(' is followed by whitespace.294
Errors')' is preceded with whitespace.294
ErrorsLine is longer than 80 characters.295
Errors'(' is preceded with whitespace.295
Errors'(' is followed by whitespace.295
Errors')' is preceded with whitespace.295
ErrorsLine is longer than 80 characters.296
Errors'(' is preceded with whitespace.296
Errors'(' is followed by whitespace.296
Errors')' is preceded with whitespace.296
ErrorsLine is longer than 80 characters.297
Errors'(' is preceded with whitespace.297
Errors'(' is followed by whitespace.297
Errors')' is preceded with whitespace.297
ErrorsLine is longer than 80 characters.298
Errors'(' is preceded with whitespace.298
Errors'(' is followed by whitespace.298
Errors')' is preceded with whitespace.298
ErrorsLine is longer than 80 characters.299
Errors'(' is preceded with whitespace.299
Errors'(' is followed by whitespace.299
Errors')' is preceded with whitespace.299
ErrorsLine is longer than 80 characters.300
Errors'(' is preceded with whitespace.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
ErrorsLine is longer than 80 characters.301
Errors'(' is preceded with whitespace.301
Errors'(' is followed by whitespace.301
Errors')' is preceded with whitespace.301
ErrorsLine is longer than 80 characters.302
Errors'(' is preceded with whitespace.302
Errors'(' is followed by whitespace.302
Errors')' is preceded with whitespace.302
ErrorsLine is longer than 80 characters.303
Errors'(' is preceded with whitespace.303
Errors'(' is followed by whitespace.303
Errors')' is preceded with whitespace.303
ErrorsLine is longer than 80 characters.304
Errors'(' is preceded with whitespace.304
Errors'(' is followed by whitespace.304
Errors')' is preceded with whitespace.304
ErrorsLine is longer than 80 characters.305
Errors'(' is preceded with whitespace.305
Errors'(' is followed by whitespace.305
Errors')' is preceded with whitespace.305
ErrorsLine is longer than 80 characters.306
Errors'(' is preceded with whitespace.306
Errors'(' is followed by whitespace.306
Errors')' is preceded with whitespace.306
ErrorsLine is longer than 80 characters.307
Errors'(' is preceded with whitespace.307
Errors'(' is followed by whitespace.307
Errors')' is preceded with whitespace.307
ErrorsLine is longer than 80 characters.308
Errors'(' is preceded with whitespace.308
Errors'(' is followed by whitespace.308
Errors')' is preceded with whitespace.308
ErrorsLine is longer than 80 characters.309
Errors'(' is preceded with whitespace.309
Errors'(' is followed by whitespace.309
Errors')' is preceded with whitespace.309
ErrorsLine is longer than 80 characters.310
Errors'(' is preceded with whitespace.310
Errors'(' is followed by whitespace.310
Errors')' is preceded with whitespace.310
ErrorsLine is longer than 80 characters.311
Errors'(' is preceded with whitespace.311
Errors'(' is followed by whitespace.311
Errors')' is preceded with whitespace.311
Errors'}' should be on the same line.312
Errors'catch' is not followed by whitespace.313
Errors'}' is not followed by whitespace.315
Errors'}' is not followed by whitespace.319
ErrorsMissing a Javadoc comment.321
ErrorsName 'EVENT_actionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.321
ErrorsMissing a Javadoc comment.322
ErrorsName 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.322
ErrorsMissing a Javadoc comment.323
ErrorsName 'EVENT_changeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.323
ErrorsMissing a Javadoc comment.324
ErrorsName 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.324
ErrorsMissing a Javadoc comment.325
ErrorsName 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.325
ErrorsMissing a Javadoc comment.326
ErrorsName 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.326
ErrorsMissing a Javadoc comment.327
ErrorsName 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.327
ErrorsMissing a Javadoc comment.328
ErrorsName 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.328
ErrorsMissing a Javadoc comment.329
ErrorsName 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.329
ErrorsMissing a Javadoc comment.330
ErrorsName 'EVENT_itemListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.330
ErrorsMissing a Javadoc comment.331
ErrorsName 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.331
ErrorsMissing a Javadoc comment.332
ErrorsName 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.332
ErrorsMissing a Javadoc comment.333
ErrorsName 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.333
ErrorsMissing a Javadoc comment.334
ErrorsName 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.334
ErrorsMissing a Javadoc comment.335
ErrorsName 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.335
ErrorsMissing a Javadoc comment.336
ErrorsName 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.336
ErrorsMissing a Javadoc comment.340
Errors'{' is not preceded with whitespace.340
Errors'16' is a magic number.341
ErrorsLine has trailing spaces.342
ErrorsLine is longer than 80 characters.344
Errors'(' is preceded with whitespace.344
Errors'(' is followed by whitespace.344
Errors')' is preceded with whitespace.344
ErrorsLine is longer than 80 characters.345
Errors'(' is preceded with whitespace.345
Errors'(' is followed by whitespace.345
Errors')' is preceded with whitespace.345
ErrorsLine is longer than 80 characters.346
Errors'(' is preceded with whitespace.346
Errors'(' is followed by whitespace.346
Errors')' is preceded with whitespace.346
ErrorsLine is longer than 80 characters.347
Errors'(' is preceded with whitespace.347
Errors'(' is followed by whitespace.347
Errors')' is preceded with whitespace.347
ErrorsLine is longer than 80 characters.348
Errors'(' is preceded with whitespace.348
Errors'(' is followed by whitespace.348
Errors')' is preceded with whitespace.348
ErrorsLine is longer than 80 characters.349
Errors'(' is preceded with whitespace.349
Errors'(' is followed by whitespace.349
Errors')' is preceded with whitespace.349
ErrorsLine is longer than 80 characters.350
Errors'(' is preceded with whitespace.350
Errors'(' is followed by whitespace.350
Errors')' is preceded with whitespace.350
ErrorsLine is longer than 80 characters.351
Errors'(' is preceded with whitespace.351
Errors'(' is followed by whitespace.351
Errors')' is preceded with whitespace.351
ErrorsLine is longer than 80 characters.352
Errors'(' is preceded with whitespace.352
Errors'(' is followed by whitespace.352
Errors')' is preceded with whitespace.352
ErrorsLine is longer than 80 characters.353
Errors'(' is preceded with whitespace.353
Errors'(' is followed by whitespace.353
Errors')' is preceded with whitespace.353
ErrorsLine is longer than 80 characters.354
Errors'(' is preceded with whitespace.354
Errors'(' is followed by whitespace.354
Errors')' is preceded with whitespace.354
ErrorsLine is longer than 80 characters.355
Errors'(' is preceded with whitespace.355
Errors'(' is followed by whitespace.355
Errors')' is preceded with whitespace.355
ErrorsLine is longer than 80 characters.356
Errors'(' is preceded with whitespace.356
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
ErrorsLine is longer than 80 characters.357
Errors'(' is preceded with whitespace.357
Errors'(' is followed by whitespace.357
Errors')' is preceded with whitespace.357
ErrorsLine is longer than 80 characters.358
Errors'(' is preceded with whitespace.358
Errors'(' is followed by whitespace.358
Errors')' is preceded with whitespace.358
ErrorsLine is longer than 80 characters.359
Errors'(' is preceded with whitespace.359
Errors'(' is followed by whitespace.359
Errors')' is preceded with whitespace.359
Errors'}' should be on the same line.360
Errors'catch' is not followed by whitespace.361
Errors'}' is not followed by whitespace.363
Errors'}' is not followed by whitespace.367
ErrorsMissing a Javadoc comment.369
ErrorsName 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.369
ErrorsMissing a Javadoc comment.370
ErrorsName 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.370
ErrorsMissing a Javadoc comment.371
ErrorsName 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.371
ErrorsMissing a Javadoc comment.372
ErrorsName 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.372
ErrorsMissing a Javadoc comment.373
ErrorsName 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.373
ErrorsMissing a Javadoc comment.374
ErrorsName 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.374
ErrorsMissing a Javadoc comment.375
ErrorsName 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.375
ErrorsMissing a Javadoc comment.376
ErrorsName 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.376
ErrorsMissing a Javadoc comment.377
ErrorsName 'METHOD_computeVisibleRect8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.377
ErrorsMissing a Javadoc comment.378
ErrorsName 'METHOD_contains9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.378
ErrorsMissing a Javadoc comment.379
ErrorsName 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.379
ErrorsMissing a Javadoc comment.380
ErrorsName 'METHOD_countComponents11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.380
ErrorsMissing a Javadoc comment.381
ErrorsName 'METHOD_createImage12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.381
ErrorsMissing a Javadoc comment.382
ErrorsName 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.382
ErrorsMissing a Javadoc comment.383
ErrorsName 'METHOD_createToolTip14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.383
ErrorsMissing a Javadoc comment.384
ErrorsName 'METHOD_createVolatileImage15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.384
ErrorsMissing a Javadoc comment.385
ErrorsName 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.385
ErrorsMissing a Javadoc comment.386
ErrorsName 'METHOD_deliverEvent17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.386
ErrorsMissing a Javadoc comment.387
ErrorsName 'METHOD_disable18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.387
ErrorsMissing a Javadoc comment.388
ErrorsName 'METHOD_dispatchEvent19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.388
ErrorsMissing a Javadoc comment.389
ErrorsName 'METHOD_doClick20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.389
ErrorsMissing a Javadoc comment.390
ErrorsName 'METHOD_doClick21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.390
ErrorsMissing a Javadoc comment.391
ErrorsName 'METHOD_doLayout22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.391
ErrorsMissing a Javadoc comment.392
ErrorsName 'METHOD_enable23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.392
ErrorsMissing a Javadoc comment.393
ErrorsName 'METHOD_enable24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.393
ErrorsMissing a Javadoc comment.394
ErrorsName 'METHOD_enableInputMethods25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.394
ErrorsMissing a Javadoc comment.395
ErrorsName 'METHOD_findComponentAt26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.395
ErrorsMissing a Javadoc comment.396
ErrorsName 'METHOD_findComponentAt27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.396
ErrorsMissing a Javadoc comment.397
ErrorsName 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.397
ErrorsMissing a Javadoc comment.398
ErrorsName 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.398
ErrorsMissing a Javadoc comment.399
ErrorsName 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.399
ErrorsMissing a Javadoc comment.400
ErrorsName 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.400
ErrorsMissing a Javadoc comment.401
ErrorsName 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.401
ErrorsMissing a Javadoc comment.402
ErrorsName 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.402
ErrorsMissing a Javadoc comment.403
ErrorsName 'METHOD_firePropertyChange34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.403
ErrorsMissing a Javadoc comment.404
ErrorsName 'METHOD_firePropertyChange35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.404
ErrorsMissing a Javadoc comment.405
ErrorsName 'METHOD_getAcaoToolbar36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.405
ErrorsMissing a Javadoc comment.406
ErrorsName 'METHOD_getActionForKeyStroke37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.406
ErrorsMissing a Javadoc comment.407
ErrorsName 'METHOD_getBaseline38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.407
ErrorsMissing a Javadoc comment.408
ErrorsName 'METHOD_getBounds39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.408
ErrorsMissing a Javadoc comment.409
ErrorsName 'METHOD_getClientProperty40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.409
ErrorsMissing a Javadoc comment.410
ErrorsName 'METHOD_getComponentAt41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.410
ErrorsMissing a Javadoc comment.411
ErrorsName 'METHOD_getComponentAt42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.411
ErrorsMissing a Javadoc comment.412
ErrorsName 'METHOD_getComponentZOrder43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.412
ErrorsMissing a Javadoc comment.413
ErrorsName 'METHOD_getConditionForKeyStroke44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.413
ErrorsMissing a Javadoc comment.414
ErrorsName 'METHOD_getDefaultLocale45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.414
ErrorsMissing a Javadoc comment.415
ErrorsName 'METHOD_getFocusTraversalKeys46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.415
ErrorsMissing a Javadoc comment.416
ErrorsName 'METHOD_getFontMetrics47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.416
ErrorsMissing a Javadoc comment.417
ErrorsName 'METHOD_getInsets48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.417
ErrorsMissing a Javadoc comment.418
ErrorsName 'METHOD_getListeners49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.418
ErrorsMissing a Javadoc comment.419
ErrorsName 'METHOD_getLocation50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.419
ErrorsMissing a Javadoc comment.420
ErrorsName 'METHOD_getMnemonic51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.420
ErrorsMissing a Javadoc comment.421
ErrorsName 'METHOD_getMousePosition52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.421
ErrorsMissing a Javadoc comment.422
ErrorsName 'METHOD_getPopupLocation53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.422
ErrorsMissing a Javadoc comment.423
ErrorsName 'METHOD_getPropertyChangeListeners54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.423
ErrorsMissing a Javadoc comment.424
ErrorsName 'METHOD_getSize55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.424
ErrorsMissing a Javadoc comment.425
ErrorsName 'METHOD_getToolTipLocation56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.425
ErrorsMissing a Javadoc comment.426
ErrorsName 'METHOD_getToolTipText57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.426
ErrorsMissing a Javadoc comment.427
ErrorsName 'METHOD_gotFocus58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.427
ErrorsMissing a Javadoc comment.428
ErrorsName 'METHOD_grabFocus59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.428
ErrorsMissing a Javadoc comment.429
ErrorsName 'METHOD_handleEvent60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.429
ErrorsMissing a Javadoc comment.430
ErrorsName 'METHOD_hasFocus61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.430
ErrorsMissing a Javadoc comment.431
ErrorsName 'METHOD_hide62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.431
ErrorsMissing a Javadoc comment.432
ErrorsName 'METHOD_imageUpdate63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.432
ErrorsMissing a Javadoc comment.433
ErrorsName 'METHOD_insets64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.433
ErrorsMissing a Javadoc comment.434
ErrorsName 'METHOD_inside65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.434
ErrorsMissing a Javadoc comment.435
ErrorsName 'METHOD_invalidate66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.435
ErrorsMissing a Javadoc comment.436
ErrorsName 'METHOD_isAncestorOf67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.436
ErrorsMissing a Javadoc comment.437
ErrorsName 'METHOD_isFocusCycleRoot68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.437
ErrorsMissing a Javadoc comment.438
ErrorsName 'METHOD_isLightweightComponent69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.438
ErrorsMissing a Javadoc comment.439
ErrorsName 'METHOD_keyDown70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.439
ErrorsMissing a Javadoc comment.440
ErrorsName 'METHOD_keyUp71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.440
ErrorsMissing a Javadoc comment.441
ErrorsName 'METHOD_layout72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.441
ErrorsMissing a Javadoc comment.442
ErrorsName 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.442
ErrorsMissing a Javadoc comment.443
ErrorsName 'METHOD_list74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.443
ErrorsMissing a Javadoc comment.444
ErrorsName 'METHOD_list75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.444
ErrorsMissing a Javadoc comment.445
ErrorsName 'METHOD_list76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.445
ErrorsMissing a Javadoc comment.446
ErrorsName 'METHOD_list77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.446
ErrorsMissing a Javadoc comment.447
ErrorsName 'METHOD_locate78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.447
ErrorsMissing a Javadoc comment.448
ErrorsName 'METHOD_location79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.448
ErrorsMissing a Javadoc comment.449
ErrorsName 'METHOD_lostFocus80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.449
ErrorsMissing a Javadoc comment.450
ErrorsName 'METHOD_minimumSize81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.450
ErrorsMissing a Javadoc comment.451
ErrorsName 'METHOD_mouseDown82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.451
ErrorsMissing a Javadoc comment.452
ErrorsName 'METHOD_mouseDrag83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.452
ErrorsMissing a Javadoc comment.453
ErrorsName 'METHOD_mouseEnter84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.453
ErrorsMissing a Javadoc comment.454
ErrorsName 'METHOD_mouseExit85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.454
ErrorsMissing a Javadoc comment.455
ErrorsName 'METHOD_mouseMove86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.455
ErrorsMissing a Javadoc comment.456
ErrorsName 'METHOD_mouseUp87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.456
ErrorsMissing a Javadoc comment.457
ErrorsName 'METHOD_move88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.457
ErrorsMissing a Javadoc comment.458
ErrorsName 'METHOD_nextFocus89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.458
ErrorsMissing a Javadoc comment.459
ErrorsName 'METHOD_paint90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.459
ErrorsMissing a Javadoc comment.460
ErrorsName 'METHOD_paintAll91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.460
ErrorsMissing a Javadoc comment.461
ErrorsName 'METHOD_paintComponents92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.461
ErrorsMissing a Javadoc comment.462
ErrorsName 'METHOD_paintImmediately93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.462
ErrorsMissing a Javadoc comment.463
ErrorsName 'METHOD_paintImmediately94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.463
ErrorsMissing a Javadoc comment.464
ErrorsName 'METHOD_postEvent95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.464
ErrorsMissing a Javadoc comment.465
ErrorsName 'METHOD_preferredSize96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.465
ErrorsMissing a Javadoc comment.466
ErrorsName 'METHOD_prepareImage97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.466
ErrorsMissing a Javadoc comment.467
ErrorsName 'METHOD_prepareImage98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.467
ErrorsMissing a Javadoc comment.468
ErrorsName 'METHOD_print99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.468
ErrorsMissing a Javadoc comment.469
ErrorsName 'METHOD_printAll100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.469
ErrorsMissing a Javadoc comment.470
ErrorsName 'METHOD_printComponents101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.470
ErrorsMissing a Javadoc comment.471
ErrorsName 'METHOD_putClientProperty102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.471
ErrorsMissing a Javadoc comment.472
ErrorsName 'METHOD_registerKeyboardAction103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.472
ErrorsMissing a Javadoc comment.473
ErrorsName 'METHOD_registerKeyboardAction104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.473
ErrorsMissing a Javadoc comment.474
ErrorsName 'METHOD_remove105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.474
ErrorsMissing a Javadoc comment.475
ErrorsName 'METHOD_remove106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.475
ErrorsMissing a Javadoc comment.476
ErrorsName 'METHOD_remove107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.476
ErrorsMissing a Javadoc comment.477
ErrorsName 'METHOD_removeAll108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.477
ErrorsMissing a Javadoc comment.478
ErrorsName 'METHOD_removeNotify109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.478
ErrorsMissing a Javadoc comment.479
ErrorsName 'METHOD_removePropertyChangeListener110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.479
ErrorsMissing a Javadoc comment.480
ErrorsName 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.480
ErrorsMissing a Javadoc comment.481
ErrorsName 'METHOD_repaint112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.481
ErrorsMissing a Javadoc comment.482
ErrorsName 'METHOD_repaint113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.482
ErrorsMissing a Javadoc comment.483
ErrorsName 'METHOD_repaint114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.483
ErrorsMissing a Javadoc comment.484
ErrorsName 'METHOD_repaint115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.484
ErrorsMissing a Javadoc comment.485
ErrorsName 'METHOD_requestDefaultFocus116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.485
ErrorsMissing a Javadoc comment.486
ErrorsName 'METHOD_requestFocus117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.486
ErrorsMissing a Javadoc comment.487
ErrorsName 'METHOD_requestFocus118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.487
ErrorsMissing a Javadoc comment.488
ErrorsName 'METHOD_requestFocusInWindow119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.488
ErrorsMissing a Javadoc comment.489
ErrorsName 'METHOD_resetKeyboardActions120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.489
ErrorsMissing a Javadoc comment.490
ErrorsName 'METHOD_reshape121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.490
ErrorsMissing a Javadoc comment.491
ErrorsName 'METHOD_resize122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.491
ErrorsMissing a Javadoc comment.492
ErrorsName 'METHOD_resize123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.492
ErrorsMissing a Javadoc comment.493
ErrorsName 'METHOD_revalidate124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.493
ErrorsMissing a Javadoc comment.494
ErrorsName 'METHOD_scrollRectToVisible125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.494
ErrorsMissing a Javadoc comment.495
ErrorsName 'METHOD_setBounds126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.495
ErrorsMissing a Javadoc comment.496
ErrorsName 'METHOD_setComponentZOrder127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.496
ErrorsMissing a Javadoc comment.497
ErrorsName 'METHOD_setDefaultLocale128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.497
ErrorsMissing a Javadoc comment.498
ErrorsName 'METHOD_setMnemonic129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.498
ErrorsMissing a Javadoc comment.499
ErrorsName 'METHOD_show130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.499
ErrorsMissing a Javadoc comment.500
ErrorsName 'METHOD_show131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.500
ErrorsMissing a Javadoc comment.501
ErrorsName 'METHOD_size132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.501
ErrorsMissing a Javadoc comment.502
ErrorsName 'METHOD_toString133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.502
ErrorsMissing a Javadoc comment.503
ErrorsName 'METHOD_transferFocus134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.503
ErrorsMissing a Javadoc comment.504
ErrorsName 'METHOD_transferFocusBackward135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.504
ErrorsMissing a Javadoc comment.505
ErrorsName 'METHOD_transferFocusDownCycle136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.505
ErrorsMissing a Javadoc comment.506
ErrorsName 'METHOD_transferFocusUpCycle137' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.506
ErrorsMissing a Javadoc comment.507
ErrorsName 'METHOD_unregisterKeyboardAction138' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.507
ErrorsMissing a Javadoc comment.508
ErrorsName 'METHOD_update139' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.508
ErrorsMissing a Javadoc comment.509
ErrorsName 'METHOD_updateUI140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.509
ErrorsMissing a Javadoc comment.510
ErrorsName 'METHOD_validate141' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.510
ErrorsLine has trailing spaces.512
ErrorsMethod length is 294 lines (max allowed is 150).514
ErrorsMissing a Javadoc comment.514
Errors'{' is not preceded with whitespace.514
Errors'142' is a magic number.515
ErrorsLine has trailing spaces.516
ErrorsLine is longer than 80 characters.518
Errors'(' is preceded with whitespace.519
Errors'(' is followed by whitespace.519
Errors')' is preceded with whitespace.519
ErrorsLine is longer than 80 characters.520
Errors'(' is preceded with whitespace.521
Errors'(' is followed by whitespace.521
Errors')' is preceded with whitespace.521
ErrorsLine is longer than 80 characters.522
Errors'(' is preceded with whitespace.523
Errors'(' is followed by whitespace.523
Errors')' is preceded with whitespace.523
ErrorsLine is longer than 80 characters.524
Errors'(' is preceded with whitespace.525
Errors'(' is followed by whitespace.525
Errors')' is preceded with whitespace.525
ErrorsLine is longer than 80 characters.526
Errors'(' is preceded with whitespace.527
Errors'(' is followed by whitespace.527
Errors')' is preceded with whitespace.527
ErrorsLine is longer than 80 characters.528
Errors'(' is preceded with whitespace.529
Errors'(' is followed by whitespace.529
Errors')' is preceded with whitespace.529
ErrorsLine is longer than 80 characters.530
Errors'(' is preceded with whitespace.531
Errors'(' is followed by whitespace.531
Errors')' is preceded with whitespace.531
ErrorsLine is longer than 80 characters.532
Errors'(' is preceded with whitespace.533
Errors'(' is followed by whitespace.533
Errors')' is preceded with whitespace.533
ErrorsLine is longer than 80 characters.534
Errors'(' is preceded with whitespace.535
Errors'(' is followed by whitespace.535
Errors')' is preceded with whitespace.535
ErrorsLine is longer than 80 characters.536
Errors'(' is preceded with whitespace.537
Errors'(' is followed by whitespace.537
Errors')' is preceded with whitespace.537
ErrorsLine is longer than 80 characters.538
Errors'(' is preceded with whitespace.539
Errors'(' is followed by whitespace.539
Errors')' is preceded with whitespace.539
ErrorsLine is longer than 80 characters.540
Errors'(' is preceded with whitespace.541
Errors'(' is followed by whitespace.541
Errors')' is preceded with whitespace.541
ErrorsLine is longer than 80 characters.542
Errors'(' is preceded with whitespace.543
Errors'(' is followed by whitespace.543
Errors')' is preceded with whitespace.543
ErrorsLine is longer than 80 characters.544
Errors'(' is preceded with whitespace.545
Errors'(' is followed by whitespace.545
Errors')' is preceded with whitespace.545
ErrorsLine is longer than 80 characters.546
Errors'(' is preceded with whitespace.547
Errors'(' is followed by whitespace.547
Errors')' is preceded with whitespace.547
ErrorsLine is longer than 80 characters.548
Errors'(' is preceded with whitespace.549
Errors'(' is followed by whitespace.549
Errors')' is preceded with whitespace.549
ErrorsLine is longer than 80 characters.550
Errors'(' is preceded with whitespace.551
Errors'(' is followed by whitespace.551
Errors')' is preceded with whitespace.551
ErrorsLine is longer than 80 characters.552
Errors'(' is preceded with whitespace.553
Errors'(' is followed by whitespace.553
Errors')' is preceded with whitespace.553
ErrorsLine is longer than 80 characters.554
Errors'(' is preceded with whitespace.555
Errors'(' is followed by whitespace.555
Errors')' is preceded with whitespace.555
ErrorsLine is longer than 80 characters.556
Errors'(' is preceded with whitespace.557
Errors'(' is followed by whitespace.557
Errors')' is preceded with whitespace.557
ErrorsLine is longer than 80 characters.558
Errors'(' is preceded with whitespace.559
Errors'(' is followed by whitespace.559
Errors')' is preceded with whitespace.559
ErrorsLine is longer than 80 characters.560
Errors'(' is preceded with whitespace.561
Errors'(' is followed by whitespace.561
Errors')' is preceded with whitespace.561
ErrorsLine is longer than 80 characters.562
Errors'(' is preceded with whitespace.563
Errors'(' is followed by whitespace.563
Errors')' is preceded with whitespace.563
ErrorsLine is longer than 80 characters.564
Errors'(' is preceded with whitespace.565
Errors'(' is followed by whitespace.565
Errors')' is preceded with whitespace.565
ErrorsLine is longer than 80 characters.566
Errors'(' is preceded with whitespace.567
Errors'(' is followed by whitespace.567
Errors')' is preceded with whitespace.567
ErrorsLine is longer than 80 characters.568
Errors'(' is preceded with whitespace.569
Errors'(' is followed by whitespace.569
Errors')' is preceded with whitespace.569
ErrorsLine is longer than 80 characters.570
Errors'(' is preceded with whitespace.571
Errors'(' is followed by whitespace.571
Errors')' is preceded with whitespace.571
ErrorsLine is longer than 80 characters.572
Errors'(' is preceded with whitespace.573
Errors'(' is followed by whitespace.573
Errors')' is preceded with whitespace.573
ErrorsLine is longer than 80 characters.574
Errors'(' is preceded with whitespace.575
Errors'(' is followed by whitespace.575
Errors')' is preceded with whitespace.575
ErrorsLine is longer than 80 characters.576
Errors'(' is preceded with whitespace.577
Errors'(' is followed by whitespace.577
Errors')' is preceded with whitespace.577
ErrorsLine is longer than 80 characters.578
Errors'(' is preceded with whitespace.579
Errors'(' is followed by whitespace.579
Errors')' is preceded with whitespace.579
ErrorsLine is longer than 80 characters.580
Errors'(' is preceded with whitespace.581
Errors'(' is followed by whitespace.581
Errors')' is preceded with whitespace.581
ErrorsLine is longer than 80 characters.582
Errors'(' is preceded with whitespace.583
Errors'(' is followed by whitespace.583
Errors')' is preceded with whitespace.583
ErrorsLine is longer than 80 characters.584
Errors'(' is preceded with whitespace.585
Errors'(' is followed by whitespace.585
Errors')' is preceded with whitespace.585
ErrorsLine is longer than 80 characters.586
Errors'(' is preceded with whitespace.587
Errors'(' is followed by whitespace.587
Errors')' is preceded with whitespace.587
ErrorsLine is longer than 80 characters.588
Errors'(' is preceded with whitespace.589
Errors'(' is followed by whitespace.589
Errors')' is preceded with whitespace.589
ErrorsLine is longer than 80 characters.590
Errors'(' is preceded with whitespace.591
Errors'(' is followed by whitespace.591
Errors')' is preceded with whitespace.591
ErrorsLine is longer than 80 characters.592
Errors'(' is preceded with whitespace.593
Errors'(' is followed by whitespace.593
Errors')' is preceded with whitespace.593
ErrorsLine is longer than 80 characters.594
Errors'(' is preceded with whitespace.595
Errors'(' is followed by whitespace.595
Errors')' is preceded with whitespace.595
ErrorsLine is longer than 80 characters.596
Errors'(' is preceded with whitespace.597
Errors'(' is followed by whitespace.597
Errors')' is preceded with whitespace.597
ErrorsLine is longer than 80 characters.598
Errors'(' is preceded with whitespace.599
Errors'(' is followed by whitespace.599
Errors')' is preceded with whitespace.599
ErrorsLine is longer than 80 characters.600
Errors'(' is preceded with whitespace.601
Errors'(' is followed by whitespace.601
Errors')' is preceded with whitespace.601
ErrorsLine is longer than 80 characters.602
Errors'(' is preceded with whitespace.603
Errors'(' is followed by whitespace.603
Errors')' is preceded with whitespace.603
ErrorsLine is longer than 80 characters.604
Errors'(' is preceded with whitespace.605
Errors'(' is followed by whitespace.605
Errors')' is preceded with whitespace.605
ErrorsLine is longer than 80 characters.606
Errors'(' is preceded with whitespace.607
Errors'(' is followed by whitespace.607
Errors')' is preceded with whitespace.607
ErrorsLine is longer than 80 characters.608
Errors'(' is preceded with whitespace.609
Errors'(' is followed by whitespace.609
Errors')' is preceded with whitespace.609
ErrorsLine is longer than 80 characters.610
Errors'(' is preceded with whitespace.611
Errors'(' is followed by whitespace.611
Errors')' is preceded with whitespace.611
ErrorsLine is longer than 80 characters.612
Errors'(' is preceded with whitespace.613
Errors'(' is followed by whitespace.613
Errors')' is preceded with whitespace.613
ErrorsLine is longer than 80 characters.614
Errors'(' is preceded with whitespace.615
Errors'(' is followed by whitespace.615
Errors')' is preceded with whitespace.615
ErrorsLine is longer than 80 characters.616
Errors'(' is preceded with whitespace.617
Errors'(' is followed by whitespace.617
Errors')' is preceded with whitespace.617
ErrorsLine is longer than 80 characters.618
Errors'(' is preceded with whitespace.619
Errors'(' is followed by whitespace.619
Errors')' is preceded with whitespace.619
ErrorsLine is longer than 80 characters.620
Errors'(' is preceded with whitespace.621
Errors'(' is followed by whitespace.621
Errors')' is preceded with whitespace.621
ErrorsLine is longer than 80 characters.622
Errors'(' is preceded with whitespace.623
Errors'(' is followed by whitespace.623
Errors')' is preceded with whitespace.623
ErrorsLine is longer than 80 characters.624
Errors'(' is preceded with whitespace.625
Errors'(' is followed by whitespace.625
Errors')' is preceded with whitespace.625
ErrorsLine is longer than 80 characters.626
Errors'(' is preceded with whitespace.627
Errors'(' is followed by whitespace.627
Errors')' is preceded with whitespace.627
ErrorsLine is longer than 80 characters.628
Errors'(' is preceded with whitespace.629
Errors'(' is followed by whitespace.629
Errors')' is preceded with whitespace.629
ErrorsLine is longer than 80 characters.630
Errors'(' is preceded with whitespace.631
Errors'(' is followed by whitespace.631
Errors')' is preceded with whitespace.631
ErrorsLine is longer than 80 characters.632
Errors'(' is preceded with whitespace.633
Errors'(' is followed by whitespace.633
Errors')' is preceded with whitespace.633
ErrorsLine is longer than 80 characters.634
Errors'(' is preceded with whitespace.635
Errors'(' is followed by whitespace.635
Errors')' is preceded with whitespace.635
ErrorsLine is longer than 80 characters.636
Errors'(' is preceded with whitespace.637
Errors'(' is followed by whitespace.637
Errors')' is preceded with whitespace.637
ErrorsLine is longer than 80 characters.638
Errors'(' is preceded with whitespace.639
Errors'(' is followed by whitespace.639
Errors')' is preceded with whitespace.639
ErrorsLine is longer than 80 characters.640
Errors'(' is preceded with whitespace.641
Errors'(' is followed by whitespace.641
Errors')' is preceded with whitespace.641
ErrorsLine is longer than 80 characters.642
Errors'(' is preceded with whitespace.643
Errors'(' is followed by whitespace.643
Errors')' is preceded with whitespace.643
ErrorsLine is longer than 80 characters.644
Errors'(' is preceded with whitespace.645
Errors'(' is followed by whitespace.645
Errors')' is preceded with whitespace.645
ErrorsLine is longer than 80 characters.646
Errors'(' is preceded with whitespace.647
Errors'(' is followed by whitespace.647
Errors')' is preceded with whitespace.647
ErrorsLine is longer than 80 characters.648
Errors'(' is preceded with whitespace.649
Errors'(' is followed by whitespace.649
Errors')' is preceded with whitespace.649
ErrorsLine is longer than 80 characters.650
Errors'(' is preceded with whitespace.651
Errors'(' is followed by whitespace.651
Errors')' is preceded with whitespace.651
ErrorsLine is longer than 80 characters.652
Errors'(' is preceded with whitespace.653
Errors'(' is followed by whitespace.653
Errors')' is preceded with whitespace.653
ErrorsLine is longer than 80 characters.654
Errors'(' is preceded with whitespace.655
Errors'(' is followed by whitespace.655
Errors')' is preceded with whitespace.655
ErrorsLine is longer than 80 characters.656
Errors'(' is preceded with whitespace.657
Errors'(' is followed by whitespace.657
Errors')' is preceded with whitespace.657
ErrorsLine is longer than 80 characters.658
Errors'(' is preceded with whitespace.659
Errors'(' is followed by whitespace.659
Errors')' is preceded with whitespace.659
ErrorsLine is longer than 80 characters.660
Errors'(' is preceded with whitespace.661
Errors'(' is followed by whitespace.661
Errors')' is preceded with whitespace.661
ErrorsLine is longer than 80 characters.662
Errors'(' is preceded with whitespace.663
Errors'(' is followed by whitespace.663
Errors')' is preceded with whitespace.663
ErrorsLine is longer than 80 characters.664
Errors'(' is preceded with whitespace.665
Errors'(' is followed by whitespace.665
Errors')' is preceded with whitespace.665
ErrorsLine is longer than 80 characters.666
Errors'(' is preceded with whitespace.667
Errors'(' is followed by whitespace.667
Errors')' is preceded with whitespace.667
ErrorsLine is longer than 80 characters.668
Errors'(' is preceded with whitespace.669
Errors'(' is followed by whitespace.669
Errors')' is preceded with whitespace.669
ErrorsLine is longer than 80 characters.670
Errors'(' is preceded with whitespace.671
Errors'(' is followed by whitespace.671
Errors')' is preceded with whitespace.671
ErrorsLine is longer than 80 characters.672
Errors'(' is preceded with whitespace.673
Errors'(' is followed by whitespace.673
Errors')' is preceded with whitespace.673
ErrorsLine is longer than 80 characters.674
Errors'(' is preceded with whitespace.675
Errors'(' is followed by whitespace.675
Errors')' is preceded with whitespace.675
ErrorsLine is longer than 80 characters.676
Errors'(' is preceded with whitespace.677
Errors'(' is followed by whitespace.677
Errors')' is preceded with whitespace.677
ErrorsLine is longer than 80 characters.678
Errors'(' is preceded with whitespace.679
Errors'(' is followed by whitespace.679
Errors')' is preceded with whitespace.679
ErrorsLine is longer than 80 characters.680
Errors'(' is preceded with whitespace.681
Errors'(' is followed by whitespace.681
Errors')' is preceded with whitespace.681
ErrorsLine is longer than 80 characters.682
Errors'(' is preceded with whitespace.683
Errors'(' is followed by whitespace.683
Errors')' is preceded with whitespace.683
ErrorsLine is longer than 80 characters.684
Errors'(' is preceded with whitespace.685
Errors'(' is followed by whitespace.685
Errors')' is preceded with whitespace.685
ErrorsLine is longer than 80 characters.686
Errors'(' is preceded with whitespace.687
Errors'(' is followed by whitespace.687
Errors')' is preceded with whitespace.687
ErrorsLine is longer than 80 characters.688
Errors'(' is preceded with whitespace.689
Errors'(' is followed by whitespace.689
Errors')' is preceded with whitespace.689
ErrorsLine is longer than 80 characters.690
Errors'(' is preceded with whitespace.691
Errors'(' is followed by whitespace.691
Errors')' is preceded with whitespace.691
ErrorsLine is longer than 80 characters.692
Errors'(' is preceded with whitespace.693
Errors'(' is followed by whitespace.693
Errors')' is preceded with whitespace.693
ErrorsLine is longer than 80 characters.694
Errors'(' is preceded with whitespace.695
Errors'(' is followed by whitespace.695
Errors')' is preceded with whitespace.695
ErrorsLine is longer than 80 characters.696
Errors'(' is preceded with whitespace.697
Errors'(' is followed by whitespace.697
Errors')' is preceded with whitespace.697
ErrorsLine is longer than 80 characters.698
Errors'(' is preceded with whitespace.699
Errors'(' is followed by whitespace.699
Errors')' is preceded with whitespace.699
ErrorsLine is longer than 80 characters.700
Errors'(' is preceded with whitespace.701
Errors'(' is followed by whitespace.701
Errors')' is preceded with whitespace.701
ErrorsLine is longer than 80 characters.702
Errors'(' is preceded with whitespace.703
Errors'(' is followed by whitespace.703
Errors')' is preceded with whitespace.703
ErrorsLine is longer than 80 characters.704
Errors'(' is preceded with whitespace.705
Errors'(' is followed by whitespace.705
Errors')' is preceded with whitespace.705
ErrorsLine is longer than 80 characters.706
Errors'(' is preceded with whitespace.707
Errors'(' is followed by whitespace.707
Errors')' is preceded with whitespace.707
ErrorsLine is longer than 80 characters.708
Errors'(' is preceded with whitespace.709
Errors'(' is followed by whitespace.709
Errors')' is preceded with whitespace.709
ErrorsLine is longer than 80 characters.710
Errors'(' is preceded with whitespace.711
Errors'(' is followed by whitespace.711
Errors')' is preceded with whitespace.711
ErrorsLine is longer than 80 characters.712
Errors'(' is preceded with whitespace.713
Errors'(' is followed by whitespace.713
Errors')' is preceded with whitespace.713
ErrorsLine is longer than 80 characters.714
Errors'(' is preceded with whitespace.715
Errors'(' is followed by whitespace.715
Errors')' is preceded with whitespace.715
ErrorsLine is longer than 80 characters.716
Errors'(' is preceded with whitespace.717
Errors'(' is followed by whitespace.717
Errors')' is preceded with whitespace.717
ErrorsLine is longer than 80 characters.718
Errors'(' is preceded with whitespace.719
Errors'(' is followed by whitespace.719
Errors')' is preceded with whitespace.719
ErrorsLine is longer than 80 characters.720
Errors'(' is preceded with whitespace.721
Errors'(' is followed by whitespace.721
Errors')' is preceded with whitespace.721
ErrorsLine is longer than 80 characters.722
Errors'(' is preceded with whitespace.723
Errors'(' is followed by whitespace.723
Errors')' is preceded with whitespace.723
ErrorsLine is longer than 80 characters.724
Errors'(' is preceded with whitespace.725
Errors'(' is followed by whitespace.725
Errors')' is preceded with whitespace.725
ErrorsLine is longer than 80 characters.726
Errors'(' is preceded with whitespace.727
Errors'(' is followed by whitespace.727
Errors')' is preceded with whitespace.727
ErrorsLine is longer than 80 characters.728
Errors'(' is preceded with whitespace.729
Errors'(' is followed by whitespace.729
Errors')' is preceded with whitespace.729
ErrorsLine is longer than 80 characters.730
Errors'(' is preceded with whitespace.731
Errors'(' is followed by whitespace.731
Errors')' is preceded with whitespace.731
ErrorsLine is longer than 80 characters.732
Errors'(' is preceded with whitespace.733
Errors'(' is followed by whitespace.733
Errors')' is preceded with whitespace.733
ErrorsLine is longer than 80 characters.734
Errors'(' is preceded with whitespace.735
Errors'(' is followed by whitespace.735
Errors')' is preceded with whitespace.735
ErrorsLine is longer than 80 characters.736
Errors'(' is preceded with whitespace.737
Errors'(' is followed by whitespace.737
Errors')' is preceded with whitespace.737
ErrorsLine is longer than 80 characters.738
ErrorsLine is longer than 80 characters.739
Errors'(' is preceded with whitespace.739
Errors'(' is followed by whitespace.739
Errors')' is preceded with whitespace.739
ErrorsLine is longer than 80 characters.740
Errors'(' is preceded with whitespace.741
Errors'(' is followed by whitespace.741
Errors')' is preceded with whitespace.741
ErrorsLine is longer than 80 characters.742
Errors'(' is preceded with whitespace.743
Errors'(' is followed by whitespace.743
Errors')' is preceded with whitespace.743
ErrorsLine is longer than 80 characters.744
Errors'(' is preceded with whitespace.745
Errors'(' is followed by whitespace.745
Errors')' is preceded with whitespace.745
ErrorsLine is longer than 80 characters.746
Errors'(' is preceded with whitespace.747
Errors'(' is followed by whitespace.747
Errors')' is preceded with whitespace.747
ErrorsLine is longer than 80 characters.748
Errors'(' is preceded with whitespace.749
Errors'(' is followed by whitespace.749
Errors')' is preceded with whitespace.749
ErrorsLine is longer than 80 characters.750
Errors'(' is preceded with whitespace.751
Errors'(' is followed by whitespace.751
Errors')' is preceded with whitespace.751
ErrorsLine is longer than 80 characters.752
Errors'(' is preceded with whitespace.753
Errors'(' is followed by whitespace.753
Errors')' is preceded with whitespace.753
ErrorsLine is longer than 80 characters.754
Errors'(' is preceded with whitespace.755
Errors'(' is followed by whitespace.755
Errors')' is preceded with whitespace.755
ErrorsLine is longer than 80 characters.756
Errors'(' is preceded with whitespace.757
Errors'(' is followed by whitespace.757
Errors')' is preceded with whitespace.757
ErrorsLine is longer than 80 characters.758
Errors'(' is preceded with whitespace.759
Errors'(' is followed by whitespace.759
Errors')' is preceded with whitespace.759
ErrorsLine is longer than 80 characters.760
Errors'(' is preceded with whitespace.761
Errors'(' is followed by whitespace.761
Errors')' is preceded with whitespace.761
ErrorsLine is longer than 80 characters.762
Errors'(' is preceded with whitespace.763
Errors'(' is followed by whitespace.763
Errors')' is preceded with whitespace.763
ErrorsLine is longer than 80 characters.764
Errors'(' is preceded with whitespace.765
Errors'(' is followed by whitespace.765
Errors')' is preceded with whitespace.765
ErrorsLine is longer than 80 characters.766
Errors'(' is preceded with whitespace.767
Errors'(' is followed by whitespace.767
Errors')' is preceded with whitespace.767
ErrorsLine is longer than 80 characters.768
Errors'(' is preceded with whitespace.769
Errors'(' is followed by whitespace.769
Errors')' is preceded with whitespace.769
ErrorsLine is longer than 80 characters.770
Errors'(' is preceded with whitespace.771
Errors'(' is followed by whitespace.771
Errors')' is preceded with whitespace.771
ErrorsLine is longer than 80 characters.772
Errors'(' is preceded with whitespace.773
Errors'(' is followed by whitespace.773
Errors')' is preceded with whitespace.773
ErrorsLine is longer than 80 characters.774
Errors'(' is preceded with whitespace.775
Errors'(' is followed by whitespace.775
Errors')' is preceded with whitespace.775
ErrorsLine is longer than 80 characters.776
Errors'(' is preceded with whitespace.777
Errors'(' is followed by whitespace.777
Errors')' is preceded with whitespace.777
ErrorsLine is longer than 80 characters.778
Errors'(' is preceded with whitespace.779
Errors'(' is followed by whitespace.779
Errors')' is preceded with whitespace.779
ErrorsLine is longer than 80 characters.780
Errors'(' is preceded with whitespace.781
Errors'(' is followed by whitespace.781
Errors')' is preceded with whitespace.781
ErrorsLine is longer than 80 characters.782
Errors'(' is preceded with whitespace.783
Errors'(' is followed by whitespace.783
Errors')' is preceded with whitespace.783
ErrorsLine is longer than 80 characters.784
Errors'(' is preceded with whitespace.785
Errors'(' is followed by whitespace.785
Errors')' is preceded with whitespace.785
ErrorsLine is longer than 80 characters.786
Errors'(' is preceded with whitespace.787
Errors'(' is followed by whitespace.787
Errors')' is preceded with whitespace.787
ErrorsLine is longer than 80 characters.788
Errors'(' is preceded with whitespace.789
Errors'(' is followed by whitespace.789
Errors')' is preceded with whitespace.789
ErrorsLine is longer than 80 characters.790
Errors'(' is preceded with whitespace.791
Errors'(' is followed by whitespace.791
Errors')' is preceded with whitespace.791
ErrorsLine is longer than 80 characters.792
Errors'(' is preceded with whitespace.793
Errors'(' is followed by whitespace.793
Errors')' is preceded with whitespace.793
ErrorsLine is longer than 80 characters.794
Errors'(' is preceded with whitespace.795
Errors'(' is followed by whitespace.795
Errors')' is preceded with whitespace.795
ErrorsLine is longer than 80 characters.796
Errors'(' is preceded with whitespace.797
Errors'(' is followed by whitespace.797
Errors')' is preceded with whitespace.797
ErrorsLine is longer than 80 characters.798
Errors'(' is preceded with whitespace.799
Errors'(' is followed by whitespace.799
Errors')' is preceded with whitespace.799
ErrorsLine is longer than 80 characters.800
Errors'(' is preceded with whitespace.801
Errors'(' is followed by whitespace.801
Errors')' is preceded with whitespace.801
Errors'}' should be on the same line.802
Errors'catch' is not followed by whitespace.803
Errors'(' is followed by whitespace.803
ErrorsMust have at least one statement.803
Errors'{' is not followed by whitespace.803
Errors'}' is not preceded with whitespace.803
Errors'}' is not followed by whitespace.803
ErrorsLine has trailing spaces.806
Errors'}' is not followed by whitespace.807
ErrorsMissing a Javadoc comment.808
Errors';' is not followed by whitespace.808
ErrorsMissing a Javadoc comment.809
ErrorsMissing a Javadoc comment.810
ErrorsMissing a Javadoc comment.811
Errors';' is not followed by whitespace.811
ErrorsMissing a Javadoc comment.812
Errors';' is not followed by whitespace.812
ErrorsMissing a Javadoc comment.813
ErrorsMissing a Javadoc comment.814
ErrorsMissing a Javadoc comment.815
Errors';' is not followed by whitespace.815
ErrorsMissing a Javadoc comment.816
ErrorsName 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.816
Errors';' is not followed by whitespace.816
ErrorsMissing a Javadoc comment.817
ErrorsName 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.817
Errors';' is not followed by whitespace.817
ErrorsMethod 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty.830
ErrorsMethod 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty.847
ErrorsMethod 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty.860
ErrorsMethod 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty.873
ErrorsLine is longer than 80 characters.884
ErrorsLine contains a tab character.884
ErrorsMethod 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty.887
ErrorsLine contains a tab character.897
ErrorsMethod 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty.899
ErrorsMethod 'getIcon' is not designed for extension - needs to be abstract, final or empty.920
ErrorsParameter iconKind should be final.921

net/sf/webphotos/gui/component/PainelFoto.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.30
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
Errors'=' is not preceded with whitespace.41
Errors'200' is a magic number.41
Errors'=' is not followed by whitespace.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
Errors',' is not followed by whitespace.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.62
Errors'210' is a magic number.68
Errors'2147483647' is a magic number.68
Errors'210' is a magic number.69
Errors'10' is a magic number.69
Errors'210' is a magic number.70
Errors'210' is a magic number.70
ErrorsLine is longer than 80 characters.74
ErrorsParameter evt should be final.76
ErrorsParameter evt should be final.79
ErrorsParameter evt should be final.82
Errors'10' is a magic number.88
Errors'}' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.94
ErrorsMissing a Javadoc comment.94
ErrorsParameter evt should be final.94
Errors'{' is not followed by whitespace.94
Errors'if' is not followed by whitespace.95
Errors'foto' hides a field.96
Errors'=' is not preceded with whitespace.96
Errors'=' is not followed by whitespace.96
Errors',' is not followed by whitespace.96
Errors'=' is not preceded with whitespace.97
Errors'=' is not followed by whitespace.97
Errors',' is not followed by whitespace.97
Errors',' is not followed by whitespace.97
Errors'}' is not followed by whitespace.99
ErrorsLine is longer than 80 characters.101
ErrorsMissing a Javadoc comment.101
ErrorsParameter evt should be final.101
Errors'{' is not followed by whitespace.101
Errors'}' is not followed by whitespace.103
ErrorsLine is longer than 80 characters.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter evt should be final.105
Errors'{' is not followed by whitespace.105
Errors'}' is not followed by whitespace.107
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'clear' is not designed for extension - needs to be abstract, final or empty.115
Errors'if' is not followed by whitespace.116
Errors'=' is not preceded with whitespace.117
Errors'=' is not followed by whitespace.117
Errors'=' is not preceded with whitespace.118
Errors'=' is not followed by whitespace.118
Errors',' is not followed by whitespace.120
Errors',' is not followed by whitespace.120
Errors'200' is a magic number.120
Errors',' is not followed by whitespace.120
Errors'200' is a magic number.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
Errors'if' is not followed by whitespace.123
Errors'==' is not preceded with whitespace.123
Errors'==' is not followed by whitespace.123
ErrorsMethod 'loadImage' is not designed for extension - needs to be abstract, final or empty.135
ErrorsParameter caminhoImagem should be final.135
Errors'(' is preceded with whitespace.137
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.144
ErrorsMethod 'loadImage' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine is longer than 80 characters.148
Errors'(' is preceded with whitespace.153
Errors'=' is not preceded with whitespace.156
Errors'=' is not followed by whitespace.156
Errors'if' is not followed by whitespace.157
Errors'=' is not preceded with whitespace.160
Errors'=' is not followed by whitespace.160
Errors'(' is preceded with whitespace.163
Errors'=' is not preceded with whitespace.167
Errors'=' is not followed by whitespace.167
Errors'=' is not preceded with whitespace.168
Errors'=' is not followed by whitespace.168
Errors'+' is not preceded with whitespace.170
Errors'+' is not followed by whitespace.170
Errors'if' is not followed by whitespace.173
Errors'=' is not preceded with whitespace.175
Errors'=' is not followed by whitespace.175
Errors'=' is not preceded with whitespace.176
Errors'=' is not followed by whitespace.176
Errors'=' is not preceded with whitespace.179
Errors'=' is not followed by whitespace.179
Errors'=' is not preceded with whitespace.180
Errors'=' is not followed by whitespace.180
Errors'=' is not preceded with whitespace.183
Errors'=' is not followed by whitespace.183
Errors'=' is not preceded with whitespace.184
Errors'=' is not followed by whitespace.184
ErrorsLine has trailing spaces.186
Errors'(' is preceded with whitespace.187
ErrorsLine is longer than 80 characters.188
Errors'*' is not preceded with whitespace.188
Errors'*' is not followed by whitespace.188
Errors'*' is not preceded with whitespace.188
Errors'*' is not followed by whitespace.188
Errors'(' is preceded with whitespace.189
ErrorsMissing a Javadoc comment.193
ErrorsMissing a Javadoc comment.194
ErrorsLine is longer than 80 characters.198
ErrorsMethod 'getFoto' is not designed for extension - needs to be abstract, final or empty.201
ErrorsLine is longer than 80 characters.206
ErrorsMethod 'setFoto' is not designed for extension - needs to be abstract, final or empty.209
ErrorsParameter foto should be final.209
Errors'foto' hides a field.209
ErrorsMethod 'getNomeArquivo' is not designed for extension - needs to be abstract, final or empty.217
ErrorsMethod 'setNomeArquivo' is not designed for extension - needs to be abstract, final or empty.225
ErrorsParameter nomeArquivo should be final.225
Errors'nomeArquivo' hides a field.225
ErrorsMethod 'getLblFotoInfo' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMethod 'setLblFotoInfo' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter lblFotoInfo should be final.241
Errors'lblFotoInfo' hides a field.241
ErrorsLine has trailing spaces.244
ErrorsLine is longer than 80 characters.246
ErrorsLine is longer than 80 characters.251
ErrorsLine has trailing spaces.253

net/sf/webphotos/gui/component/PainelFotoBeanInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.beans.*.18
ErrorsMissing a Javadoc comment.28
Errors'{' is not preceded with whitespace.28
ErrorsLine is longer than 80 characters.29
Errors'(' is preceded with whitespace.29
Errors'(' is followed by whitespace.29
Errors')' is preceded with whitespace.29
Errors'}' is not followed by whitespace.33
ErrorsMissing a Javadoc comment.35
ErrorsName 'PROPERTY_accessibleContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
ErrorsMissing a Javadoc comment.36
ErrorsName 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
ErrorsMissing a Javadoc comment.37
ErrorsName 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
ErrorsMissing a Javadoc comment.38
ErrorsName 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
ErrorsMissing a Javadoc comment.39
ErrorsName 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsMissing a Javadoc comment.40
ErrorsName 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
ErrorsMissing a Javadoc comment.41
ErrorsName 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
ErrorsMissing a Javadoc comment.42
ErrorsName 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
ErrorsMissing a Javadoc comment.43
ErrorsName 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsMissing a Javadoc comment.44
ErrorsName 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
ErrorsMissing a Javadoc comment.45
ErrorsName 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
ErrorsMissing a Javadoc comment.46
ErrorsName 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
ErrorsMissing a Javadoc comment.47
ErrorsName 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
ErrorsMissing a Javadoc comment.48
ErrorsName 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsMissing a Javadoc comment.49
ErrorsName 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsMissing a Javadoc comment.50
ErrorsName 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
ErrorsMissing a Javadoc comment.51
ErrorsName 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
ErrorsMissing a Javadoc comment.52
ErrorsName 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
ErrorsMissing a Javadoc comment.53
ErrorsName 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
ErrorsMissing a Javadoc comment.54
ErrorsName 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsMissing a Javadoc comment.55
ErrorsName 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
ErrorsMissing a Javadoc comment.56
ErrorsName 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
ErrorsMissing a Javadoc comment.57
ErrorsName 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
ErrorsMissing a Javadoc comment.58
ErrorsName 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsMissing a Javadoc comment.59
ErrorsName 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
ErrorsMissing a Javadoc comment.60
ErrorsName 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
ErrorsMissing a Javadoc comment.61
ErrorsName 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
ErrorsMissing a Javadoc comment.62
ErrorsName 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
ErrorsMissing a Javadoc comment.63
ErrorsName 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
ErrorsMissing a Javadoc comment.64
ErrorsName 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
ErrorsMissing a Javadoc comment.65
ErrorsName 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
ErrorsMissing a Javadoc comment.66
ErrorsName 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
ErrorsMissing a Javadoc comment.67
ErrorsName 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.67
ErrorsMissing a Javadoc comment.68
ErrorsName 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.68
ErrorsMissing a Javadoc comment.69
ErrorsName 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
ErrorsMissing a Javadoc comment.70
ErrorsName 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
ErrorsMissing a Javadoc comment.71
ErrorsName 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.71
ErrorsMissing a Javadoc comment.72
ErrorsName 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
ErrorsMissing a Javadoc comment.73
ErrorsName 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.73
ErrorsMissing a Javadoc comment.74
ErrorsName 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
ErrorsMissing a Javadoc comment.75
ErrorsName 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.75
ErrorsMissing a Javadoc comment.76
ErrorsName 'PROPERTY_foto' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.76
ErrorsMissing a Javadoc comment.77
ErrorsName 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.77
ErrorsMissing a Javadoc comment.78
ErrorsName 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.78
ErrorsMissing a Javadoc comment.79
ErrorsName 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
ErrorsMissing a Javadoc comment.80
ErrorsName 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
ErrorsMissing a Javadoc comment.81
ErrorsName 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.81
ErrorsMissing a Javadoc comment.82
ErrorsName 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.82
ErrorsMissing a Javadoc comment.83
ErrorsName 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
ErrorsMissing a Javadoc comment.84
ErrorsName 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.84
ErrorsMissing a Javadoc comment.85
ErrorsName 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.85
ErrorsMissing a Javadoc comment.86
ErrorsName 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
ErrorsMissing a Javadoc comment.87
ErrorsName 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87
ErrorsMissing a Javadoc comment.88
ErrorsName 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.88
ErrorsMissing a Javadoc comment.89
ErrorsName 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.89
ErrorsMissing a Javadoc comment.90
ErrorsName 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
ErrorsMissing a Javadoc comment.91
ErrorsName 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.91
ErrorsMissing a Javadoc comment.92
ErrorsName 'PROPERTY_lblFotoInfo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
ErrorsMissing a Javadoc comment.93
ErrorsName 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.93
ErrorsMissing a Javadoc comment.94
ErrorsName 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.94
ErrorsMissing a Javadoc comment.95
ErrorsName 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.95
ErrorsMissing a Javadoc comment.96
ErrorsName 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.96
ErrorsMissing a Javadoc comment.97
ErrorsName 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.97
ErrorsMissing a Javadoc comment.98
ErrorsName 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.98
ErrorsMissing a Javadoc comment.99
ErrorsName 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.99
ErrorsMissing a Javadoc comment.100
ErrorsName 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.100
ErrorsMissing a Javadoc comment.101
ErrorsName 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.101
ErrorsMissing a Javadoc comment.102
ErrorsName 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.102
ErrorsMissing a Javadoc comment.103
ErrorsName 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.103
ErrorsMissing a Javadoc comment.104
ErrorsName 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.104
ErrorsMissing a Javadoc comment.105
ErrorsName 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.105
ErrorsMissing a Javadoc comment.106
ErrorsName 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.106
ErrorsMissing a Javadoc comment.107
ErrorsName 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.107
ErrorsMissing a Javadoc comment.108
ErrorsName 'PROPERTY_nomeArquivo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.108
ErrorsMissing a Javadoc comment.109
ErrorsName 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.109
ErrorsMissing a Javadoc comment.110
ErrorsName 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.110
ErrorsMissing a Javadoc comment.111
ErrorsName 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.111
ErrorsMissing a Javadoc comment.112
ErrorsName 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.112
ErrorsMissing a Javadoc comment.113
ErrorsName 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.113
ErrorsMissing a Javadoc comment.114
ErrorsName 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.114
ErrorsMissing a Javadoc comment.115
ErrorsName 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.115
ErrorsMissing a Javadoc comment.116
ErrorsName 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.116
ErrorsMissing a Javadoc comment.117
ErrorsName 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.117
ErrorsMissing a Javadoc comment.118
ErrorsName 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.118
ErrorsMissing a Javadoc comment.119
ErrorsName 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.119
ErrorsMissing a Javadoc comment.120
ErrorsName 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.120
ErrorsMissing a Javadoc comment.121
ErrorsName 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.121
ErrorsMissing a Javadoc comment.122
ErrorsName 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.122
ErrorsMissing a Javadoc comment.123
ErrorsName 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.123
ErrorsMissing a Javadoc comment.124
ErrorsName 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.124
ErrorsMissing a Javadoc comment.125
ErrorsName 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.125
ErrorsMissing a Javadoc comment.126
ErrorsName 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.126
ErrorsMissing a Javadoc comment.127
ErrorsName 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.127
ErrorsMissing a Javadoc comment.128
ErrorsMissing a Javadoc comment.129
ErrorsName 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.129
ErrorsMissing a Javadoc comment.130
ErrorsName 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.130
ErrorsMissing a Javadoc comment.131
ErrorsName 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.131
ErrorsMissing a Javadoc comment.132
ErrorsName 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.132
ErrorsMissing a Javadoc comment.133
ErrorsName 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.133
ErrorsMissing a Javadoc comment.134
ErrorsName 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.134
ErrorsMissing a Javadoc comment.135
ErrorsName 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.135
ErrorsMissing a Javadoc comment.136
ErrorsName 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.136
ErrorsMissing a Javadoc comment.137
ErrorsName 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.137
ErrorsMissing a Javadoc comment.138
ErrorsName 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.138
ErrorsLine has trailing spaces.140
ErrorsMissing a Javadoc comment.142
Errors'{' is not preceded with whitespace.142
Errors'104' is a magic number.143
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.146
Errors'(' is preceded with whitespace.146
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
ErrorsLine is longer than 80 characters.147
Errors'(' is preceded with whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
ErrorsLine is longer than 80 characters.148
Errors'(' is preceded with whitespace.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
ErrorsLine is longer than 80 characters.149
Errors'(' is preceded with whitespace.149
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
ErrorsLine is longer than 80 characters.150
Errors'(' is preceded with whitespace.150
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
ErrorsLine is longer than 80 characters.151
Errors'(' is preceded with whitespace.151
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
ErrorsLine is longer than 80 characters.152
Errors'(' is preceded with whitespace.152
Errors'(' is followed by whitespace.152
Errors')' is preceded with whitespace.152
ErrorsLine is longer than 80 characters.153
Errors'(' is preceded with whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
ErrorsLine is longer than 80 characters.154
Errors'(' is preceded with whitespace.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
ErrorsLine is longer than 80 characters.156
Errors'(' is preceded with whitespace.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
ErrorsLine is longer than 80 characters.157
Errors'(' is preceded with whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
ErrorsLine is longer than 80 characters.158
Errors'(' is preceded with whitespace.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.159
Errors'(' is preceded with whitespace.159
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
ErrorsLine is longer than 80 characters.160
Errors'(' is preceded with whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine is longer than 80 characters.161
Errors'(' is preceded with whitespace.161
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
ErrorsLine is longer than 80 characters.162
Errors'(' is preceded with whitespace.162
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
ErrorsLine is longer than 80 characters.163
Errors'(' is preceded with whitespace.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
ErrorsLine is longer than 80 characters.164
Errors'(' is preceded with whitespace.164
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
ErrorsLine is longer than 80 characters.165
Errors'(' is preceded with whitespace.165
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
ErrorsLine is longer than 80 characters.166
Errors'(' is preceded with whitespace.166
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
ErrorsLine is longer than 80 characters.167
Errors'(' is preceded with whitespace.167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
ErrorsLine is longer than 80 characters.168
Errors'(' is preceded with whitespace.168
Errors'(' is followed by whitespace.168
Errors')' is preceded with whitespace.168
ErrorsLine is longer than 80 characters.169
Errors'(' is preceded with whitespace.169
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
ErrorsLine is longer than 80 characters.170
Errors'(' is preceded with whitespace.170
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
ErrorsLine is longer than 80 characters.171
Errors'(' is preceded with whitespace.171
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
ErrorsLine is longer than 80 characters.172
Errors'(' is preceded with whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
ErrorsLine is longer than 80 characters.173
Errors'(' is preceded with whitespace.173
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
ErrorsLine is longer than 80 characters.174
Errors'(' is preceded with whitespace.174
Errors'(' is followed by whitespace.174
Errors')' is preceded with whitespace.174
ErrorsLine is longer than 80 characters.175
Errors'(' is preceded with whitespace.175
Errors'(' is followed by whitespace.175
Errors')' is preceded with whitespace.175
ErrorsLine is longer than 80 characters.176
Errors'(' is preceded with whitespace.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsLine is longer than 80 characters.177
Errors'(' is preceded with whitespace.177
Errors'(' is followed by whitespace.177
Errors')' is preceded with whitespace.177
ErrorsLine is longer than 80 characters.178
Errors'(' is preceded with whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
ErrorsLine is longer than 80 characters.179
Errors'(' is preceded with whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
ErrorsLine is longer than 80 characters.180
Errors'(' is preceded with whitespace.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine is longer than 80 characters.181
Errors'(' is preceded with whitespace.181
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
ErrorsLine is longer than 80 characters.182
Errors'(' is preceded with whitespace.182
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
ErrorsLine is longer than 80 characters.183
Errors'(' is preceded with whitespace.183
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
ErrorsLine is longer than 80 characters.184
Errors'(' is preceded with whitespace.184
Errors'(' is followed by whitespace.184
Errors')' is preceded with whitespace.184
ErrorsLine is longer than 80 characters.185
Errors'(' is preceded with whitespace.185
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
ErrorsLine is longer than 80 characters.186
Errors'(' is preceded with whitespace.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
ErrorsLine is longer than 80 characters.187
Errors'(' is preceded with whitespace.187
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
ErrorsLine is longer than 80 characters.188
Errors'(' is preceded with whitespace.188
Errors'(' is followed by whitespace.188
Errors')' is preceded with whitespace.188
ErrorsLine is longer than 80 characters.189
Errors'(' is preceded with whitespace.189
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
ErrorsLine is longer than 80 characters.190
Errors'(' is preceded with whitespace.190
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
ErrorsLine is longer than 80 characters.191
Errors'(' is preceded with whitespace.191
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
ErrorsLine is longer than 80 characters.192
Errors'(' is preceded with whitespace.192
Errors'(' is followed by whitespace.192
Errors')' is preceded with whitespace.192
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.193
Errors'(' is followed by whitespace.193
Errors')' is preceded with whitespace.193
ErrorsLine is longer than 80 characters.194
Errors'(' is preceded with whitespace.194
Errors'(' is followed by whitespace.194
Errors')' is preceded with whitespace.194
ErrorsLine is longer than 80 characters.195
Errors'(' is preceded with whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.196
Errors'(' is preceded with whitespace.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
Errors'(' is preceded with whitespace.197
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
ErrorsLine is longer than 80 characters.198
Errors'(' is preceded with whitespace.198
Errors'(' is followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine is longer than 80 characters.199
Errors'(' is preceded with whitespace.199
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
ErrorsLine is longer than 80 characters.200
Errors'(' is preceded with whitespace.200
Errors'(' is followed by whitespace.200
Errors')' is preceded with whitespace.200
ErrorsLine is longer than 80 characters.201
Errors'(' is preceded with whitespace.201
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
ErrorsLine is longer than 80 characters.202
Errors'(' is preceded with whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.203
Errors'(' is preceded with whitespace.203
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
ErrorsLine is longer than 80 characters.204
Errors'(' is preceded with whitespace.204
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
ErrorsLine is longer than 80 characters.205
Errors'(' is preceded with whitespace.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
ErrorsLine is longer than 80 characters.206
Errors'(' is preceded with whitespace.206
Errors'(' is followed by whitespace.206
Errors')' is preceded with whitespace.206
ErrorsLine is longer than 80 characters.207
Errors'(' is preceded with whitespace.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
ErrorsLine is longer than 80 characters.208
Errors'(' is preceded with whitespace.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine is longer than 80 characters.209
Errors'(' is preceded with whitespace.209
Errors'(' is followed by whitespace.209
Errors')' is preceded with whitespace.209
ErrorsLine is longer than 80 characters.210
Errors'(' is preceded with whitespace.210
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
ErrorsLine is longer than 80 characters.211
Errors'(' is preceded with whitespace.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
ErrorsLine is longer than 80 characters.212
Errors'(' is preceded with whitespace.212
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
ErrorsLine is longer than 80 characters.213
Errors'(' is preceded with whitespace.213
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
ErrorsLine is longer than 80 characters.214
Errors'(' is preceded with whitespace.214
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
ErrorsLine is longer than 80 characters.215
Errors'(' is preceded with whitespace.215
Errors'(' is followed by whitespace.215
Errors')' is preceded with whitespace.215
ErrorsLine is longer than 80 characters.216
Errors'(' is preceded with whitespace.216
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
ErrorsLine is longer than 80 characters.217
Errors'(' is preceded with whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
ErrorsLine is longer than 80 characters.218
Errors'(' is preceded with whitespace.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
ErrorsLine is longer than 80 characters.219
Errors'(' is preceded with whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
ErrorsLine is longer than 80 characters.220
Errors'(' is preceded with whitespace.220
Errors'(' is followed by whitespace.220
Errors')' is preceded with whitespace.220
ErrorsLine is longer than 80 characters.221
Errors'(' is preceded with whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
ErrorsLine is longer than 80 characters.222
Errors'(' is preceded with whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine is longer than 80 characters.223
Errors'(' is preceded with whitespace.223
Errors'(' is followed by whitespace.223
Errors')' is preceded with whitespace.223
ErrorsLine is longer than 80 characters.224
Errors'(' is preceded with whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
ErrorsLine is longer than 80 characters.225
Errors'(' is preceded with whitespace.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
ErrorsLine is longer than 80 characters.226
Errors'(' is preceded with whitespace.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsLine is longer than 80 characters.227
Errors'(' is preceded with whitespace.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
ErrorsLine is longer than 80 characters.228
Errors'(' is preceded with whitespace.228
Errors'(' is followed by whitespace.228
Errors')' is preceded with whitespace.228
ErrorsLine is longer than 80 characters.229
Errors'(' is preceded with whitespace.229
Errors'(' is followed by whitespace.229
Errors')' is preceded with whitespace.229
ErrorsLine is longer than 80 characters.230
Errors'(' is preceded with whitespace.230
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
ErrorsLine is longer than 80 characters.231
Errors'(' is preceded with whitespace.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
ErrorsLine is longer than 80 characters.232
Errors'(' is preceded with whitespace.232
Errors'(' is followed by whitespace.232
Errors')' is preceded with whitespace.232
ErrorsLine is longer than 80 characters.233
Errors'(' is preceded with whitespace.233
Errors'(' is followed by whitespace.233
Errors')' is preceded with whitespace.233
ErrorsLine is longer than 80 characters.234
Errors'(' is preceded with whitespace.234
Errors'(' is followed by whitespace.234
Errors')' is preceded with whitespace.234
ErrorsLine is longer than 80 characters.235
Errors'(' is preceded with whitespace.235
Errors'(' is followed by whitespace.235
Errors')' is preceded with whitespace.235
ErrorsLine is longer than 80 characters.236
Errors'(' is preceded with whitespace.236
Errors'(' is followed by whitespace.236
Errors')' is preceded with whitespace.236
ErrorsLine is longer than 80 characters.237
Errors'(' is preceded with whitespace.237
Errors'(' is followed by whitespace.237
Errors')' is preceded with whitespace.237
ErrorsLine is longer than 80 characters.238
Errors'(' is preceded with whitespace.238
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
ErrorsLine is longer than 80 characters.239
Errors'(' is preceded with whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
ErrorsLine is longer than 80 characters.240
Errors'(' is preceded with whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine is longer than 80 characters.241
Errors'(' is preceded with whitespace.241
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
ErrorsLine is longer than 80 characters.242
Errors'(' is preceded with whitespace.242
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
ErrorsLine is longer than 80 characters.243
Errors'(' is preceded with whitespace.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
ErrorsLine is longer than 80 characters.244
Errors'(' is preceded with whitespace.244
Errors'(' is followed by whitespace.244
Errors')' is preceded with whitespace.244
ErrorsLine is longer than 80 characters.245
Errors'(' is preceded with whitespace.245
Errors'(' is followed by whitespace.245
Errors')' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.246
Errors'(' is preceded with whitespace.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
ErrorsLine is longer than 80 characters.247
Errors'(' is preceded with whitespace.247
Errors'(' is followed by whitespace.247
Errors')' is preceded with whitespace.247
ErrorsLine is longer than 80 characters.248
Errors'(' is preceded with whitespace.248
Errors'(' is followed by whitespace.248
Errors')' is preceded with whitespace.248
ErrorsLine is longer than 80 characters.249
Errors'(' is preceded with whitespace.249
Errors'(' is followed by whitespace.249
Errors')' is preceded with whitespace.249
Errors'}' should be on the same line.250
Errors'catch' is not followed by whitespace.251
Errors'}' is not followed by whitespace.253
Errors'}' is not followed by whitespace.257
ErrorsMissing a Javadoc comment.259
ErrorsName 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.259
ErrorsMissing a Javadoc comment.260
ErrorsName 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.260
ErrorsMissing a Javadoc comment.261
ErrorsName 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.261
ErrorsMissing a Javadoc comment.262
ErrorsName 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.262
ErrorsMissing a Javadoc comment.263
ErrorsName 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.263
ErrorsMissing a Javadoc comment.264
ErrorsName 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.264
ErrorsMissing a Javadoc comment.265
ErrorsName 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.265
ErrorsMissing a Javadoc comment.266
ErrorsName 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.266
ErrorsMissing a Javadoc comment.267
ErrorsName 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.267
ErrorsMissing a Javadoc comment.268
ErrorsName 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.268
ErrorsMissing a Javadoc comment.269
ErrorsName 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.269
ErrorsMissing a Javadoc comment.270
ErrorsName 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.270
ErrorsMissing a Javadoc comment.271
ErrorsName 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.271
ErrorsMissing a Javadoc comment.275
Errors'{' is not preceded with whitespace.275
Errors'13' is a magic number.276
ErrorsLine has trailing spaces.277
ErrorsLine is longer than 80 characters.279
Errors'(' is preceded with whitespace.279
Errors'(' is followed by whitespace.279
Errors')' is preceded with whitespace.279
ErrorsLine is longer than 80 characters.280
Errors'(' is preceded with whitespace.280
Errors'(' is followed by whitespace.280
Errors')' is preceded with whitespace.280
ErrorsLine is longer than 80 characters.281
Errors'(' is preceded with whitespace.281
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
ErrorsLine is longer than 80 characters.282
Errors'(' is preceded with whitespace.282
Errors'(' is followed by whitespace.282
Errors')' is preceded with whitespace.282
ErrorsLine is longer than 80 characters.283
Errors'(' is preceded with whitespace.283
Errors'(' is followed by whitespace.283
Errors')' is preceded with whitespace.283
ErrorsLine is longer than 80 characters.284
Errors'(' is preceded with whitespace.284
Errors'(' is followed by whitespace.284
Errors')' is preceded with whitespace.284
ErrorsLine is longer than 80 characters.285
Errors'(' is preceded with whitespace.285
Errors'(' is followed by whitespace.285
Errors')' is preceded with whitespace.285
ErrorsLine is longer than 80 characters.286
Errors'(' is preceded with whitespace.286
Errors'(' is followed by whitespace.286
Errors')' is preceded with whitespace.286
ErrorsLine is longer than 80 characters.287
Errors'(' is preceded with whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
ErrorsLine is longer than 80 characters.288
Errors'(' is preceded with whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
ErrorsLine is longer than 80 characters.289
Errors'(' is preceded with whitespace.289
Errors'(' is followed by whitespace.289
Errors')' is preceded with whitespace.289
ErrorsLine is longer than 80 characters.290
Errors'(' is preceded with whitespace.290
Errors'(' is followed by whitespace.290
Errors')' is preceded with whitespace.290
ErrorsLine is longer than 80 characters.291
Errors'(' is preceded with whitespace.291
Errors'(' is followed by whitespace.291
Errors')' is preceded with whitespace.291
Errors'}' should be on the same line.292
Errors'catch' is not followed by whitespace.293
Errors'}' is not followed by whitespace.295
Errors'}' is not followed by whitespace.299
ErrorsMissing a Javadoc comment.301
ErrorsName 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.301
ErrorsMissing a Javadoc comment.302
ErrorsName 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.302
ErrorsMissing a Javadoc comment.303
ErrorsName 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.303
ErrorsMissing a Javadoc comment.304
ErrorsName 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.304
ErrorsMissing a Javadoc comment.305
ErrorsName 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.305
ErrorsMissing a Javadoc comment.306
ErrorsName 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.306
ErrorsMissing a Javadoc comment.307
ErrorsName 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.307
ErrorsMissing a Javadoc comment.308
ErrorsName 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.308
ErrorsMissing a Javadoc comment.309
ErrorsName 'METHOD_clear8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.309
ErrorsMissing a Javadoc comment.310
ErrorsName 'METHOD_computeVisibleRect9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.310
ErrorsMissing a Javadoc comment.311
ErrorsName 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.311
ErrorsMissing a Javadoc comment.312
ErrorsName 'METHOD_contains11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.312
ErrorsMissing a Javadoc comment.313
ErrorsName 'METHOD_countComponents12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.313
ErrorsMissing a Javadoc comment.314
ErrorsName 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.314
ErrorsMissing a Javadoc comment.315
ErrorsName 'METHOD_createImage14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.315
ErrorsMissing a Javadoc comment.316
ErrorsName 'METHOD_createToolTip15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.316
ErrorsMissing a Javadoc comment.317
ErrorsName 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.317
ErrorsMissing a Javadoc comment.318
ErrorsName 'METHOD_createVolatileImage17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.318
ErrorsMissing a Javadoc comment.319
ErrorsName 'METHOD_deliverEvent18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.319
ErrorsMissing a Javadoc comment.320
ErrorsName 'METHOD_disable19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.320
ErrorsMissing a Javadoc comment.321
ErrorsName 'METHOD_dispatchEvent20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.321
ErrorsMissing a Javadoc comment.322
ErrorsName 'METHOD_doLayout21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.322
ErrorsMissing a Javadoc comment.323
ErrorsName 'METHOD_enable22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.323
ErrorsMissing a Javadoc comment.324
ErrorsName 'METHOD_enable23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.324
ErrorsMissing a Javadoc comment.325
ErrorsName 'METHOD_enableInputMethods24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.325
ErrorsMissing a Javadoc comment.326
ErrorsName 'METHOD_findComponentAt25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.326
ErrorsMissing a Javadoc comment.327
ErrorsName 'METHOD_findComponentAt26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.327
ErrorsMissing a Javadoc comment.328
ErrorsName 'METHOD_firePropertyChange27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.328
ErrorsMissing a Javadoc comment.329
ErrorsName 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.329
ErrorsMissing a Javadoc comment.330
ErrorsName 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.330
ErrorsMissing a Javadoc comment.331
ErrorsName 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.331
ErrorsMissing a Javadoc comment.332
ErrorsName 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.332
ErrorsMissing a Javadoc comment.333
ErrorsName 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.333
ErrorsMissing a Javadoc comment.334
ErrorsName 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.334
ErrorsMissing a Javadoc comment.335
ErrorsName 'METHOD_firePropertyChange34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.335
ErrorsMissing a Javadoc comment.336
ErrorsName 'METHOD_getActionForKeyStroke35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.336
ErrorsMissing a Javadoc comment.337
ErrorsName 'METHOD_getBaseline36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.337
ErrorsMissing a Javadoc comment.338
ErrorsName 'METHOD_getBounds37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.338
ErrorsMissing a Javadoc comment.339
ErrorsName 'METHOD_getClientProperty38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.339
ErrorsMissing a Javadoc comment.340
ErrorsName 'METHOD_getComponentAt39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.340
ErrorsMissing a Javadoc comment.341
ErrorsName 'METHOD_getComponentAt40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.341
ErrorsMissing a Javadoc comment.342
ErrorsName 'METHOD_getComponentZOrder41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.342
ErrorsMissing a Javadoc comment.343
ErrorsName 'METHOD_getConditionForKeyStroke42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.343
ErrorsMissing a Javadoc comment.344
ErrorsName 'METHOD_getDefaultLocale43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.344
ErrorsMissing a Javadoc comment.345
ErrorsName 'METHOD_getDefaultSize44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.345
ErrorsMissing a Javadoc comment.346
ErrorsName 'METHOD_getFocusTraversalKeys45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.346
ErrorsMissing a Javadoc comment.347
ErrorsName 'METHOD_getFontMetrics46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.347
ErrorsMissing a Javadoc comment.348
ErrorsName 'METHOD_getInsets47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.348
ErrorsMissing a Javadoc comment.349
ErrorsName 'METHOD_getListeners48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.349
ErrorsMissing a Javadoc comment.350
ErrorsName 'METHOD_getLocation49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.350
ErrorsMissing a Javadoc comment.351
ErrorsName 'METHOD_getMousePosition50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.351
ErrorsMissing a Javadoc comment.352
ErrorsName 'METHOD_getPopupLocation51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.352
ErrorsMissing a Javadoc comment.353
ErrorsName 'METHOD_getPropertyChangeListeners52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.353
ErrorsMissing a Javadoc comment.354
ErrorsName 'METHOD_getSize53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.354
ErrorsMissing a Javadoc comment.355
ErrorsName 'METHOD_getToolTipLocation54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.355
ErrorsMissing a Javadoc comment.356
ErrorsName 'METHOD_getToolTipText55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.356
ErrorsMissing a Javadoc comment.357
ErrorsName 'METHOD_gotFocus56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.357
ErrorsMissing a Javadoc comment.358
ErrorsName 'METHOD_grabFocus57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.358
ErrorsMissing a Javadoc comment.359
ErrorsName 'METHOD_handleEvent58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.359
ErrorsMissing a Javadoc comment.360
ErrorsName 'METHOD_hasFocus59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.360
ErrorsMissing a Javadoc comment.361
ErrorsName 'METHOD_hide60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.361
ErrorsMissing a Javadoc comment.362
ErrorsName 'METHOD_imageUpdate61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.362
ErrorsMissing a Javadoc comment.363
ErrorsName 'METHOD_insets62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.363
ErrorsMissing a Javadoc comment.364
ErrorsName 'METHOD_inside63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.364
ErrorsMissing a Javadoc comment.365
ErrorsName 'METHOD_invalidate64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.365
ErrorsMissing a Javadoc comment.366
ErrorsName 'METHOD_isAncestorOf65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.366
ErrorsMissing a Javadoc comment.367
ErrorsName 'METHOD_isFocusCycleRoot66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.367
ErrorsMissing a Javadoc comment.368
ErrorsName 'METHOD_isLightweightComponent67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.368
ErrorsMissing a Javadoc comment.369
ErrorsName 'METHOD_keyDown68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.369
ErrorsMissing a Javadoc comment.370
ErrorsName 'METHOD_keyUp69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.370
ErrorsMissing a Javadoc comment.371
ErrorsName 'METHOD_layout70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.371
ErrorsMissing a Javadoc comment.372
ErrorsName 'METHOD_list71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.372
ErrorsMissing a Javadoc comment.373
ErrorsName 'METHOD_list72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.373
ErrorsMissing a Javadoc comment.374
ErrorsName 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.374
ErrorsMissing a Javadoc comment.375
ErrorsName 'METHOD_list74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.375
ErrorsMissing a Javadoc comment.376
ErrorsName 'METHOD_list75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.376
ErrorsMissing a Javadoc comment.377
ErrorsName 'METHOD_loadImage76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.377
ErrorsMissing a Javadoc comment.378
ErrorsName 'METHOD_loadImage77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.378
ErrorsMissing a Javadoc comment.379
ErrorsName 'METHOD_locate78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.379
ErrorsMissing a Javadoc comment.380
ErrorsName 'METHOD_location79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.380
ErrorsMissing a Javadoc comment.381
ErrorsName 'METHOD_lostFocus80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.381
ErrorsMissing a Javadoc comment.382
ErrorsName 'METHOD_minimumSize81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.382
ErrorsMissing a Javadoc comment.383
ErrorsName 'METHOD_mouseDown82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.383
ErrorsMissing a Javadoc comment.384
ErrorsName 'METHOD_mouseDrag83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.384
ErrorsMissing a Javadoc comment.385
ErrorsName 'METHOD_mouseEnter84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.385
ErrorsMissing a Javadoc comment.386
ErrorsName 'METHOD_mouseExit85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.386
ErrorsMissing a Javadoc comment.387
ErrorsName 'METHOD_mouseMove86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.387
ErrorsMissing a Javadoc comment.388
ErrorsName 'METHOD_mouseUp87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.388
ErrorsMissing a Javadoc comment.389
ErrorsName 'METHOD_move88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.389
ErrorsMissing a Javadoc comment.390
ErrorsName 'METHOD_nextFocus89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.390
ErrorsMissing a Javadoc comment.391
ErrorsName 'METHOD_paint90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.391
ErrorsMissing a Javadoc comment.392
ErrorsName 'METHOD_paintAll91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.392
ErrorsMissing a Javadoc comment.393
ErrorsName 'METHOD_paintComponents92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.393
ErrorsMissing a Javadoc comment.394
ErrorsName 'METHOD_paintImmediately93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.394
ErrorsMissing a Javadoc comment.395
ErrorsName 'METHOD_paintImmediately94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.395
ErrorsMissing a Javadoc comment.396
ErrorsName 'METHOD_postEvent95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.396
ErrorsMissing a Javadoc comment.397
ErrorsName 'METHOD_preferredSize96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.397
ErrorsMissing a Javadoc comment.398
ErrorsName 'METHOD_prepareImage97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.398
ErrorsMissing a Javadoc comment.399
ErrorsName 'METHOD_prepareImage98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.399
ErrorsMissing a Javadoc comment.400
ErrorsName 'METHOD_print99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.400
ErrorsMissing a Javadoc comment.401
ErrorsName 'METHOD_printAll100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.401
ErrorsMissing a Javadoc comment.402
ErrorsName 'METHOD_printComponents101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.402
ErrorsMissing a Javadoc comment.403
ErrorsName 'METHOD_putClientProperty102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.403
ErrorsMissing a Javadoc comment.404
ErrorsName 'METHOD_registerKeyboardAction103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.404
ErrorsMissing a Javadoc comment.405
ErrorsName 'METHOD_registerKeyboardAction104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.405
ErrorsMissing a Javadoc comment.406
ErrorsName 'METHOD_remove105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.406
ErrorsMissing a Javadoc comment.407
ErrorsName 'METHOD_remove106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.407
ErrorsMissing a Javadoc comment.408
ErrorsName 'METHOD_remove107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.408
ErrorsMissing a Javadoc comment.409
ErrorsName 'METHOD_removeAll108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.409
ErrorsMissing a Javadoc comment.410
ErrorsName 'METHOD_removeNotify109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.410
ErrorsMissing a Javadoc comment.411
ErrorsName 'METHOD_removePropertyChangeListener110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.411
ErrorsMissing a Javadoc comment.412
ErrorsName 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.412
ErrorsMissing a Javadoc comment.413
ErrorsName 'METHOD_repaint112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.413
ErrorsMissing a Javadoc comment.414
ErrorsName 'METHOD_repaint113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.414
ErrorsMissing a Javadoc comment.415
ErrorsName 'METHOD_repaint114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.415
ErrorsMissing a Javadoc comment.416
ErrorsName 'METHOD_repaint115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.416
ErrorsMissing a Javadoc comment.417
ErrorsName 'METHOD_requestDefaultFocus116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.417
ErrorsMissing a Javadoc comment.418
ErrorsName 'METHOD_requestFocus117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.418
ErrorsMissing a Javadoc comment.419
ErrorsName 'METHOD_requestFocus118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.419
ErrorsMissing a Javadoc comment.420
ErrorsName 'METHOD_requestFocusInWindow119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.420
ErrorsMissing a Javadoc comment.421
ErrorsName 'METHOD_resetKeyboardActions120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.421
ErrorsMissing a Javadoc comment.422
ErrorsName 'METHOD_reshape121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.422
ErrorsMissing a Javadoc comment.423
ErrorsName 'METHOD_resize122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.423
ErrorsMissing a Javadoc comment.424
ErrorsName 'METHOD_resize123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.424
ErrorsMissing a Javadoc comment.425
ErrorsName 'METHOD_revalidate124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.425
ErrorsMissing a Javadoc comment.426
ErrorsName 'METHOD_scrollRectToVisible125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.426
ErrorsMissing a Javadoc comment.427
ErrorsName 'METHOD_setBounds126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.427
ErrorsMissing a Javadoc comment.428
ErrorsName 'METHOD_setComponentZOrder127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.428
ErrorsMissing a Javadoc comment.429
ErrorsName 'METHOD_setDefaultLocale128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.429
ErrorsMissing a Javadoc comment.430
ErrorsName 'METHOD_show129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.430
ErrorsMissing a Javadoc comment.431
ErrorsName 'METHOD_show130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.431
ErrorsMissing a Javadoc comment.432
ErrorsName 'METHOD_size131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.432
ErrorsMissing a Javadoc comment.433
ErrorsName 'METHOD_toString132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.433
ErrorsMissing a Javadoc comment.434
ErrorsName 'METHOD_transferFocus133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.434
ErrorsMissing a Javadoc comment.435
ErrorsName 'METHOD_transferFocusBackward134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.435
ErrorsMissing a Javadoc comment.436
ErrorsName 'METHOD_transferFocusDownCycle135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.436
ErrorsMissing a Javadoc comment.437
ErrorsName 'METHOD_transferFocusUpCycle136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.437
ErrorsMissing a Javadoc comment.438
ErrorsName 'METHOD_unregisterKeyboardAction137' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.438
ErrorsMissing a Javadoc comment.439
ErrorsName 'METHOD_update138' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.439
ErrorsMissing a Javadoc comment.440
ErrorsName 'METHOD_updateUI139' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.440
ErrorsMissing a Javadoc comment.441
ErrorsName 'METHOD_validate140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.441
ErrorsLine has trailing spaces.443
ErrorsMethod length is 292 lines (max allowed is 150).445
ErrorsMissing a Javadoc comment.445
Errors'{' is not preceded with whitespace.445
Errors'141' is a magic number.446
ErrorsLine has trailing spaces.447
ErrorsLine is longer than 80 characters.449
Errors'(' is preceded with whitespace.450
Errors'(' is followed by whitespace.450
Errors')' is preceded with whitespace.450
ErrorsLine is longer than 80 characters.451
Errors'(' is preceded with whitespace.452
Errors'(' is followed by whitespace.452
Errors')' is preceded with whitespace.452
ErrorsLine is longer than 80 characters.453
Errors'(' is preceded with whitespace.454
Errors'(' is followed by whitespace.454
Errors')' is preceded with whitespace.454
ErrorsLine is longer than 80 characters.455
Errors'(' is preceded with whitespace.456
Errors'(' is followed by whitespace.456
Errors')' is preceded with whitespace.456
ErrorsLine is longer than 80 characters.457
Errors'(' is preceded with whitespace.458
Errors'(' is followed by whitespace.458
Errors')' is preceded with whitespace.458
ErrorsLine is longer than 80 characters.459
Errors'(' is preceded with whitespace.460
Errors'(' is followed by whitespace.460
Errors')' is preceded with whitespace.460
ErrorsLine is longer than 80 characters.461
Errors'(' is preceded with whitespace.462
Errors'(' is followed by whitespace.462
Errors')' is preceded with whitespace.462
ErrorsLine is longer than 80 characters.463
Errors'(' is preceded with whitespace.464
Errors'(' is followed by whitespace.464
Errors')' is preceded with whitespace.464
ErrorsLine is longer than 80 characters.465
Errors'(' is preceded with whitespace.466
Errors'(' is followed by whitespace.466
Errors')' is preceded with whitespace.466
ErrorsLine is longer than 80 characters.467
Errors'(' is preceded with whitespace.468
Errors'(' is followed by whitespace.468
Errors')' is preceded with whitespace.468
ErrorsLine is longer than 80 characters.469
Errors'(' is preceded with whitespace.470
Errors'(' is followed by whitespace.470
Errors')' is preceded with whitespace.470
ErrorsLine is longer than 80 characters.471
Errors'(' is preceded with whitespace.472
Errors'(' is followed by whitespace.472
Errors')' is preceded with whitespace.472
ErrorsLine is longer than 80 characters.473
Errors'(' is preceded with whitespace.474
Errors'(' is followed by whitespace.474
Errors')' is preceded with whitespace.474
ErrorsLine is longer than 80 characters.475
Errors'(' is preceded with whitespace.476
Errors'(' is followed by whitespace.476
Errors')' is preceded with whitespace.476
ErrorsLine is longer than 80 characters.477
Errors'(' is preceded with whitespace.478
Errors'(' is followed by whitespace.478
Errors')' is preceded with whitespace.478
ErrorsLine is longer than 80 characters.479
Errors'(' is preceded with whitespace.480
Errors'(' is followed by whitespace.480
Errors')' is preceded with whitespace.480
ErrorsLine is longer than 80 characters.481
Errors'(' is preceded with whitespace.482
Errors'(' is followed by whitespace.482
Errors')' is preceded with whitespace.482
ErrorsLine is longer than 80 characters.483
Errors'(' is preceded with whitespace.484
Errors'(' is followed by whitespace.484
Errors')' is preceded with whitespace.484
ErrorsLine is longer than 80 characters.485
Errors'(' is preceded with whitespace.486
Errors'(' is followed by whitespace.486
Errors')' is preceded with whitespace.486
ErrorsLine is longer than 80 characters.487
Errors'(' is preceded with whitespace.488
Errors'(' is followed by whitespace.488
Errors')' is preceded with whitespace.488
ErrorsLine is longer than 80 characters.489
Errors'(' is preceded with whitespace.490
Errors'(' is followed by whitespace.490
Errors')' is preceded with whitespace.490
ErrorsLine is longer than 80 characters.491
Errors'(' is preceded with whitespace.492
Errors'(' is followed by whitespace.492
Errors')' is preceded with whitespace.492
ErrorsLine is longer than 80 characters.493
Errors'(' is preceded with whitespace.494
Errors'(' is followed by whitespace.494
Errors')' is preceded with whitespace.494
ErrorsLine is longer than 80 characters.495
Errors'(' is preceded with whitespace.496
Errors'(' is followed by whitespace.496
Errors')' is preceded with whitespace.496
ErrorsLine is longer than 80 characters.497
Errors'(' is preceded with whitespace.498
Errors'(' is followed by whitespace.498
Errors')' is preceded with whitespace.498
ErrorsLine is longer than 80 characters.499
Errors'(' is preceded with whitespace.500
Errors'(' is followed by whitespace.500
Errors')' is preceded with whitespace.500
ErrorsLine is longer than 80 characters.501
Errors'(' is preceded with whitespace.502
Errors'(' is followed by whitespace.502
Errors')' is preceded with whitespace.502
ErrorsLine is longer than 80 characters.503
Errors'(' is preceded with whitespace.504
Errors'(' is followed by whitespace.504
Errors')' is preceded with whitespace.504
ErrorsLine is longer than 80 characters.505
Errors'(' is preceded with whitespace.506
Errors'(' is followed by whitespace.506
Errors')' is preceded with whitespace.506
ErrorsLine is longer than 80 characters.507
Errors'(' is preceded with whitespace.508
Errors'(' is followed by whitespace.508
Errors')' is preceded with whitespace.508
ErrorsLine is longer than 80 characters.509
Errors'(' is preceded with whitespace.510
Errors'(' is followed by whitespace.510
Errors')' is preceded with whitespace.510
ErrorsLine is longer than 80 characters.511
Errors'(' is preceded with whitespace.512
Errors'(' is followed by whitespace.512
Errors')' is preceded with whitespace.512
ErrorsLine is longer than 80 characters.513
Errors'(' is preceded with whitespace.514
Errors'(' is followed by whitespace.514
Errors')' is preceded with whitespace.514
ErrorsLine is longer than 80 characters.515
Errors'(' is preceded with whitespace.516
Errors'(' is followed by whitespace.516
Errors')' is preceded with whitespace.516
ErrorsLine is longer than 80 characters.517
Errors'(' is preceded with whitespace.518
Errors'(' is followed by whitespace.518
Errors')' is preceded with whitespace.518
ErrorsLine is longer than 80 characters.519
Errors'(' is preceded with whitespace.520
Errors'(' is followed by whitespace.520
Errors')' is preceded with whitespace.520
ErrorsLine is longer than 80 characters.521
Errors'(' is preceded with whitespace.522
Errors'(' is followed by whitespace.522
Errors')' is preceded with whitespace.522
ErrorsLine is longer than 80 characters.523
Errors'(' is preceded with whitespace.524
Errors'(' is followed by whitespace.524
Errors')' is preceded with whitespace.524
ErrorsLine is longer than 80 characters.525
Errors'(' is preceded with whitespace.526
Errors'(' is followed by whitespace.526
Errors')' is preceded with whitespace.526
ErrorsLine is longer than 80 characters.527
Errors'(' is preceded with whitespace.528
Errors'(' is followed by whitespace.528
Errors')' is preceded with whitespace.528
ErrorsLine is longer than 80 characters.529
Errors'(' is preceded with whitespace.530
Errors'(' is followed by whitespace.530
Errors')' is preceded with whitespace.530
ErrorsLine is longer than 80 characters.531
Errors'(' is preceded with whitespace.532
Errors'(' is followed by whitespace.532
Errors')' is preceded with whitespace.532
ErrorsLine is longer than 80 characters.533
Errors'(' is preceded with whitespace.534
Errors'(' is followed by whitespace.534
Errors')' is preceded with whitespace.534
ErrorsLine is longer than 80 characters.535
Errors'(' is preceded with whitespace.536
Errors'(' is followed by whitespace.536
Errors')' is preceded with whitespace.536
ErrorsLine is longer than 80 characters.537
Errors'(' is preceded with whitespace.538
Errors'(' is followed by whitespace.538
Errors')' is preceded with whitespace.538
ErrorsLine is longer than 80 characters.539
Errors'(' is preceded with whitespace.540
Errors'(' is followed by whitespace.540
Errors')' is preceded with whitespace.540
ErrorsLine is longer than 80 characters.541
Errors'(' is preceded with whitespace.542
Errors'(' is followed by whitespace.542
Errors')' is preceded with whitespace.542
ErrorsLine is longer than 80 characters.543
Errors'(' is preceded with whitespace.544
Errors'(' is followed by whitespace.544
Errors')' is preceded with whitespace.544
ErrorsLine is longer than 80 characters.545
Errors'(' is preceded with whitespace.546
Errors'(' is followed by whitespace.546
Errors')' is preceded with whitespace.546
ErrorsLine is longer than 80 characters.547
Errors'(' is preceded with whitespace.548
Errors'(' is followed by whitespace.548
Errors')' is preceded with whitespace.548
ErrorsLine is longer than 80 characters.549
Errors'(' is preceded with whitespace.550
Errors'(' is followed by whitespace.550
Errors')' is preceded with whitespace.550
ErrorsLine is longer than 80 characters.551
Errors'(' is preceded with whitespace.552
Errors'(' is followed by whitespace.552
Errors')' is preceded with whitespace.552
ErrorsLine is longer than 80 characters.553
Errors'(' is preceded with whitespace.554
Errors'(' is followed by whitespace.554
Errors')' is preceded with whitespace.554
ErrorsLine is longer than 80 characters.555
Errors'(' is preceded with whitespace.556
Errors'(' is followed by whitespace.556
Errors')' is preceded with whitespace.556
ErrorsLine is longer than 80 characters.557
Errors'(' is preceded with whitespace.558
Errors'(' is followed by whitespace.558
Errors')' is preceded with whitespace.558
ErrorsLine is longer than 80 characters.559
Errors'(' is preceded with whitespace.560
Errors'(' is followed by whitespace.560
Errors')' is preceded with whitespace.560
ErrorsLine is longer than 80 characters.561
Errors'(' is preceded with whitespace.562
Errors'(' is followed by whitespace.562
Errors')' is preceded with whitespace.562
ErrorsLine is longer than 80 characters.563
Errors'(' is preceded with whitespace.564
Errors'(' is followed by whitespace.564
Errors')' is preceded with whitespace.564
ErrorsLine is longer than 80 characters.565
Errors'(' is preceded with whitespace.566
Errors'(' is followed by whitespace.566
Errors')' is preceded with whitespace.566
ErrorsLine is longer than 80 characters.567
Errors'(' is preceded with whitespace.568
Errors'(' is followed by whitespace.568
Errors')' is preceded with whitespace.568
ErrorsLine is longer than 80 characters.569
Errors'(' is preceded with whitespace.570
Errors'(' is followed by whitespace.570
Errors')' is preceded with whitespace.570
ErrorsLine is longer than 80 characters.571
Errors'(' is preceded with whitespace.572
Errors'(' is followed by whitespace.572
Errors')' is preceded with whitespace.572
ErrorsLine is longer than 80 characters.573
Errors'(' is preceded with whitespace.574
Errors'(' is followed by whitespace.574
Errors')' is preceded with whitespace.574
ErrorsLine is longer than 80 characters.575
Errors'(' is preceded with whitespace.576
Errors'(' is followed by whitespace.576
Errors')' is preceded with whitespace.576
ErrorsLine is longer than 80 characters.577
Errors'(' is preceded with whitespace.578
Errors'(' is followed by whitespace.578
Errors')' is preceded with whitespace.578
ErrorsLine is longer than 80 characters.579
Errors'(' is preceded with whitespace.580
Errors'(' is followed by whitespace.580
Errors')' is preceded with whitespace.580
ErrorsLine is longer than 80 characters.581
Errors'(' is preceded with whitespace.582
Errors'(' is followed by whitespace.582
Errors')' is preceded with whitespace.582
ErrorsLine is longer than 80 characters.583
Errors'(' is preceded with whitespace.584
Errors'(' is followed by whitespace.584
Errors')' is preceded with whitespace.584
ErrorsLine is longer than 80 characters.585
Errors'(' is preceded with whitespace.586
Errors'(' is followed by whitespace.586
Errors')' is preceded with whitespace.586
ErrorsLine is longer than 80 characters.587
Errors'(' is preceded with whitespace.588
Errors'(' is followed by whitespace.588
Errors')' is preceded with whitespace.588
ErrorsLine is longer than 80 characters.589
Errors'(' is preceded with whitespace.590
Errors'(' is followed by whitespace.590
Errors')' is preceded with whitespace.590
ErrorsLine is longer than 80 characters.591
Errors'(' is preceded with whitespace.592
Errors'(' is followed by whitespace.592
Errors')' is preceded with whitespace.592
ErrorsLine is longer than 80 characters.593
Errors'(' is preceded with whitespace.594
Errors'(' is followed by whitespace.594
Errors')' is preceded with whitespace.594
ErrorsLine is longer than 80 characters.595
Errors'(' is preceded with whitespace.596
Errors'(' is followed by whitespace.596
Errors')' is preceded with whitespace.596
ErrorsLine is longer than 80 characters.597
Errors'(' is preceded with whitespace.598
Errors'(' is followed by whitespace.598
Errors')' is preceded with whitespace.598
ErrorsLine is longer than 80 characters.599
Errors'(' is preceded with whitespace.600
Errors'(' is followed by whitespace.600
Errors')' is preceded with whitespace.600
ErrorsLine is longer than 80 characters.601
Errors'(' is preceded with whitespace.602
Errors'(' is followed by whitespace.602
Errors')' is preceded with whitespace.602
ErrorsLine is longer than 80 characters.603
Errors'(' is preceded with whitespace.604
Errors'(' is followed by whitespace.604
Errors')' is preceded with whitespace.604
ErrorsLine is longer than 80 characters.605
Errors'(' is preceded with whitespace.606
Errors'(' is followed by whitespace.606
Errors')' is preceded with whitespace.606
ErrorsLine is longer than 80 characters.607
Errors'(' is preceded with whitespace.608
Errors'(' is followed by whitespace.608
Errors')' is preceded with whitespace.608
ErrorsLine is longer than 80 characters.609
Errors'(' is preceded with whitespace.610
Errors'(' is followed by whitespace.610
Errors')' is preceded with whitespace.610
ErrorsLine is longer than 80 characters.611
Errors'(' is preceded with whitespace.612
Errors'(' is followed by whitespace.612
Errors')' is preceded with whitespace.612
ErrorsLine is longer than 80 characters.613
Errors'(' is preceded with whitespace.614
Errors'(' is followed by whitespace.614
Errors')' is preceded with whitespace.614
ErrorsLine is longer than 80 characters.615
Errors'(' is preceded with whitespace.616
Errors'(' is followed by whitespace.616
Errors')' is preceded with whitespace.616
ErrorsLine is longer than 80 characters.617
Errors'(' is preceded with whitespace.618
Errors'(' is followed by whitespace.618
Errors')' is preceded with whitespace.618
ErrorsLine is longer than 80 characters.619
Errors'(' is preceded with whitespace.620
Errors'(' is followed by whitespace.620
Errors')' is preceded with whitespace.620
ErrorsLine is longer than 80 characters.621
Errors'(' is preceded with whitespace.622
Errors'(' is followed by whitespace.622
Errors')' is preceded with whitespace.622
ErrorsLine is longer than 80 characters.623
Errors'(' is preceded with whitespace.624
Errors'(' is followed by whitespace.624
Errors')' is preceded with whitespace.624
ErrorsLine is longer than 80 characters.625
Errors'(' is preceded with whitespace.626
Errors'(' is followed by whitespace.626
Errors')' is preceded with whitespace.626
ErrorsLine is longer than 80 characters.627
Errors'(' is preceded with whitespace.628
Errors'(' is followed by whitespace.628
Errors')' is preceded with whitespace.628
ErrorsLine is longer than 80 characters.629
Errors'(' is preceded with whitespace.630
Errors'(' is followed by whitespace.630
Errors')' is preceded with whitespace.630
ErrorsLine is longer than 80 characters.631
Errors'(' is preceded with whitespace.632
Errors'(' is followed by whitespace.632
Errors')' is preceded with whitespace.632
ErrorsLine is longer than 80 characters.633
Errors'(' is preceded with whitespace.634
Errors'(' is followed by whitespace.634
Errors')' is preceded with whitespace.634
ErrorsLine is longer than 80 characters.635
Errors'(' is preceded with whitespace.636
Errors'(' is followed by whitespace.636
Errors')' is preceded with whitespace.636
ErrorsLine is longer than 80 characters.637
Errors'(' is preceded with whitespace.638
Errors'(' is followed by whitespace.638
Errors')' is preceded with whitespace.638
ErrorsLine is longer than 80 characters.639
Errors'(' is preceded with whitespace.640
Errors'(' is followed by whitespace.640
Errors')' is preceded with whitespace.640
ErrorsLine is longer than 80 characters.641
Errors'(' is preceded with whitespace.642
Errors'(' is followed by whitespace.642
Errors')' is preceded with whitespace.642
ErrorsLine is longer than 80 characters.643
Errors'(' is preceded with whitespace.644
Errors'(' is followed by whitespace.644
Errors')' is preceded with whitespace.644
ErrorsLine is longer than 80 characters.645
Errors'(' is preceded with whitespace.646
Errors'(' is followed by whitespace.646
Errors')' is preceded with whitespace.646
ErrorsLine is longer than 80 characters.647
Errors'(' is preceded with whitespace.648
Errors'(' is followed by whitespace.648
Errors')' is preceded with whitespace.648
ErrorsLine is longer than 80 characters.649
Errors'(' is preceded with whitespace.650
Errors'(' is followed by whitespace.650
Errors')' is preceded with whitespace.650
ErrorsLine is longer than 80 characters.651
Errors'(' is preceded with whitespace.652
Errors'(' is followed by whitespace.652
Errors')' is preceded with whitespace.652
ErrorsLine is longer than 80 characters.653
Errors'(' is preceded with whitespace.654
Errors'(' is followed by whitespace.654
Errors')' is preceded with whitespace.654
ErrorsLine is longer than 80 characters.655
Errors'(' is preceded with whitespace.656
Errors'(' is followed by whitespace.656
Errors')' is preceded with whitespace.656
ErrorsLine is longer than 80 characters.657
Errors'(' is preceded with whitespace.658
Errors'(' is followed by whitespace.658
Errors')' is preceded with whitespace.658
ErrorsLine is longer than 80 characters.659
Errors'(' is preceded with whitespace.660
Errors'(' is followed by whitespace.660
Errors')' is preceded with whitespace.660
ErrorsLine is longer than 80 characters.661
Errors'(' is preceded with whitespace.662
Errors'(' is followed by whitespace.662
Errors')' is preceded with whitespace.662
ErrorsLine is longer than 80 characters.663
Errors'(' is preceded with whitespace.664
Errors'(' is followed by whitespace.664
Errors')' is preceded with whitespace.664
ErrorsLine is longer than 80 characters.665
Errors'(' is preceded with whitespace.666
Errors'(' is followed by whitespace.666
Errors')' is preceded with whitespace.666
ErrorsLine is longer than 80 characters.667
Errors'(' is preceded with whitespace.668
Errors'(' is followed by whitespace.668
Errors')' is preceded with whitespace.668
ErrorsLine is longer than 80 characters.669
ErrorsLine is longer than 80 characters.670
Errors'(' is preceded with whitespace.670
Errors'(' is followed by whitespace.670
Errors')' is preceded with whitespace.670
ErrorsLine is longer than 80 characters.671
Errors'(' is preceded with whitespace.672
Errors'(' is followed by whitespace.672
Errors')' is preceded with whitespace.672
ErrorsLine is longer than 80 characters.673
Errors'(' is preceded with whitespace.674
Errors'(' is followed by whitespace.674
Errors')' is preceded with whitespace.674
ErrorsLine is longer than 80 characters.675
Errors'(' is preceded with whitespace.676
Errors'(' is followed by whitespace.676
Errors')' is preceded with whitespace.676
ErrorsLine is longer than 80 characters.677
Errors'(' is preceded with whitespace.678
Errors'(' is followed by whitespace.678
Errors')' is preceded with whitespace.678
ErrorsLine is longer than 80 characters.679
Errors'(' is preceded with whitespace.680
Errors'(' is followed by whitespace.680
Errors')' is preceded with whitespace.680
ErrorsLine is longer than 80 characters.681
Errors'(' is preceded with whitespace.682
Errors'(' is followed by whitespace.682
Errors')' is preceded with whitespace.682
ErrorsLine is longer than 80 characters.683
Errors'(' is preceded with whitespace.684
Errors'(' is followed by whitespace.684
Errors')' is preceded with whitespace.684
ErrorsLine is longer than 80 characters.685
Errors'(' is preceded with whitespace.686
Errors'(' is followed by whitespace.686
Errors')' is preceded with whitespace.686
ErrorsLine is longer than 80 characters.687
Errors'(' is preceded with whitespace.688
Errors'(' is followed by whitespace.688
Errors')' is preceded with whitespace.688
ErrorsLine is longer than 80 characters.689
Errors'(' is preceded with whitespace.690
Errors'(' is followed by whitespace.690
Errors')' is preceded with whitespace.690
ErrorsLine is longer than 80 characters.691
Errors'(' is preceded with whitespace.692
Errors'(' is followed by whitespace.692
Errors')' is preceded with whitespace.692
ErrorsLine is longer than 80 characters.693
Errors'(' is preceded with whitespace.694
Errors'(' is followed by whitespace.694
Errors')' is preceded with whitespace.694
ErrorsLine is longer than 80 characters.695
Errors'(' is preceded with whitespace.696
Errors'(' is followed by whitespace.696
Errors')' is preceded with whitespace.696
ErrorsLine is longer than 80 characters.697
Errors'(' is preceded with whitespace.698
Errors'(' is followed by whitespace.698
Errors')' is preceded with whitespace.698
ErrorsLine is longer than 80 characters.699
Errors'(' is preceded with whitespace.700
Errors'(' is followed by whitespace.700
Errors')' is preceded with whitespace.700
ErrorsLine is longer than 80 characters.701
Errors'(' is preceded with whitespace.702
Errors'(' is followed by whitespace.702
Errors')' is preceded with whitespace.702
ErrorsLine is longer than 80 characters.703
Errors'(' is preceded with whitespace.704
Errors'(' is followed by whitespace.704
Errors')' is preceded with whitespace.704
ErrorsLine is longer than 80 characters.705
Errors'(' is preceded with whitespace.706
Errors'(' is followed by whitespace.706
Errors')' is preceded with whitespace.706
ErrorsLine is longer than 80 characters.707
Errors'(' is preceded with whitespace.708
Errors'(' is followed by whitespace.708
Errors')' is preceded with whitespace.708
ErrorsLine is longer than 80 characters.709
Errors'(' is preceded with whitespace.710
Errors'(' is followed by whitespace.710
Errors')' is preceded with whitespace.710
ErrorsLine is longer than 80 characters.711
Errors'(' is preceded with whitespace.712
Errors'(' is followed by whitespace.712
Errors')' is preceded with whitespace.712
ErrorsLine is longer than 80 characters.713
Errors'(' is preceded with whitespace.714
Errors'(' is followed by whitespace.714
Errors')' is preceded with whitespace.714
ErrorsLine is longer than 80 characters.715
Errors'(' is preceded with whitespace.716
Errors'(' is followed by whitespace.716
Errors')' is preceded with whitespace.716
ErrorsLine is longer than 80 characters.717
Errors'(' is preceded with whitespace.718
Errors'(' is followed by whitespace.718
Errors')' is preceded with whitespace.718
ErrorsLine is longer than 80 characters.719
Errors'(' is preceded with whitespace.720
Errors'(' is followed by whitespace.720
Errors')' is preceded with whitespace.720
ErrorsLine is longer than 80 characters.721
Errors'(' is preceded with whitespace.722
Errors'(' is followed by whitespace.722
Errors')' is preceded with whitespace.722
ErrorsLine is longer than 80 characters.723
Errors'(' is preceded with whitespace.724
Errors'(' is followed by whitespace.724
Errors')' is preceded with whitespace.724
ErrorsLine is longer than 80 characters.725
Errors'(' is preceded with whitespace.726
Errors'(' is followed by whitespace.726
Errors')' is preceded with whitespace.726
ErrorsLine is longer than 80 characters.727
Errors'(' is preceded with whitespace.728
Errors'(' is followed by whitespace.728
Errors')' is preceded with whitespace.728
ErrorsLine is longer than 80 characters.729
Errors'(' is preceded with whitespace.730
Errors'(' is followed by whitespace.730
Errors')' is preceded with whitespace.730
Errors'}' should be on the same line.731
Errors'catch' is not followed by whitespace.732
Errors'(' is followed by whitespace.732
ErrorsMust have at least one statement.732
Errors'{' is not followed by whitespace.732
Errors'}' is not preceded with whitespace.732
Errors'}' is not followed by whitespace.732
ErrorsLine has trailing spaces.735
Errors'}' is not followed by whitespace.736
ErrorsMissing a Javadoc comment.737
Errors';' is not followed by whitespace.737
ErrorsMissing a Javadoc comment.738
ErrorsMissing a Javadoc comment.739
ErrorsMissing a Javadoc comment.740
Errors';' is not followed by whitespace.740
ErrorsLine is longer than 80 characters.741
ErrorsMissing a Javadoc comment.741
Errors';' is not followed by whitespace.741
ErrorsMissing a Javadoc comment.742
ErrorsMissing a Javadoc comment.743
ErrorsMissing a Javadoc comment.744
Errors';' is not followed by whitespace.744
ErrorsMissing a Javadoc comment.745
ErrorsName 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.745
Errors';' is not followed by whitespace.745
ErrorsMissing a Javadoc comment.746
ErrorsName 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.746
Errors';' is not followed by whitespace.746
ErrorsMethod 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty.759
ErrorsMethod 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty.776
ErrorsMethod 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty.789
ErrorsMethod 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty.802
ErrorsLine is longer than 80 characters.813
ErrorsLine contains a tab character.813
ErrorsMethod 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty.816
ErrorsLine contains a tab character.826
ErrorsMethod 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty.828
ErrorsMethod 'getIcon' is not designed for extension - needs to be abstract, final or empty.849
ErrorsParameter iconKind should be final.850

net/sf/webphotos/gui/component/PainelPesquisa.java

ViolationMessageLine
ErrorsLine has trailing spaces.35
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsComment matches to-do format 'TODO:'.46
ErrorsLine is longer than 80 characters.47
ErrorsMissing a Javadoc comment.52
ErrorsParameter acaoPesquisa should be final.52
Errors'acaoPesquisa' hides a field.52
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.64
Errors'65534' is a magic number.76
Errors'35' is a magic number.76
Errors'780' is a magic number.77
Errors'35' is a magic number.77
Errors'780' is a magic number.78
Errors'35' is a magic number.78
Errors'32767' is a magic number.81
Errors'35' is a magic number.81
Errors'461' is a magic number.82
Errors'35' is a magic number.82
ErrorsLine is longer than 80 characters.83
Errors'192' is a magic number.94
Errors'19' is a magic number.94
Errors'192' is a magic number.95
Errors'19' is a magic number.95
ErrorsLine is longer than 80 characters.98
Errors'32767' is a magic number.104
Errors'35' is a magic number.104
ErrorsLine is longer than 80 characters.107
Errors'}' is not followed by whitespace.111
ErrorsMissing a Javadoc comment.113
ErrorsMissing a Javadoc comment.114
ErrorsMissing a Javadoc comment.115
ErrorsMissing a Javadoc comment.116
ErrorsMissing a Javadoc comment.117
ErrorsMissing a Javadoc comment.118
ErrorsMissing a Javadoc comment.119
ErrorsMissing a Javadoc comment.120
ErrorsMissing a Javadoc comment.123
ErrorsMethod 'getCategoriasPesquisaComboBoxModel' is not designed for extension - needs to be abstract, final or empty.131
ErrorsLine is longer than 80 characters.142
ErrorsMethod 'setCategoriasPesquisaComboBoxModel' is not designed for extension - needs to be abstract, final or empty.142
ErrorsParameter lstCategoriasPesquisaModel should be final.142
ErrorsMethod 'addPopupMouseListener' is not designed for extension - needs to be abstract, final or empty.150
ErrorsParameter popupAction should be final.150
ErrorsLine has trailing spaces.153
ErrorsMethod 'removePopupMouseListener' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter popupAction should be final.157
ErrorsMethod 'getAcaoPesquisa' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMethod 'setAcaoPesquisa' is not designed for extension - needs to be abstract, final or empty.171
ErrorsParameter acaoPesquisa should be final.171
Errors'acaoPesquisa' hides a field.171
ErrorsLine has trailing spaces.173

net/sf/webphotos/gui/component/PainelPesquisaBeanInfo.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.beans.*.18
ErrorsMissing a Javadoc comment.28
Errors'{' is not preceded with whitespace.28
ErrorsLine is longer than 80 characters.29
Errors'(' is preceded with whitespace.29
Errors'(' is followed by whitespace.29
Errors')' is preceded with whitespace.29
ErrorsLine is longer than 80 characters.30
Errors'(' is preceded with whitespace.30
Errors'(' is followed by whitespace.30
Errors')' is preceded with whitespace.30
Errors';' is not followed by whitespace.30
Errors'}' is not followed by whitespace.34
ErrorsMissing a Javadoc comment.36
ErrorsName 'PROPERTY_acaoPesquisa' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
ErrorsMissing a Javadoc comment.37
ErrorsName 'PROPERTY_actionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
ErrorsMissing a Javadoc comment.38
ErrorsName 'PROPERTY_alignmentX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
ErrorsMissing a Javadoc comment.39
ErrorsName 'PROPERTY_alignmentY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsMissing a Javadoc comment.40
ErrorsName 'PROPERTY_ancestorListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
ErrorsMissing a Javadoc comment.41
ErrorsName 'PROPERTY_autoscrolls' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
ErrorsMissing a Javadoc comment.42
ErrorsName 'PROPERTY_background' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
ErrorsMissing a Javadoc comment.43
ErrorsName 'PROPERTY_backgroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsMissing a Javadoc comment.44
ErrorsName 'PROPERTY_baselineResizeBehavior' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
ErrorsMissing a Javadoc comment.45
ErrorsName 'PROPERTY_border' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
ErrorsMissing a Javadoc comment.46
ErrorsName 'PROPERTY_bounds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
ErrorsMissing a Javadoc comment.47
ErrorsName 'PROPERTY_categoriasPesquisaComboBoxModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
ErrorsMissing a Javadoc comment.48
ErrorsName 'PROPERTY_colorModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsMissing a Javadoc comment.49
ErrorsName 'PROPERTY_component' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsMissing a Javadoc comment.50
ErrorsName 'PROPERTY_componentCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
ErrorsMissing a Javadoc comment.51
ErrorsName 'PROPERTY_componentListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
ErrorsMissing a Javadoc comment.52
ErrorsName 'PROPERTY_componentOrientation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
ErrorsMissing a Javadoc comment.53
ErrorsName 'PROPERTY_componentPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
ErrorsMissing a Javadoc comment.54
ErrorsName 'PROPERTY_components' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsMissing a Javadoc comment.55
ErrorsName 'PROPERTY_containerListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
ErrorsMissing a Javadoc comment.56
ErrorsName 'PROPERTY_cursor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
ErrorsMissing a Javadoc comment.57
ErrorsName 'PROPERTY_cursorSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
ErrorsMissing a Javadoc comment.58
ErrorsName 'PROPERTY_debugGraphicsOptions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsMissing a Javadoc comment.59
ErrorsName 'PROPERTY_displayable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
ErrorsMissing a Javadoc comment.60
ErrorsName 'PROPERTY_doubleBuffered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
ErrorsMissing a Javadoc comment.61
ErrorsName 'PROPERTY_dropTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
ErrorsMissing a Javadoc comment.62
ErrorsName 'PROPERTY_enabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
ErrorsMissing a Javadoc comment.63
ErrorsName 'PROPERTY_focusable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
ErrorsMissing a Javadoc comment.64
ErrorsName 'PROPERTY_focusCycleRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
ErrorsMissing a Javadoc comment.65
ErrorsName 'PROPERTY_focusCycleRootAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
ErrorsMissing a Javadoc comment.66
ErrorsName 'PROPERTY_focusListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
ErrorsMissing a Javadoc comment.67
ErrorsName 'PROPERTY_focusOwner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.67
ErrorsMissing a Javadoc comment.68
ErrorsName 'PROPERTY_focusTraversable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.68
ErrorsMissing a Javadoc comment.69
ErrorsName 'PROPERTY_focusTraversalKeys' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
ErrorsMissing a Javadoc comment.70
ErrorsName 'PROPERTY_focusTraversalKeysEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
ErrorsMissing a Javadoc comment.71
ErrorsName 'PROPERTY_focusTraversalPolicy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.71
ErrorsMissing a Javadoc comment.72
ErrorsName 'PROPERTY_focusTraversalPolicyProvider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
ErrorsMissing a Javadoc comment.73
ErrorsName 'PROPERTY_focusTraversalPolicySet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.73
ErrorsMissing a Javadoc comment.74
ErrorsName 'PROPERTY_font' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
ErrorsMissing a Javadoc comment.75
ErrorsName 'PROPERTY_fontSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.75
ErrorsMissing a Javadoc comment.76
ErrorsName 'PROPERTY_foreground' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.76
ErrorsMissing a Javadoc comment.77
ErrorsName 'PROPERTY_foregroundSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.77
ErrorsMissing a Javadoc comment.78
ErrorsName 'PROPERTY_graphics' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.78
ErrorsMissing a Javadoc comment.79
ErrorsName 'PROPERTY_graphicsConfiguration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
ErrorsMissing a Javadoc comment.80
ErrorsName 'PROPERTY_height' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
ErrorsMissing a Javadoc comment.81
ErrorsName 'PROPERTY_hierarchyBoundsListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.81
ErrorsMissing a Javadoc comment.82
ErrorsName 'PROPERTY_hierarchyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.82
ErrorsMissing a Javadoc comment.83
ErrorsName 'PROPERTY_ignoreRepaint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
ErrorsMissing a Javadoc comment.84
ErrorsName 'PROPERTY_inheritsPopupMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.84
ErrorsMissing a Javadoc comment.85
ErrorsName 'PROPERTY_inputContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.85
ErrorsMissing a Javadoc comment.86
ErrorsName 'PROPERTY_inputMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
ErrorsMissing a Javadoc comment.87
ErrorsName 'PROPERTY_inputMethodListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.87
ErrorsMissing a Javadoc comment.88
ErrorsName 'PROPERTY_inputMethodRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.88
ErrorsMissing a Javadoc comment.89
ErrorsName 'PROPERTY_inputVerifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.89
ErrorsMissing a Javadoc comment.90
ErrorsName 'PROPERTY_insets' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
ErrorsMissing a Javadoc comment.91
ErrorsName 'PROPERTY_keyListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.91
ErrorsMissing a Javadoc comment.92
ErrorsName 'PROPERTY_layout' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
ErrorsMissing a Javadoc comment.93
ErrorsName 'PROPERTY_lightweight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.93
ErrorsMissing a Javadoc comment.94
ErrorsName 'PROPERTY_locale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.94
ErrorsMissing a Javadoc comment.95
ErrorsName 'PROPERTY_location' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.95
ErrorsMissing a Javadoc comment.96
ErrorsName 'PROPERTY_locationOnScreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.96
ErrorsMissing a Javadoc comment.97
ErrorsName 'PROPERTY_managingFocus' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.97
ErrorsMissing a Javadoc comment.98
ErrorsName 'PROPERTY_maximumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.98
ErrorsMissing a Javadoc comment.99
ErrorsName 'PROPERTY_maximumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.99
ErrorsMissing a Javadoc comment.100
ErrorsName 'PROPERTY_minimumSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.100
ErrorsMissing a Javadoc comment.101
ErrorsName 'PROPERTY_minimumSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.101
ErrorsMissing a Javadoc comment.102
ErrorsName 'PROPERTY_mouseListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.102
ErrorsMissing a Javadoc comment.103
ErrorsName 'PROPERTY_mouseMotionListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.103
ErrorsMissing a Javadoc comment.104
ErrorsName 'PROPERTY_mousePosition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.104
ErrorsMissing a Javadoc comment.105
ErrorsName 'PROPERTY_mouseWheelListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.105
ErrorsMissing a Javadoc comment.106
ErrorsName 'PROPERTY_name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.106
ErrorsMissing a Javadoc comment.107
ErrorsName 'PROPERTY_nextFocusableComponent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.107
ErrorsMissing a Javadoc comment.108
ErrorsName 'PROPERTY_opaque' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.108
ErrorsMissing a Javadoc comment.109
ErrorsName 'PROPERTY_optimizedDrawingEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.109
ErrorsMissing a Javadoc comment.110
ErrorsName 'PROPERTY_paintingForPrint' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.110
ErrorsMissing a Javadoc comment.111
ErrorsName 'PROPERTY_paintingTile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.111
ErrorsMissing a Javadoc comment.112
ErrorsName 'PROPERTY_parent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.112
ErrorsMissing a Javadoc comment.113
ErrorsName 'PROPERTY_peer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.113
ErrorsMissing a Javadoc comment.114
ErrorsName 'PROPERTY_preferredSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.114
ErrorsMissing a Javadoc comment.115
ErrorsName 'PROPERTY_preferredSizeSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.115
ErrorsMissing a Javadoc comment.116
ErrorsName 'PROPERTY_propertyChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.116
ErrorsMissing a Javadoc comment.117
ErrorsName 'PROPERTY_registeredKeyStrokes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.117
ErrorsMissing a Javadoc comment.118
ErrorsName 'PROPERTY_requestFocusEnabled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.118
ErrorsMissing a Javadoc comment.119
ErrorsName 'PROPERTY_rootPane' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.119
ErrorsMissing a Javadoc comment.120
ErrorsName 'PROPERTY_showing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.120
ErrorsMissing a Javadoc comment.121
ErrorsName 'PROPERTY_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.121
ErrorsMissing a Javadoc comment.122
ErrorsName 'PROPERTY_toolkit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.122
ErrorsMissing a Javadoc comment.123
ErrorsName 'PROPERTY_toolTipText' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.123
ErrorsMissing a Javadoc comment.124
ErrorsName 'PROPERTY_topLevelAncestor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.124
ErrorsMissing a Javadoc comment.125
ErrorsName 'PROPERTY_transferHandler' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.125
ErrorsMissing a Javadoc comment.126
ErrorsName 'PROPERTY_treeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.126
ErrorsMissing a Javadoc comment.127
ErrorsMissing a Javadoc comment.128
ErrorsName 'PROPERTY_UIClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.128
ErrorsMissing a Javadoc comment.129
ErrorsName 'PROPERTY_valid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.129
ErrorsMissing a Javadoc comment.130
ErrorsName 'PROPERTY_validateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.130
ErrorsMissing a Javadoc comment.131
ErrorsName 'PROPERTY_verifyInputWhenFocusTarget' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.131
ErrorsMissing a Javadoc comment.132
ErrorsName 'PROPERTY_vetoableChangeListeners' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.132
ErrorsMissing a Javadoc comment.133
ErrorsName 'PROPERTY_visible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.133
ErrorsMissing a Javadoc comment.134
ErrorsName 'PROPERTY_visibleRect' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.134
ErrorsMissing a Javadoc comment.135
ErrorsName 'PROPERTY_width' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.135
ErrorsMissing a Javadoc comment.136
ErrorsName 'PROPERTY_x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.136
ErrorsMissing a Javadoc comment.137
ErrorsName 'PROPERTY_y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.137
ErrorsLine has trailing spaces.139
ErrorsMissing a Javadoc comment.141
Errors'{' is not preceded with whitespace.141
Errors'102' is a magic number.142
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.145
Errors'(' is preceded with whitespace.145
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
ErrorsLine is longer than 80 characters.146
Errors'(' is preceded with whitespace.146
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
ErrorsLine is longer than 80 characters.147
Errors'(' is preceded with whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
ErrorsLine is longer than 80 characters.148
Errors'(' is preceded with whitespace.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
ErrorsLine is longer than 80 characters.149
Errors'(' is preceded with whitespace.149
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
ErrorsLine is longer than 80 characters.150
Errors'(' is preceded with whitespace.150
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
ErrorsLine is longer than 80 characters.151
Errors'(' is preceded with whitespace.151
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
ErrorsLine is longer than 80 characters.152
Errors'(' is preceded with whitespace.152
Errors'(' is followed by whitespace.152
Errors')' is preceded with whitespace.152
ErrorsLine is longer than 80 characters.153
Errors'(' is preceded with whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
ErrorsLine is longer than 80 characters.154
Errors'(' is preceded with whitespace.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.155
Errors'(' is followed by whitespace.155
Errors')' is preceded with whitespace.155
ErrorsLine is longer than 80 characters.156
Errors'(' is preceded with whitespace.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
ErrorsLine is longer than 80 characters.157
Errors'(' is preceded with whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
ErrorsLine is longer than 80 characters.158
Errors'(' is preceded with whitespace.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.159
Errors'(' is preceded with whitespace.159
Errors'(' is followed by whitespace.159
Errors')' is preceded with whitespace.159
ErrorsLine is longer than 80 characters.160
Errors'(' is preceded with whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine is longer than 80 characters.161
Errors'(' is preceded with whitespace.161
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
ErrorsLine is longer than 80 characters.162
Errors'(' is preceded with whitespace.162
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
ErrorsLine is longer than 80 characters.163
Errors'(' is preceded with whitespace.163
Errors'(' is followed by whitespace.163
Errors')' is preceded with whitespace.163
ErrorsLine is longer than 80 characters.164
Errors'(' is preceded with whitespace.164
Errors'(' is followed by whitespace.164
Errors')' is preceded with whitespace.164
ErrorsLine is longer than 80 characters.165
Errors'(' is preceded with whitespace.165
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
ErrorsLine is longer than 80 characters.166
Errors'(' is preceded with whitespace.166
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
ErrorsLine is longer than 80 characters.167
Errors'(' is preceded with whitespace.167
Errors'(' is followed by whitespace.167
Errors')' is preceded with whitespace.167
ErrorsLine is longer than 80 characters.168
Errors'(' is preceded with whitespace.168
Errors'(' is followed by whitespace.168
Errors')' is preceded with whitespace.168
ErrorsLine is longer than 80 characters.169
Errors'(' is preceded with whitespace.169
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
ErrorsLine is longer than 80 characters.170
Errors'(' is preceded with whitespace.170
Errors'(' is followed by whitespace.170
Errors')' is preceded with whitespace.170
ErrorsLine is longer than 80 characters.171
Errors'(' is preceded with whitespace.171
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
ErrorsLine is longer than 80 characters.172
Errors'(' is preceded with whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
ErrorsLine is longer than 80 characters.173
Errors'(' is preceded with whitespace.173
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
ErrorsLine is longer than 80 characters.174
Errors'(' is preceded with whitespace.174
Errors'(' is followed by whitespace.174
Errors')' is preceded with whitespace.174
ErrorsLine is longer than 80 characters.175
Errors'(' is preceded with whitespace.175
Errors'(' is followed by whitespace.175
Errors')' is preceded with whitespace.175
ErrorsLine is longer than 80 characters.176
Errors'(' is preceded with whitespace.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsLine is longer than 80 characters.177
Errors'(' is preceded with whitespace.177
Errors'(' is followed by whitespace.177
Errors')' is preceded with whitespace.177
ErrorsLine is longer than 80 characters.178
Errors'(' is preceded with whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
ErrorsLine is longer than 80 characters.179
Errors'(' is preceded with whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
ErrorsLine is longer than 80 characters.180
Errors'(' is preceded with whitespace.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine is longer than 80 characters.181
Errors'(' is preceded with whitespace.181
Errors'(' is followed by whitespace.181
Errors')' is preceded with whitespace.181
ErrorsLine is longer than 80 characters.182
Errors'(' is preceded with whitespace.182
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
ErrorsLine is longer than 80 characters.183
Errors'(' is preceded with whitespace.183
Errors'(' is followed by whitespace.183
Errors')' is preceded with whitespace.183
ErrorsLine is longer than 80 characters.184
Errors'(' is preceded with whitespace.184
Errors'(' is followed by whitespace.184
Errors')' is preceded with whitespace.184
ErrorsLine is longer than 80 characters.185
Errors'(' is preceded with whitespace.185
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
ErrorsLine is longer than 80 characters.186
Errors'(' is preceded with whitespace.186
Errors'(' is followed by whitespace.186
Errors')' is preceded with whitespace.186
ErrorsLine is longer than 80 characters.187
Errors'(' is preceded with whitespace.187
Errors'(' is followed by whitespace.187
Errors')' is preceded with whitespace.187
ErrorsLine is longer than 80 characters.188
Errors'(' is preceded with whitespace.188
Errors'(' is followed by whitespace.188
Errors')' is preceded with whitespace.188
ErrorsLine is longer than 80 characters.189
Errors'(' is preceded with whitespace.189
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
ErrorsLine is longer than 80 characters.190
Errors'(' is preceded with whitespace.190
Errors'(' is followed by whitespace.190
Errors')' is preceded with whitespace.190
ErrorsLine is longer than 80 characters.191
Errors'(' is preceded with whitespace.191
Errors'(' is followed by whitespace.191
Errors')' is preceded with whitespace.191
ErrorsLine is longer than 80 characters.192
Errors'(' is preceded with whitespace.192
Errors'(' is followed by whitespace.192
Errors')' is preceded with whitespace.192
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.193
Errors'(' is followed by whitespace.193
Errors')' is preceded with whitespace.193
ErrorsLine is longer than 80 characters.194
Errors'(' is preceded with whitespace.194
Errors'(' is followed by whitespace.194
Errors')' is preceded with whitespace.194
ErrorsLine is longer than 80 characters.195
Errors'(' is preceded with whitespace.195
Errors'(' is followed by whitespace.195
Errors')' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.196
Errors'(' is preceded with whitespace.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
Errors'(' is preceded with whitespace.197
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
ErrorsLine is longer than 80 characters.198
Errors'(' is preceded with whitespace.198
Errors'(' is followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine is longer than 80 characters.199
Errors'(' is preceded with whitespace.199
Errors'(' is followed by whitespace.199
Errors')' is preceded with whitespace.199
ErrorsLine is longer than 80 characters.200
Errors'(' is preceded with whitespace.200
Errors'(' is followed by whitespace.200
Errors')' is preceded with whitespace.200
ErrorsLine is longer than 80 characters.201
Errors'(' is preceded with whitespace.201
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
ErrorsLine is longer than 80 characters.202
Errors'(' is preceded with whitespace.202
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.203
Errors'(' is preceded with whitespace.203
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
ErrorsLine is longer than 80 characters.204
Errors'(' is preceded with whitespace.204
Errors'(' is followed by whitespace.204
Errors')' is preceded with whitespace.204
ErrorsLine is longer than 80 characters.205
Errors'(' is preceded with whitespace.205
Errors'(' is followed by whitespace.205
Errors')' is preceded with whitespace.205
ErrorsLine is longer than 80 characters.206
Errors'(' is preceded with whitespace.206
Errors'(' is followed by whitespace.206
Errors')' is preceded with whitespace.206
ErrorsLine is longer than 80 characters.207
Errors'(' is preceded with whitespace.207
Errors'(' is followed by whitespace.207
Errors')' is preceded with whitespace.207
ErrorsLine is longer than 80 characters.208
Errors'(' is preceded with whitespace.208
Errors'(' is followed by whitespace.208
Errors')' is preceded with whitespace.208
ErrorsLine is longer than 80 characters.209
Errors'(' is preceded with whitespace.209
Errors'(' is followed by whitespace.209
Errors')' is preceded with whitespace.209
ErrorsLine is longer than 80 characters.210
Errors'(' is preceded with whitespace.210
Errors'(' is followed by whitespace.210
Errors')' is preceded with whitespace.210
ErrorsLine is longer than 80 characters.211
Errors'(' is preceded with whitespace.211
Errors'(' is followed by whitespace.211
Errors')' is preceded with whitespace.211
ErrorsLine is longer than 80 characters.212
Errors'(' is preceded with whitespace.212
Errors'(' is followed by whitespace.212
Errors')' is preceded with whitespace.212
ErrorsLine is longer than 80 characters.213
Errors'(' is preceded with whitespace.213
Errors'(' is followed by whitespace.213
Errors')' is preceded with whitespace.213
ErrorsLine is longer than 80 characters.214
Errors'(' is preceded with whitespace.214
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
ErrorsLine is longer than 80 characters.215
Errors'(' is preceded with whitespace.215
Errors'(' is followed by whitespace.215
Errors')' is preceded with whitespace.215
ErrorsLine is longer than 80 characters.216
Errors'(' is preceded with whitespace.216
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
ErrorsLine is longer than 80 characters.217
Errors'(' is preceded with whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
ErrorsLine is longer than 80 characters.218
Errors'(' is preceded with whitespace.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
ErrorsLine is longer than 80 characters.219
Errors'(' is preceded with whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
ErrorsLine is longer than 80 characters.220
Errors'(' is preceded with whitespace.220
Errors'(' is followed by whitespace.220
Errors')' is preceded with whitespace.220
ErrorsLine is longer than 80 characters.221
Errors'(' is preceded with whitespace.221
Errors'(' is followed by whitespace.221
Errors')' is preceded with whitespace.221
ErrorsLine is longer than 80 characters.222
Errors'(' is preceded with whitespace.222
Errors'(' is followed by whitespace.222
Errors')' is preceded with whitespace.222
ErrorsLine is longer than 80 characters.223
Errors'(' is preceded with whitespace.223
Errors'(' is followed by whitespace.223
Errors')' is preceded with whitespace.223
ErrorsLine is longer than 80 characters.224
Errors'(' is preceded with whitespace.224
Errors'(' is followed by whitespace.224
Errors')' is preceded with whitespace.224
ErrorsLine is longer than 80 characters.225
Errors'(' is preceded with whitespace.225
Errors'(' is followed by whitespace.225
Errors')' is preceded with whitespace.225
ErrorsLine is longer than 80 characters.226
Errors'(' is preceded with whitespace.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsLine is longer than 80 characters.227
Errors'(' is preceded with whitespace.227
Errors'(' is followed by whitespace.227
Errors')' is preceded with whitespace.227
ErrorsLine is longer than 80 characters.228
Errors'(' is preceded with whitespace.228
Errors'(' is followed by whitespace.228
Errors')' is preceded with whitespace.228
ErrorsLine is longer than 80 characters.229
Errors'(' is preceded with whitespace.229
Errors'(' is followed by whitespace.229
Errors')' is preceded with whitespace.229
ErrorsLine is longer than 80 characters.230
Errors'(' is preceded with whitespace.230
Errors'(' is followed by whitespace.230
Errors')' is preceded with whitespace.230
ErrorsLine is longer than 80 characters.231
Errors'(' is preceded with whitespace.231
Errors'(' is followed by whitespace.231
Errors')' is preceded with whitespace.231
ErrorsLine is longer than 80 characters.232
Errors'(' is preceded with whitespace.232
Errors'(' is followed by whitespace.232
Errors')' is preceded with whitespace.232
ErrorsLine is longer than 80 characters.233
Errors'(' is preceded with whitespace.233
Errors'(' is followed by whitespace.233
Errors')' is preceded with whitespace.233
ErrorsLine is longer than 80 characters.234
Errors'(' is preceded with whitespace.234
Errors'(' is followed by whitespace.234
Errors')' is preceded with whitespace.234
ErrorsLine is longer than 80 characters.235
Errors'(' is preceded with whitespace.235
Errors'(' is followed by whitespace.235
Errors')' is preceded with whitespace.235
ErrorsLine is longer than 80 characters.236
Errors'(' is preceded with whitespace.236
Errors'(' is followed by whitespace.236
Errors')' is preceded with whitespace.236
ErrorsLine is longer than 80 characters.237
Errors'(' is preceded with whitespace.237
Errors'(' is followed by whitespace.237
Errors')' is preceded with whitespace.237
ErrorsLine is longer than 80 characters.238
Errors'(' is preceded with whitespace.238
Errors'(' is followed by whitespace.238
Errors')' is preceded with whitespace.238
ErrorsLine is longer than 80 characters.239
Errors'(' is preceded with whitespace.239
Errors'(' is followed by whitespace.239
Errors')' is preceded with whitespace.239
ErrorsLine is longer than 80 characters.240
Errors'(' is preceded with whitespace.240
Errors'(' is followed by whitespace.240
Errors')' is preceded with whitespace.240
ErrorsLine is longer than 80 characters.241
Errors'(' is preceded with whitespace.241
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
ErrorsLine is longer than 80 characters.242
Errors'(' is preceded with whitespace.242
Errors'(' is followed by whitespace.242
Errors')' is preceded with whitespace.242
ErrorsLine is longer than 80 characters.243
Errors'(' is preceded with whitespace.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
ErrorsLine is longer than 80 characters.244
Errors'(' is preceded with whitespace.244
Errors'(' is followed by whitespace.244
Errors')' is preceded with whitespace.244
ErrorsLine is longer than 80 characters.245
Errors'(' is preceded with whitespace.245
Errors'(' is followed by whitespace.245
Errors')' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.246
Errors'(' is preceded with whitespace.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
Errors'}' should be on the same line.247
Errors'catch' is not followed by whitespace.248
Errors'}' is not followed by whitespace.250
Errors'}' is not followed by whitespace.254
ErrorsMissing a Javadoc comment.256
ErrorsName 'EVENT_ancestorListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.256
ErrorsMissing a Javadoc comment.257
ErrorsName 'EVENT_componentListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.257
ErrorsMissing a Javadoc comment.258
ErrorsName 'EVENT_containerListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.258
ErrorsMissing a Javadoc comment.259
ErrorsName 'EVENT_focusListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.259
ErrorsMissing a Javadoc comment.260
ErrorsName 'EVENT_hierarchyBoundsListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.260
ErrorsMissing a Javadoc comment.261
ErrorsName 'EVENT_hierarchyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.261
ErrorsMissing a Javadoc comment.262
ErrorsName 'EVENT_inputMethodListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.262
ErrorsMissing a Javadoc comment.263
ErrorsName 'EVENT_keyListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.263
ErrorsMissing a Javadoc comment.264
ErrorsName 'EVENT_mouseListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.264
ErrorsMissing a Javadoc comment.265
ErrorsName 'EVENT_mouseMotionListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.265
ErrorsMissing a Javadoc comment.266
ErrorsName 'EVENT_mouseWheelListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.266
ErrorsMissing a Javadoc comment.267
ErrorsName 'EVENT_propertyChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.267
ErrorsMissing a Javadoc comment.268
ErrorsName 'EVENT_vetoableChangeListener' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.268
ErrorsMissing a Javadoc comment.272
Errors'{' is not preceded with whitespace.272
Errors'13' is a magic number.273
ErrorsLine has trailing spaces.274
ErrorsLine is longer than 80 characters.276
Errors'(' is preceded with whitespace.276
Errors'(' is followed by whitespace.276
Errors')' is preceded with whitespace.276
ErrorsLine is longer than 80 characters.277
Errors'(' is preceded with whitespace.277
Errors'(' is followed by whitespace.277
Errors')' is preceded with whitespace.277
ErrorsLine is longer than 80 characters.278
Errors'(' is preceded with whitespace.278
Errors'(' is followed by whitespace.278
Errors')' is preceded with whitespace.278
ErrorsLine is longer than 80 characters.279
Errors'(' is preceded with whitespace.279
Errors'(' is followed by whitespace.279
Errors')' is preceded with whitespace.279
ErrorsLine is longer than 80 characters.280
Errors'(' is preceded with whitespace.280
Errors'(' is followed by whitespace.280
Errors')' is preceded with whitespace.280
ErrorsLine is longer than 80 characters.281
Errors'(' is preceded with whitespace.281
Errors'(' is followed by whitespace.281
Errors')' is preceded with whitespace.281
ErrorsLine is longer than 80 characters.282
Errors'(' is preceded with whitespace.282
Errors'(' is followed by whitespace.282
Errors')' is preceded with whitespace.282
ErrorsLine is longer than 80 characters.283
Errors'(' is preceded with whitespace.283
Errors'(' is followed by whitespace.283
Errors')' is preceded with whitespace.283
ErrorsLine is longer than 80 characters.284
Errors'(' is preceded with whitespace.284
Errors'(' is followed by whitespace.284
Errors')' is preceded with whitespace.284
ErrorsLine is longer than 80 characters.285
Errors'(' is preceded with whitespace.285
Errors'(' is followed by whitespace.285
Errors')' is preceded with whitespace.285
ErrorsLine is longer than 80 characters.286
Errors'(' is preceded with whitespace.286
Errors'(' is followed by whitespace.286
Errors')' is preceded with whitespace.286
ErrorsLine is longer than 80 characters.287
Errors'(' is preceded with whitespace.287
Errors'(' is followed by whitespace.287
Errors')' is preceded with whitespace.287
ErrorsLine is longer than 80 characters.288
Errors'(' is preceded with whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
Errors'}' should be on the same line.289
Errors'catch' is not followed by whitespace.290
Errors'}' is not followed by whitespace.292
Errors'}' is not followed by whitespace.296
ErrorsMissing a Javadoc comment.298
ErrorsName 'METHOD_action0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.298
ErrorsMissing a Javadoc comment.299
ErrorsName 'METHOD_addNotify1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.299
ErrorsMissing a Javadoc comment.300
ErrorsName 'METHOD_addPropertyChangeListener2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.300
ErrorsMissing a Javadoc comment.301
ErrorsName 'METHOD_applyComponentOrientation3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.301
ErrorsMissing a Javadoc comment.302
ErrorsName 'METHOD_areFocusTraversalKeysSet4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.302
ErrorsMissing a Javadoc comment.303
ErrorsName 'METHOD_bounds5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.303
ErrorsMissing a Javadoc comment.304
ErrorsName 'METHOD_checkImage6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.304
ErrorsMissing a Javadoc comment.305
ErrorsName 'METHOD_checkImage7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.305
ErrorsMissing a Javadoc comment.306
ErrorsName 'METHOD_computeVisibleRect8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.306
ErrorsMissing a Javadoc comment.307
ErrorsName 'METHOD_contains9' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.307
ErrorsMissing a Javadoc comment.308
ErrorsName 'METHOD_contains10' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.308
ErrorsMissing a Javadoc comment.309
ErrorsName 'METHOD_countComponents11' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.309
ErrorsMissing a Javadoc comment.310
ErrorsName 'METHOD_createImage12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.310
ErrorsMissing a Javadoc comment.311
ErrorsName 'METHOD_createImage13' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.311
ErrorsMissing a Javadoc comment.312
ErrorsName 'METHOD_createToolTip14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.312
ErrorsMissing a Javadoc comment.313
ErrorsName 'METHOD_createVolatileImage15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.313
ErrorsMissing a Javadoc comment.314
ErrorsName 'METHOD_createVolatileImage16' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.314
ErrorsMissing a Javadoc comment.315
ErrorsName 'METHOD_deliverEvent17' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.315
ErrorsMissing a Javadoc comment.316
ErrorsName 'METHOD_disable18' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.316
ErrorsMissing a Javadoc comment.317
ErrorsName 'METHOD_dispatchEvent19' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.317
ErrorsMissing a Javadoc comment.318
ErrorsName 'METHOD_doLayout20' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.318
ErrorsMissing a Javadoc comment.319
ErrorsName 'METHOD_enable21' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.319
ErrorsMissing a Javadoc comment.320
ErrorsName 'METHOD_enable22' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.320
ErrorsMissing a Javadoc comment.321
ErrorsName 'METHOD_enableInputMethods23' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.321
ErrorsMissing a Javadoc comment.322
ErrorsName 'METHOD_findComponentAt24' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.322
ErrorsMissing a Javadoc comment.323
ErrorsName 'METHOD_findComponentAt25' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.323
ErrorsMissing a Javadoc comment.324
ErrorsName 'METHOD_firePropertyChange26' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.324
ErrorsMissing a Javadoc comment.325
ErrorsName 'METHOD_firePropertyChange27' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.325
ErrorsMissing a Javadoc comment.326
ErrorsName 'METHOD_firePropertyChange28' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.326
ErrorsMissing a Javadoc comment.327
ErrorsName 'METHOD_firePropertyChange29' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.327
ErrorsMissing a Javadoc comment.328
ErrorsName 'METHOD_firePropertyChange30' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.328
ErrorsMissing a Javadoc comment.329
ErrorsName 'METHOD_firePropertyChange31' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.329
ErrorsMissing a Javadoc comment.330
ErrorsName 'METHOD_firePropertyChange32' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.330
ErrorsMissing a Javadoc comment.331
ErrorsName 'METHOD_firePropertyChange33' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.331
ErrorsMissing a Javadoc comment.332
ErrorsName 'METHOD_getActionForKeyStroke34' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.332
ErrorsMissing a Javadoc comment.333
ErrorsName 'METHOD_getBaseline35' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.333
ErrorsMissing a Javadoc comment.334
ErrorsName 'METHOD_getBounds36' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.334
ErrorsMissing a Javadoc comment.335
ErrorsName 'METHOD_getClientProperty37' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.335
ErrorsMissing a Javadoc comment.336
ErrorsName 'METHOD_getComponentAt38' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.336
ErrorsMissing a Javadoc comment.337
ErrorsName 'METHOD_getComponentAt39' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.337
ErrorsMissing a Javadoc comment.338
ErrorsName 'METHOD_getComponentZOrder40' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.338
ErrorsMissing a Javadoc comment.339
ErrorsName 'METHOD_getConditionForKeyStroke41' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.339
ErrorsMissing a Javadoc comment.340
ErrorsName 'METHOD_getDefaultLocale42' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.340
ErrorsMissing a Javadoc comment.341
ErrorsName 'METHOD_getFocusTraversalKeys43' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.341
ErrorsMissing a Javadoc comment.342
ErrorsName 'METHOD_getFontMetrics44' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.342
ErrorsMissing a Javadoc comment.343
ErrorsName 'METHOD_getInsets45' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.343
ErrorsMissing a Javadoc comment.344
ErrorsName 'METHOD_getListeners46' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.344
ErrorsMissing a Javadoc comment.345
ErrorsName 'METHOD_getLocation47' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.345
ErrorsMissing a Javadoc comment.346
ErrorsName 'METHOD_getMousePosition48' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.346
ErrorsMissing a Javadoc comment.347
ErrorsName 'METHOD_getPopupLocation49' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.347
ErrorsMissing a Javadoc comment.348
ErrorsName 'METHOD_getPropertyChangeListeners50' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.348
ErrorsMissing a Javadoc comment.349
ErrorsName 'METHOD_getSize51' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.349
ErrorsMissing a Javadoc comment.350
ErrorsName 'METHOD_getToolTipLocation52' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.350
ErrorsMissing a Javadoc comment.351
ErrorsName 'METHOD_getToolTipText53' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.351
ErrorsMissing a Javadoc comment.352
ErrorsName 'METHOD_gotFocus54' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.352
ErrorsMissing a Javadoc comment.353
ErrorsName 'METHOD_grabFocus55' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.353
ErrorsMissing a Javadoc comment.354
ErrorsName 'METHOD_handleEvent56' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.354
ErrorsMissing a Javadoc comment.355
ErrorsName 'METHOD_hasFocus57' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.355
ErrorsMissing a Javadoc comment.356
ErrorsName 'METHOD_hide58' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.356
ErrorsMissing a Javadoc comment.357
ErrorsName 'METHOD_imageUpdate59' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.357
ErrorsMissing a Javadoc comment.358
ErrorsName 'METHOD_insets60' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.358
ErrorsMissing a Javadoc comment.359
ErrorsName 'METHOD_inside61' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.359
ErrorsMissing a Javadoc comment.360
ErrorsName 'METHOD_invalidate62' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.360
ErrorsMissing a Javadoc comment.361
ErrorsName 'METHOD_isAncestorOf63' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.361
ErrorsMissing a Javadoc comment.362
ErrorsName 'METHOD_isFocusCycleRoot64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.362
ErrorsMissing a Javadoc comment.363
ErrorsName 'METHOD_isLightweightComponent65' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.363
ErrorsMissing a Javadoc comment.364
ErrorsName 'METHOD_keyDown66' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.364
ErrorsMissing a Javadoc comment.365
ErrorsName 'METHOD_keyUp67' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.365
ErrorsMissing a Javadoc comment.366
ErrorsName 'METHOD_layout68' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.366
ErrorsMissing a Javadoc comment.367
ErrorsName 'METHOD_list69' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.367
ErrorsMissing a Javadoc comment.368
ErrorsName 'METHOD_list70' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.368
ErrorsMissing a Javadoc comment.369
ErrorsName 'METHOD_list71' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.369
ErrorsMissing a Javadoc comment.370
ErrorsName 'METHOD_list72' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.370
ErrorsMissing a Javadoc comment.371
ErrorsName 'METHOD_list73' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.371
ErrorsMissing a Javadoc comment.372
ErrorsName 'METHOD_locate74' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.372
ErrorsMissing a Javadoc comment.373
ErrorsName 'METHOD_location75' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.373
ErrorsMissing a Javadoc comment.374
ErrorsName 'METHOD_lostFocus76' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.374
ErrorsMissing a Javadoc comment.375
ErrorsName 'METHOD_minimumSize77' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.375
ErrorsMissing a Javadoc comment.376
ErrorsName 'METHOD_mouseDown78' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.376
ErrorsMissing a Javadoc comment.377
ErrorsName 'METHOD_mouseDrag79' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.377
ErrorsMissing a Javadoc comment.378
ErrorsName 'METHOD_mouseEnter80' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.378
ErrorsMissing a Javadoc comment.379
ErrorsName 'METHOD_mouseExit81' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.379
ErrorsMissing a Javadoc comment.380
ErrorsName 'METHOD_mouseMove82' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.380
ErrorsMissing a Javadoc comment.381
ErrorsName 'METHOD_mouseUp83' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.381
ErrorsMissing a Javadoc comment.382
ErrorsName 'METHOD_move84' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.382
ErrorsMissing a Javadoc comment.383
ErrorsName 'METHOD_nextFocus85' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.383
ErrorsMissing a Javadoc comment.384
ErrorsName 'METHOD_paint86' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.384
ErrorsMissing a Javadoc comment.385
ErrorsName 'METHOD_paintAll87' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.385
ErrorsMissing a Javadoc comment.386
ErrorsName 'METHOD_paintComponents88' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.386
ErrorsMissing a Javadoc comment.387
ErrorsName 'METHOD_paintImmediately89' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.387
ErrorsMissing a Javadoc comment.388
ErrorsName 'METHOD_paintImmediately90' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.388
ErrorsMissing a Javadoc comment.389
ErrorsName 'METHOD_postEvent91' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.389
ErrorsMissing a Javadoc comment.390
ErrorsName 'METHOD_preferredSize92' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.390
ErrorsMissing a Javadoc comment.391
ErrorsName 'METHOD_prepareImage93' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.391
ErrorsMissing a Javadoc comment.392
ErrorsName 'METHOD_prepareImage94' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.392
ErrorsMissing a Javadoc comment.393
ErrorsName 'METHOD_print95' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.393
ErrorsMissing a Javadoc comment.394
ErrorsName 'METHOD_printAll96' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.394
ErrorsMissing a Javadoc comment.395
ErrorsName 'METHOD_printComponents97' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.395
ErrorsMissing a Javadoc comment.396
ErrorsName 'METHOD_putClientProperty98' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.396
ErrorsMissing a Javadoc comment.397
ErrorsName 'METHOD_registerKeyboardAction99' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.397
ErrorsMissing a Javadoc comment.398
ErrorsName 'METHOD_registerKeyboardAction100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.398
ErrorsMissing a Javadoc comment.399
ErrorsName 'METHOD_remove101' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.399
ErrorsMissing a Javadoc comment.400
ErrorsName 'METHOD_remove102' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.400
ErrorsMissing a Javadoc comment.401
ErrorsName 'METHOD_remove103' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.401
ErrorsMissing a Javadoc comment.402
ErrorsName 'METHOD_removeAll104' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.402
ErrorsMissing a Javadoc comment.403
ErrorsName 'METHOD_removeNotify105' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.403
ErrorsMissing a Javadoc comment.404
ErrorsName 'METHOD_removePropertyChangeListener106' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.404
ErrorsMissing a Javadoc comment.405
ErrorsName 'METHOD_repaint107' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.405
ErrorsMissing a Javadoc comment.406
ErrorsName 'METHOD_repaint108' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.406
ErrorsMissing a Javadoc comment.407
ErrorsName 'METHOD_repaint109' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.407
ErrorsMissing a Javadoc comment.408
ErrorsName 'METHOD_repaint110' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.408
ErrorsMissing a Javadoc comment.409
ErrorsName 'METHOD_repaint111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.409
ErrorsMissing a Javadoc comment.410
ErrorsName 'METHOD_requestDefaultFocus112' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.410
ErrorsMissing a Javadoc comment.411
ErrorsName 'METHOD_requestFocus113' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.411
ErrorsMissing a Javadoc comment.412
ErrorsName 'METHOD_requestFocus114' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.412
ErrorsMissing a Javadoc comment.413
ErrorsName 'METHOD_requestFocusInWindow115' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.413
ErrorsMissing a Javadoc comment.414
ErrorsName 'METHOD_resetKeyboardActions116' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.414
ErrorsMissing a Javadoc comment.415
ErrorsName 'METHOD_reshape117' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.415
ErrorsMissing a Javadoc comment.416
ErrorsName 'METHOD_resize118' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.416
ErrorsMissing a Javadoc comment.417
ErrorsName 'METHOD_resize119' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.417
ErrorsMissing a Javadoc comment.418
ErrorsName 'METHOD_revalidate120' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.418
ErrorsMissing a Javadoc comment.419
ErrorsName 'METHOD_scrollRectToVisible121' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.419
ErrorsMissing a Javadoc comment.420
ErrorsName 'METHOD_setBounds122' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.420
ErrorsMissing a Javadoc comment.421
ErrorsName 'METHOD_setComponentZOrder123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.421
ErrorsMissing a Javadoc comment.422
ErrorsName 'METHOD_setDefaultLocale124' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.422
ErrorsMissing a Javadoc comment.423
ErrorsName 'METHOD_show125' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.423
ErrorsMissing a Javadoc comment.424
ErrorsName 'METHOD_show126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.424
ErrorsMissing a Javadoc comment.425
ErrorsName 'METHOD_size127' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.425
ErrorsMissing a Javadoc comment.426
ErrorsName 'METHOD_toString128' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.426
ErrorsMissing a Javadoc comment.427
ErrorsName 'METHOD_transferFocus129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.427
ErrorsMissing a Javadoc comment.428
ErrorsName 'METHOD_transferFocusBackward130' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.428
ErrorsMissing a Javadoc comment.429
ErrorsName 'METHOD_transferFocusDownCycle131' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.429
ErrorsMissing a Javadoc comment.430
ErrorsName 'METHOD_transferFocusUpCycle132' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.430
ErrorsMissing a Javadoc comment.431
ErrorsName 'METHOD_unregisterKeyboardAction133' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.431
ErrorsMissing a Javadoc comment.432
ErrorsName 'METHOD_update134' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.432
ErrorsMissing a Javadoc comment.433
ErrorsName 'METHOD_updateUI135' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.433
ErrorsMissing a Javadoc comment.434
ErrorsName 'METHOD_validate136' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.434
ErrorsLine has trailing spaces.436
ErrorsMethod length is 284 lines (max allowed is 150).438
ErrorsMissing a Javadoc comment.438
Errors'{' is not preceded with whitespace.438
Errors'137' is a magic number.439
ErrorsLine has trailing spaces.440
ErrorsLine is longer than 80 characters.442
Errors'(' is preceded with whitespace.443
Errors'(' is followed by whitespace.443
Errors')' is preceded with whitespace.443
ErrorsLine is longer than 80 characters.444
Errors'(' is preceded with whitespace.445
Errors'(' is followed by whitespace.445
Errors')' is preceded with whitespace.445
ErrorsLine is longer than 80 characters.446
Errors'(' is preceded with whitespace.447
Errors'(' is followed by whitespace.447
Errors')' is preceded with whitespace.447
ErrorsLine is longer than 80 characters.448
Errors'(' is preceded with whitespace.449
Errors'(' is followed by whitespace.449
Errors')' is preceded with whitespace.449
ErrorsLine is longer than 80 characters.450
Errors'(' is preceded with whitespace.451
Errors'(' is followed by whitespace.451
Errors')' is preceded with whitespace.451
ErrorsLine is longer than 80 characters.452
Errors'(' is preceded with whitespace.453
Errors'(' is followed by whitespace.453
Errors')' is preceded with whitespace.453
ErrorsLine is longer than 80 characters.454
Errors'(' is preceded with whitespace.455
Errors'(' is followed by whitespace.455
Errors')' is preceded with whitespace.455
ErrorsLine is longer than 80 characters.456
Errors'(' is preceded with whitespace.457
Errors'(' is followed by whitespace.457
Errors')' is preceded with whitespace.457
ErrorsLine is longer than 80 characters.458
Errors'(' is preceded with whitespace.459
Errors'(' is followed by whitespace.459
Errors')' is preceded with whitespace.459
ErrorsLine is longer than 80 characters.460
Errors'(' is preceded with whitespace.461
Errors'(' is followed by whitespace.461
Errors')' is preceded with whitespace.461
ErrorsLine is longer than 80 characters.462
Errors'(' is preceded with whitespace.463
Errors'(' is followed by whitespace.463
Errors')' is preceded with whitespace.463
ErrorsLine is longer than 80 characters.464
Errors'(' is preceded with whitespace.465
Errors'(' is followed by whitespace.465
Errors')' is preceded with whitespace.465
ErrorsLine is longer than 80 characters.466
Errors'(' is preceded with whitespace.467
Errors'(' is followed by whitespace.467
Errors')' is preceded with whitespace.467
ErrorsLine is longer than 80 characters.468
Errors'(' is preceded with whitespace.469
Errors'(' is followed by whitespace.469
Errors')' is preceded with whitespace.469
ErrorsLine is longer than 80 characters.470
Errors'(' is preceded with whitespace.471
Errors'(' is followed by whitespace.471
Errors')' is preceded with whitespace.471
ErrorsLine is longer than 80 characters.472
Errors'(' is preceded with whitespace.473
Errors'(' is followed by whitespace.473
Errors')' is preceded with whitespace.473
ErrorsLine is longer than 80 characters.474
Errors'(' is preceded with whitespace.475
Errors'(' is followed by whitespace.475
Errors')' is preceded with whitespace.475
ErrorsLine is longer than 80 characters.476
Errors'(' is preceded with whitespace.477
Errors'(' is followed by whitespace.477
Errors')' is preceded with whitespace.477
ErrorsLine is longer than 80 characters.478
Errors'(' is preceded with whitespace.479
Errors'(' is followed by whitespace.479
Errors')' is preceded with whitespace.479
ErrorsLine is longer than 80 characters.480
Errors'(' is preceded with whitespace.481
Errors'(' is followed by whitespace.481
Errors')' is preceded with whitespace.481
ErrorsLine is longer than 80 characters.482
Errors'(' is preceded with whitespace.483
Errors'(' is followed by whitespace.483
Errors')' is preceded with whitespace.483
ErrorsLine is longer than 80 characters.484
Errors'(' is preceded with whitespace.485
Errors'(' is followed by whitespace.485
Errors')' is preceded with whitespace.485
ErrorsLine is longer than 80 characters.486
Errors'(' is preceded with whitespace.487
Errors'(' is followed by whitespace.487
Errors')' is preceded with whitespace.487
ErrorsLine is longer than 80 characters.488
Errors'(' is preceded with whitespace.489
Errors'(' is followed by whitespace.489
Errors')' is preceded with whitespace.489
ErrorsLine is longer than 80 characters.490
Errors'(' is preceded with whitespace.491
Errors'(' is followed by whitespace.491
Errors')' is preceded with whitespace.491
ErrorsLine is longer than 80 characters.492
Errors'(' is preceded with whitespace.493
Errors'(' is followed by whitespace.493
Errors')' is preceded with whitespace.493
ErrorsLine is longer than 80 characters.494
Errors'(' is preceded with whitespace.495
Errors'(' is followed by whitespace.495
Errors')' is preceded with whitespace.495
ErrorsLine is longer than 80 characters.496
Errors'(' is preceded with whitespace.497
Errors'(' is followed by whitespace.497
Errors')' is preceded with whitespace.497
ErrorsLine is longer than 80 characters.498
Errors'(' is preceded with whitespace.499
Errors'(' is followed by whitespace.499
Errors')' is preceded with whitespace.499
ErrorsLine is longer than 80 characters.500
Errors'(' is preceded with whitespace.501
Errors'(' is followed by whitespace.501
Errors')' is preceded with whitespace.501
ErrorsLine is longer than 80 characters.502
Errors'(' is preceded with whitespace.503
Errors'(' is followed by whitespace.503
Errors')' is preceded with whitespace.503
ErrorsLine is longer than 80 characters.504
Errors'(' is preceded with whitespace.505
Errors'(' is followed by whitespace.505
Errors')' is preceded with whitespace.505
ErrorsLine is longer than 80 characters.506
Errors'(' is preceded with whitespace.507
Errors'(' is followed by whitespace.507
Errors')' is preceded with whitespace.507
ErrorsLine is longer than 80 characters.508
Errors'(' is preceded with whitespace.509
Errors'(' is followed by whitespace.509
Errors')' is preceded with whitespace.509
ErrorsLine is longer than 80 characters.510
Errors'(' is preceded with whitespace.511
Errors'(' is followed by whitespace.511
Errors')' is preceded with whitespace.511
ErrorsLine is longer than 80 characters.512
Errors'(' is preceded with whitespace.513
Errors'(' is followed by whitespace.513
Errors')' is preceded with whitespace.513
ErrorsLine is longer than 80 characters.514
Errors'(' is preceded with whitespace.515
Errors'(' is followed by whitespace.515
Errors')' is preceded with whitespace.515
ErrorsLine is longer than 80 characters.516
Errors'(' is preceded with whitespace.517
Errors'(' is followed by whitespace.517
Errors')' is preceded with whitespace.517
ErrorsLine is longer than 80 characters.518
Errors'(' is preceded with whitespace.519
Errors'(' is followed by whitespace.519
Errors')' is preceded with whitespace.519
ErrorsLine is longer than 80 characters.520
Errors'(' is preceded with whitespace.521
Errors'(' is followed by whitespace.521
Errors')' is preceded with whitespace.521
ErrorsLine is longer than 80 characters.522
Errors'(' is preceded with whitespace.523
Errors'(' is followed by whitespace.523
Errors')' is preceded with whitespace.523
ErrorsLine is longer than 80 characters.524
Errors'(' is preceded with whitespace.525
Errors'(' is followed by whitespace.525
Errors')' is preceded with whitespace.525
ErrorsLine is longer than 80 characters.526
Errors'(' is preceded with whitespace.527
Errors'(' is followed by whitespace.527
Errors')' is preceded with whitespace.527
ErrorsLine is longer than 80 characters.528
Errors'(' is preceded with whitespace.529
Errors'(' is followed by whitespace.529
Errors')' is preceded with whitespace.529
ErrorsLine is longer than 80 characters.530
Errors'(' is preceded with whitespace.531
Errors'(' is followed by whitespace.531
Errors')' is preceded with whitespace.531
ErrorsLine is longer than 80 characters.532
Errors'(' is preceded with whitespace.533
Errors'(' is followed by whitespace.533
Errors')' is preceded with whitespace.533
ErrorsLine is longer than 80 characters.534
Errors'(' is preceded with whitespace.535
Errors'(' is followed by whitespace.535
Errors')' is preceded with whitespace.535
ErrorsLine is longer than 80 characters.536
Errors'(' is preceded with whitespace.537
Errors'(' is followed by whitespace.537
Errors')' is preceded with whitespace.537
ErrorsLine is longer than 80 characters.538
Errors'(' is preceded with whitespace.539
Errors'(' is followed by whitespace.539
Errors')' is preceded with whitespace.539
ErrorsLine is longer than 80 characters.540
Errors'(' is preceded with whitespace.541
Errors'(' is followed by whitespace.541
Errors')' is preceded with whitespace.541
ErrorsLine is longer than 80 characters.542
Errors'(' is preceded with whitespace.543
Errors'(' is followed by whitespace.543
Errors')' is preceded with whitespace.543
ErrorsLine is longer than 80 characters.544
Errors'(' is preceded with whitespace.545
Errors'(' is followed by whitespace.545
Errors')' is preceded with whitespace.545
ErrorsLine is longer than 80 characters.546
Errors'(' is preceded with whitespace.547
Errors'(' is followed by whitespace.547
Errors')' is preceded with whitespace.547
ErrorsLine is longer than 80 characters.548
Errors'(' is preceded with whitespace.549
Errors'(' is followed by whitespace.549
Errors')' is preceded with whitespace.549
ErrorsLine is longer than 80 characters.550
Errors'(' is preceded with whitespace.551
Errors'(' is followed by whitespace.551
Errors')' is preceded with whitespace.551
ErrorsLine is longer than 80 characters.552
Errors'(' is preceded with whitespace.553
Errors'(' is followed by whitespace.553
Errors')' is preceded with whitespace.553
ErrorsLine is longer than 80 characters.554
Errors'(' is preceded with whitespace.555
Errors'(' is followed by whitespace.555
Errors')' is preceded with whitespace.555
ErrorsLine is longer than 80 characters.556
Errors'(' is preceded with whitespace.557
Errors'(' is followed by whitespace.557
Errors')' is preceded with whitespace.557
ErrorsLine is longer than 80 characters.558
Errors'(' is preceded with whitespace.559
Errors'(' is followed by whitespace.559
Errors')' is preceded with whitespace.559
ErrorsLine is longer than 80 characters.560
Errors'(' is preceded with whitespace.561
Errors'(' is followed by whitespace.561
Errors')' is preceded with whitespace.561
ErrorsLine is longer than 80 characters.562
Errors'(' is preceded with whitespace.563
Errors'(' is followed by whitespace.563
Errors')' is preceded with whitespace.563
ErrorsLine is longer than 80 characters.564
Errors'(' is preceded with whitespace.565
Errors'(' is followed by whitespace.565
Errors')' is preceded with whitespace.565
ErrorsLine is longer than 80 characters.566
Errors'(' is preceded with whitespace.567
Errors'(' is followed by whitespace.567
Errors')' is preceded with whitespace.567
ErrorsLine is longer than 80 characters.568
Errors'(' is preceded with whitespace.569
Errors'(' is followed by whitespace.569
Errors')' is preceded with whitespace.569
ErrorsLine is longer than 80 characters.570
Errors'(' is preceded with whitespace.571
Errors'(' is followed by whitespace.571
Errors')' is preceded with whitespace.571
ErrorsLine is longer than 80 characters.572
Errors'(' is preceded with whitespace.573
Errors'(' is followed by whitespace.573
Errors')' is preceded with whitespace.573
ErrorsLine is longer than 80 characters.574
Errors'(' is preceded with whitespace.575
Errors'(' is followed by whitespace.575
Errors')' is preceded with whitespace.575
ErrorsLine is longer than 80 characters.576
Errors'(' is preceded with whitespace.577
Errors'(' is followed by whitespace.577
Errors')' is preceded with whitespace.577
ErrorsLine is longer than 80 characters.578
Errors'(' is preceded with whitespace.579
Errors'(' is followed by whitespace.579
Errors')' is preceded with whitespace.579
ErrorsLine is longer than 80 characters.580
Errors'(' is preceded with whitespace.581
Errors'(' is followed by whitespace.581
Errors')' is preceded with whitespace.581
ErrorsLine is longer than 80 characters.582
Errors'(' is preceded with whitespace.583
Errors'(' is followed by whitespace.583
Errors')' is preceded with whitespace.583
ErrorsLine is longer than 80 characters.584
Errors'(' is preceded with whitespace.585
Errors'(' is followed by whitespace.585
Errors')' is preceded with whitespace.585
ErrorsLine is longer than 80 characters.586
Errors'(' is preceded with whitespace.587
Errors'(' is followed by whitespace.587
Errors')' is preceded with whitespace.587
ErrorsLine is longer than 80 characters.588
Errors'(' is preceded with whitespace.589
Errors'(' is followed by whitespace.589
Errors')' is preceded with whitespace.589
ErrorsLine is longer than 80 characters.590
Errors'(' is preceded with whitespace.591
Errors'(' is followed by whitespace.591
Errors')' is preceded with whitespace.591
ErrorsLine is longer than 80 characters.592
Errors'(' is preceded with whitespace.593
Errors'(' is followed by whitespace.593
Errors')' is preceded with whitespace.593
ErrorsLine is longer than 80 characters.594
Errors'(' is preceded with whitespace.595
Errors'(' is followed by whitespace.595
Errors')' is preceded with whitespace.595
ErrorsLine is longer than 80 characters.596
Errors'(' is preceded with whitespace.597
Errors'(' is followed by whitespace.597
Errors')' is preceded with whitespace.597
ErrorsLine is longer than 80 characters.598
Errors'(' is preceded with whitespace.599
Errors'(' is followed by whitespace.599
Errors')' is preceded with whitespace.599
ErrorsLine is longer than 80 characters.600
Errors'(' is preceded with whitespace.601
Errors'(' is followed by whitespace.601
Errors')' is preceded with whitespace.601
ErrorsLine is longer than 80 characters.602
Errors'(' is preceded with whitespace.603
Errors'(' is followed by whitespace.603
Errors')' is preceded with whitespace.603
ErrorsLine is longer than 80 characters.604
Errors'(' is preceded with whitespace.605
Errors'(' is followed by whitespace.605
Errors')' is preceded with whitespace.605
ErrorsLine is longer than 80 characters.606
Errors'(' is preceded with whitespace.607
Errors'(' is followed by whitespace.607
Errors')' is preceded with whitespace.607
ErrorsLine is longer than 80 characters.608
Errors'(' is preceded with whitespace.609
Errors'(' is followed by whitespace.609
Errors')' is preceded with whitespace.609
ErrorsLine is longer than 80 characters.610
Errors'(' is preceded with whitespace.611
Errors'(' is followed by whitespace.611
Errors')' is preceded with whitespace.611
ErrorsLine is longer than 80 characters.612
Errors'(' is preceded with whitespace.613
Errors'(' is followed by whitespace.613
Errors')' is preceded with whitespace.613
ErrorsLine is longer than 80 characters.614
Errors'(' is preceded with whitespace.615
Errors'(' is followed by whitespace.615
Errors')' is preceded with whitespace.615
ErrorsLine is longer than 80 characters.616
Errors'(' is preceded with whitespace.617
Errors'(' is followed by whitespace.617
Errors')' is preceded with whitespace.617
ErrorsLine is longer than 80 characters.618
Errors'(' is preceded with whitespace.619
Errors'(' is followed by whitespace.619
Errors')' is preceded with whitespace.619
ErrorsLine is longer than 80 characters.620
Errors'(' is preceded with whitespace.621
Errors'(' is followed by whitespace.621
Errors')' is preceded with whitespace.621
ErrorsLine is longer than 80 characters.622
Errors'(' is preceded with whitespace.623
Errors'(' is followed by whitespace.623
Errors')' is preceded with whitespace.623
ErrorsLine is longer than 80 characters.624
Errors'(' is preceded with whitespace.625
Errors'(' is followed by whitespace.625
Errors')' is preceded with whitespace.625
ErrorsLine is longer than 80 characters.626
Errors'(' is preceded with whitespace.627
Errors'(' is followed by whitespace.627
Errors')' is preceded with whitespace.627
ErrorsLine is longer than 80 characters.628
Errors'(' is preceded with whitespace.629
Errors'(' is followed by whitespace.629
Errors')' is preceded with whitespace.629
ErrorsLine is longer than 80 characters.630
Errors'(' is preceded with whitespace.631
Errors'(' is followed by whitespace.631
Errors')' is preceded with whitespace.631
ErrorsLine is longer than 80 characters.632
Errors'(' is preceded with whitespace.633
Errors'(' is followed by whitespace.633
Errors')' is preceded with whitespace.633
ErrorsLine is longer than 80 characters.634
Errors'(' is preceded with whitespace.635
Errors'(' is followed by whitespace.635
Errors')' is preceded with whitespace.635
ErrorsLine is longer than 80 characters.636
Errors'(' is preceded with whitespace.637
Errors'(' is followed by whitespace.637
Errors')' is preceded with whitespace.637
ErrorsLine is longer than 80 characters.638
Errors'(' is preceded with whitespace.639
Errors'(' is followed by whitespace.639
Errors')' is preceded with whitespace.639
ErrorsLine is longer than 80 characters.640
Errors'(' is preceded with whitespace.641
Errors'(' is followed by whitespace.641
Errors')' is preceded with whitespace.641
ErrorsLine is longer than 80 characters.642
Errors'(' is preceded with whitespace.643
Errors'(' is followed by whitespace.643
Errors')' is preceded with whitespace.643
ErrorsLine is longer than 80 characters.644
Errors'(' is preceded with whitespace.645
Errors'(' is followed by whitespace.645
Errors')' is preceded with whitespace.645
ErrorsLine is longer than 80 characters.646
Errors'(' is preceded with whitespace.647
Errors'(' is followed by whitespace.647
Errors')' is preceded with whitespace.647
ErrorsLine is longer than 80 characters.648
Errors'(' is preceded with whitespace.649
Errors'(' is followed by whitespace.649
Errors')' is preceded with whitespace.649
ErrorsLine is longer than 80 characters.650
Errors'(' is preceded with whitespace.651
Errors'(' is followed by whitespace.651
Errors')' is preceded with whitespace.651
ErrorsLine is longer than 80 characters.652
Errors'(' is preceded with whitespace.653
Errors'(' is followed by whitespace.653
Errors')' is preceded with whitespace.653
ErrorsLine is longer than 80 characters.654
ErrorsLine is longer than 80 characters.655
Errors'(' is preceded with whitespace.655
Errors'(' is followed by whitespace.655
Errors')' is preceded with whitespace.655
ErrorsLine is longer than 80 characters.656
Errors'(' is preceded with whitespace.657
Errors'(' is followed by whitespace.657
Errors')' is preceded with whitespace.657
ErrorsLine is longer than 80 characters.658
Errors'(' is preceded with whitespace.659
Errors'(' is followed by whitespace.659
Errors')' is preceded with whitespace.659
ErrorsLine is longer than 80 characters.660
Errors'(' is preceded with whitespace.661
Errors'(' is followed by whitespace.661
Errors')' is preceded with whitespace.661
ErrorsLine is longer than 80 characters.662
Errors'(' is preceded with whitespace.663
Errors'(' is followed by whitespace.663
Errors')' is preceded with whitespace.663
ErrorsLine is longer than 80 characters.664
Errors'(' is preceded with whitespace.665
Errors'(' is followed by whitespace.665
Errors')' is preceded with whitespace.665
ErrorsLine is longer than 80 characters.666
Errors'(' is preceded with whitespace.667
Errors'(' is followed by whitespace.667
Errors')' is preceded with whitespace.667
ErrorsLine is longer than 80 characters.668
Errors'(' is preceded with whitespace.669
Errors'(' is followed by whitespace.669
Errors')' is preceded with whitespace.669
ErrorsLine is longer than 80 characters.670
Errors'(' is preceded with whitespace.671
Errors'(' is followed by whitespace.671
Errors')' is preceded with whitespace.671
ErrorsLine is longer than 80 characters.672
Errors'(' is preceded with whitespace.673
Errors'(' is followed by whitespace.673
Errors')' is preceded with whitespace.673
ErrorsLine is longer than 80 characters.674
Errors'(' is preceded with whitespace.675
Errors'(' is followed by whitespace.675
Errors')' is preceded with whitespace.675
ErrorsLine is longer than 80 characters.676
Errors'(' is preceded with whitespace.677
Errors'(' is followed by whitespace.677
Errors')' is preceded with whitespace.677
ErrorsLine is longer than 80 characters.678
Errors'(' is preceded with whitespace.679
Errors'(' is followed by whitespace.679
Errors')' is preceded with whitespace.679
ErrorsLine is longer than 80 characters.680
Errors'(' is preceded with whitespace.681
Errors'(' is followed by whitespace.681
Errors')' is preceded with whitespace.681
ErrorsLine is longer than 80 characters.682
Errors'(' is preceded with whitespace.683
Errors'(' is followed by whitespace.683
Errors')' is preceded with whitespace.683
ErrorsLine is longer than 80 characters.684
Errors'(' is preceded with whitespace.685
Errors'(' is followed by whitespace.685
Errors')' is preceded with whitespace.685
ErrorsLine is longer than 80 characters.686
Errors'(' is preceded with whitespace.687
Errors'(' is followed by whitespace.687
Errors')' is preceded with whitespace.687
ErrorsLine is longer than 80 characters.688
Errors'(' is preceded with whitespace.689
Errors'(' is followed by whitespace.689
Errors')' is preceded with whitespace.689
ErrorsLine is longer than 80 characters.690
Errors'(' is preceded with whitespace.691
Errors'(' is followed by whitespace.691
Errors')' is preceded with whitespace.691
ErrorsLine is longer than 80 characters.692
Errors'(' is preceded with whitespace.693
Errors'(' is followed by whitespace.693
Errors')' is preceded with whitespace.693
ErrorsLine is longer than 80 characters.694
Errors'(' is preceded with whitespace.695
Errors'(' is followed by whitespace.695
Errors')' is preceded with whitespace.695
ErrorsLine is longer than 80 characters.696
Errors'(' is preceded with whitespace.697
Errors'(' is followed by whitespace.697
Errors')' is preceded with whitespace.697
ErrorsLine is longer than 80 characters.698
Errors'(' is preceded with whitespace.699
Errors'(' is followed by whitespace.699
Errors')' is preceded with whitespace.699
ErrorsLine is longer than 80 characters.700
Errors'(' is preceded with whitespace.701
Errors'(' is followed by whitespace.701
Errors')' is preceded with whitespace.701
ErrorsLine is longer than 80 characters.702
Errors'(' is preceded with whitespace.703
Errors'(' is followed by whitespace.703
Errors')' is preceded with whitespace.703
ErrorsLine is longer than 80 characters.704
Errors'(' is preceded with whitespace.705
Errors'(' is followed by whitespace.705
Errors')' is preceded with whitespace.705
ErrorsLine is longer than 80 characters.706
Errors'(' is preceded with whitespace.707
Errors'(' is followed by whitespace.707
Errors')' is preceded with whitespace.707
ErrorsLine is longer than 80 characters.708
Errors'(' is preceded with whitespace.709
Errors'(' is followed by whitespace.709
Errors')' is preceded with whitespace.709
ErrorsLine is longer than 80 characters.710
Errors'(' is preceded with whitespace.711
Errors'(' is followed by whitespace.711
Errors')' is preceded with whitespace.711
ErrorsLine is longer than 80 characters.712
Errors'(' is preceded with whitespace.713
Errors'(' is followed by whitespace.713
Errors')' is preceded with whitespace.713
ErrorsLine is longer than 80 characters.714
Errors'(' is preceded with whitespace.715
Errors'(' is followed by whitespace.715
Errors')' is preceded with whitespace.715
Errors'}' should be on the same line.716
Errors'catch' is not followed by whitespace.717
Errors'(' is followed by whitespace.717
ErrorsMust have at least one statement.717
Errors'{' is not followed by whitespace.717
Errors'}' is not preceded with whitespace.717
Errors'}' is not followed by whitespace.717
Errors'}' is not followed by whitespace.721
ErrorsMissing a Javadoc comment.722
Errors';' is not followed by whitespace.722
ErrorsMissing a Javadoc comment.723
ErrorsMissing a Javadoc comment.724
ErrorsMissing a Javadoc comment.725
Errors';' is not followed by whitespace.725
ErrorsMissing a Javadoc comment.726
Errors';' is not followed by whitespace.726
ErrorsMissing a Javadoc comment.727
ErrorsMissing a Javadoc comment.728
ErrorsMissing a Javadoc comment.729
Errors';' is not followed by whitespace.729
ErrorsMissing a Javadoc comment.730
ErrorsName 'defaultPropertyIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.730
Errors';' is not followed by whitespace.730
ErrorsMissing a Javadoc comment.731
ErrorsName 'defaultEventIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.731
Errors';' is not followed by whitespace.731
ErrorsMethod 'getBeanDescriptor' is not designed for extension - needs to be abstract, final or empty.744
ErrorsMethod 'getPropertyDescriptors' is not designed for extension - needs to be abstract, final or empty.761
ErrorsMethod 'getEventSetDescriptors' is not designed for extension - needs to be abstract, final or empty.774
ErrorsMethod 'getMethodDescriptors' is not designed for extension - needs to be abstract, final or empty.787
ErrorsLine is longer than 80 characters.798
ErrorsLine contains a tab character.798
ErrorsMethod 'getDefaultPropertyIndex' is not designed for extension - needs to be abstract, final or empty.801
ErrorsLine contains a tab character.811
ErrorsMethod 'getDefaultEventIndex' is not designed for extension - needs to be abstract, final or empty.813
ErrorsMethod 'getIcon' is not designed for extension - needs to be abstract, final or empty.834
ErrorsParameter iconKind should be final.835

net/sf/webphotos/gui/util/TableModelFoto.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - javax.swing.table.*.18
ErrorsClass TableModelFoto should be declared as final.26
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsName 'instancia' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.55
ErrorsParameter column should be final.60
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.90
ErrorsParameter line should be final.96
ErrorsParameter column should be final.96
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsParameter value should be final.108
ErrorsParameter line should be final.108
ErrorsParameter column should be final.108
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.148
ErrorsComment matches to-do format 'TODO:'.149
ErrorsParameter line should be final.155
ErrorsParameter column should be final.155
ErrorsParameter column should be final.169

net/sf/webphotos/tools/Resolucao.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - java.sql.*.20
ErrorsUsing the '.*' form of import should be avoided - javax.swing.*.21
ErrorsMissing a Javadoc comment.23
ErrorsUtility classes should not have a public or default constructor.23
ErrorsMissing a Javadoc comment.25
ErrorsParameter args should be final.25
ErrorsArray brackets at illegal position.25
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
Errors'470' is a magic number.42
Errors'400' is a magic number.42
Errors'3' is a magic number.53
Errors'3' is a magic number.53
Errors'150' is a magic number.53
Errors'20' is a magic number.53
Errors'3' is a magic number.54
Errors'20' is a magic number.54
Errors'450' is a magic number.54
Errors'80' is a magic number.54
Errors'3' is a magic number.56
Errors'110' is a magic number.56
Errors'150' is a magic number.56
Errors'20' is a magic number.56
Errors'3' is a magic number.57
Errors'130' is a magic number.57
Errors'450' is a magic number.57
Errors'200' is a magic number.57
Errors'3' is a magic number.59
Errors'335' is a magic number.59
Errors'150' is a magic number.59
Errors'20' is a magic number.59
ErrorsMissing a Javadoc comment.69
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.123

net/sf/webphotos/tools/Thumbnail.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.awt.*.20
ErrorsUtility classes should not have a public or default constructor.39
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsComment matches to-do format 'TODO:'.70
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.93
ErrorsParameter caminhoCompletoImagem should be final.112
ErrorsLine is longer than 80 characters.122
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.173
ErrorsMissing a Javadoc comment.178
ErrorsParameter im should be final.178
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.200
ErrorsLine is longer than 80 characters.201
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.206
Errors'100' is a magic number.213
ErrorsLine is longer than 80 characters.215
ErrorsMissing a Javadoc comment.230
ErrorsParameter thumbnail should be final.230
ErrorsParameter nmArquivo should be final.230
ErrorsLine is longer than 80 characters.261
ErrorsMissing a Javadoc comment.276
ErrorsParameter dimensaoExt should be final.276
ErrorsParameter dimensaoInt should be final.277
ErrorsParameter margem should be final.277
ErrorsParameter posicao should be final.277
Errors'3' is a magic number.298
Errors'4' is a magic number.301
Errors'5' is a magic number.304
Errors'6' is a magic number.307
Errors'7' is a magic number.310
Errors'8' is a magic number.313
Errors'9' is a magic number.316
ErrorsParameter f should be final.331
ErrorsMissing a Javadoc comment.337
ErrorsParameter is should be final.337
ErrorsMissing a Javadoc comment.344
ErrorsParameter o should be final.344
ErrorsParameter args should be final.377
ErrorsLine is longer than 80 characters.393
ErrorsLine is longer than 80 characters.396

net/sf/webphotos/tools/XMLExport.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.sql.*.18
ErrorsUtility classes should not have a public or default constructor.24
ErrorsParameter a should be final.35
ErrorsArray brackets at illegal position.35
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.55
ErrorsMust have at least one statement.65