Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
9600299

Files

FilesIWE
org/otvl/sbxb/SBeanXmlBound.java 008
org/otvl/sbxb/SbxbBase.java 005
org/otvl/sbxb/SbxbUtil.java 009
org/otvl/sbxb/binding/BindingSpec.java 0054
org/otvl/sbxb/binding/BindingSpecException.java 004
org/otvl/sbxb/binding/BindingSpecRule.java 0014
org/otvl/sbxb/binding/BindingSpecTypeSpecifier.java 003
org/otvl/sbxb/binding/ClassBindingSpec.java 005
org/otvl/sbxb/converter/XmlConverter.java 005
org/otvl/sbxb/converter/XsdDateTimeConverter.java 002
org/otvl/sbxb/parser/SbxbParseException.java 004
org/otvl/sbxb/parser/SbxbParser.java 0096
org/otvl/sbxb/reference/XmlReferencee.java 004
org/otvl/sbxb/xmlrender/XmlRenderer.java 0062
org/otvl/sbxbsamp/abcref/ABCRef.java 003
org/otvl/sbxbsamp/abcref/ABCRefSample.java 003
org/otvl/sbxbsamp/abcref/ARefee.java 001
org/otvl/sbxbsamp/abcref/BRefee.java 001
org/otvl/sbxbsamp/abcref/BaseRefee.java 003
org/otvl/sbxbsamp/abcref/CRefee.java 001
org/otvl/sbxbsamp/complex/SbxbComplexSample.java 005
org/otvl/sbxbsamp/simple/SbxbSimpleSample.java 007

org/otvl/sbxb/SBeanXmlBound.java

ErrorLine
Error Line is longer than 120 characters. 53
Error Unused Javadoc tag. 57
Error Redundant 'public' modifier. 59
Error Expected @param tag for 'xmlData'. 60
Error Expected @param tag for 'bindingName'. 61
Error Redundant 'public' modifier. 74
Error Expected @param tag for 'element'. 75
Error Expected @param tag for 'bindingName'. 76

org/otvl/sbxb/SbxbBase.java

ErrorLine
Error Line is longer than 120 characters. 65
Error Expected @param tag for 'xmlData'. 71
Error Expected @param tag for 'bindingName'. 72
Error Expected @param tag for 'element'. 90
Error Expected @param tag for 'bindingName'. 91

org/otvl/sbxb/SbxbUtil.java

ErrorLine
Error Using the '.*' form of import should be avoided - org.otvl.sbxb.parser.*. 38
Error Using the '.*' form of import should be avoided - org.otvl.sbxb.xmlrender.*. 39
Error Line is longer than 120 characters. 68
Error Expected @param tag for 'xmlData'. 75
Error Expected @param tag for 'bindingName'. 76
Error Expected @param tag for 'sBean'. 77
Error Expected @param tag for 'element'. 96
Error Expected @param tag for 'bindingName'. 97
Error Expected @param tag for 'sBean'. 98

org/otvl/sbxb/binding/BindingSpec.java

ErrorLine
Error Expected @param tag for 'name'. 152
Error Expected @param tag for 'name'. 219
Error 'if' construct must use '{}'s. 229
Error Line is longer than 120 characters. 246
Error 'if' construct must use '{}'s. 247
Error Line is longer than 120 characters. 253
Error 'if' construct must use '{}'s. 254
Error Line is longer than 120 characters. 255
Error Line is longer than 120 characters. 257
Error 'if' construct must use '{}'s. 258
Error Line is longer than 120 characters. 259
Error Line is longer than 120 characters. 269
Error 'if' construct must use '{}'s. 307
Error 'if' construct must use '{}'s. 313
Error 'if' construct must use '{}'s. 323
Error '+' devrait être sur une nouvelle ligne. 324
Error '+' devrait être sur une nouvelle ligne. 325
Error '+' devrait être sur une nouvelle ligne. 326
Error 'if' construct must use '{}'s. 330
Error Line is longer than 120 characters. 354
Error Expected @param tag for 'jStartClass'. 362
Error Expected @param tag for 'inherited'. 363
Error Expected @param tag for 'transitive'. 364
Error Expected @param tag for 'jStartClass'. 381
Error Expected @param tag for 'transitive'. 382
Error 'if' construct must use '{}'s. 427
Error '+' devrait être sur une nouvelle ligne. 451
Error '+' devrait être sur une nouvelle ligne. 452
Error Line is longer than 120 characters. 453
Error '+' devrait être sur une nouvelle ligne. 453
Error '+' devrait être sur une nouvelle ligne. 455
Error '+' devrait être sur une nouvelle ligne. 456
Error Line is longer than 120 characters. 457
Error '+' devrait être sur une nouvelle ligne. 457
Error Line is longer than 120 characters. 459
Error 'if' construct must use '{}'s. 462
Error '+' devrait être sur une nouvelle ligne. 463
Error '+' devrait être sur une nouvelle ligne. 464
Error '+' devrait être sur une nouvelle ligne. 465
Error '+' devrait être sur une nouvelle ligne. 468
Error '+' devrait être sur une nouvelle ligne. 469
Error '+' devrait être sur une nouvelle ligne. 471
Error '+' devrait être sur une nouvelle ligne. 472
Error Expected @param tag for 'name'. 503
Error Expected @param tag for 'name'. 517
Error Expected @param tag for 'isTransient'. 518
Error Expected @param tag for 'cbs'. 542
Error Expected @param tag for 'property'. 543
Error Expected @param tag for 'xmlBinding'. 544
Error 'if' construct must use '{}'s. 602
Error Expected @param tag for 'rule'. 624
Error Expected @param tag for 'typeSpecification'. 625
Error 'if' construct must use '{}'s. 635
Error Line is longer than 120 characters. 641

org/otvl/sbxb/binding/BindingSpecException.java

ErrorLine
Error Expected @param tag for 'root'. 65
Error Expected @param tag for 'message'. 78
Error Expected @param tag for 'root'. 79
Error Expected @param tag for 'message'. 91

org/otvl/sbxb/binding/BindingSpecRule.java

ErrorLine
Error Expected @param tag for 'property'. 100
Error Expected @param tag for 'xmlPath'. 101
Error Expected @param tag for 'bindingName'. 102
Error Expected @param tag for 'key'. 103
Error Expected @param tag for 'parent'. 104
Error Expected @param tag for 'property'. 125
Error Expected @param tag for 'xmlPath'. 126
Error Expected @param tag for 'bindingName'. 127
Error Expected @param tag for 'key'. 128
Error Expected @param tag for 'parent'. 129
Error Expected @param tag for 'serIndex'. 130
Error 'if' construct must use '{}'s. 172
Error '?' devrait être sur une nouvelle ligne. 334
Error ':' devrait être sur une nouvelle ligne. 335

org/otvl/sbxb/binding/BindingSpecTypeSpecifier.java

ErrorLine
Error Expected @param tag for 'qualifiedClassName'. 78
Error Expected @param tag for 'xmlItem'. 79
Error Expected @param tag for 'xmlValue'. 80

org/otvl/sbxb/binding/ClassBindingSpec.java

ErrorLine
Error Expected @param tag for 'index'. 73
Error Expected @param tag for 'rule'. 74
Error Expected @param tag for 'name'. 101
Error Expected @param tag for 'qualifiedClassName'. 102
Error '+' devrait être sur une nouvelle ligne. 110

org/otvl/sbxb/converter/XmlConverter.java

ErrorLine
Error Line is longer than 120 characters. 37
Error Redundant 'public' modifier. 53
Error Expected @param tag for 's'. 54
Error Redundant 'public' modifier. 64
Error Expected @param tag for 'o'. 65

org/otvl/sbxb/converter/XsdDateTimeConverter.java

ErrorLine
Error Expected @param tag for 's'. 66
Error Expected @param tag for 'o'. 93

org/otvl/sbxb/parser/SbxbParseException.java

ErrorLine
Error Expected @param tag for 'root'. 65
Error Expected @param tag for 'message'. 78
Error Expected @param tag for 'root'. 79
Error Expected @param tag for 'message'. 91

org/otvl/sbxb/parser/SbxbParser.java

ErrorLine
Error Using the '.*' form of import should be avoided - org.otvl.sbxb.binding.*. 52
Error Line is longer than 120 characters. 70
Error Expected @param tag for 'uri'. 146
Error Expected @param tag for 'lName'. 147
Error Expected @param tag for 'qName'. 148
Error Expected @param tag for 'atts'. 149
Error 'if' construct must use '{}'s. 155
Error '?' devrait être sur une nouvelle ligne. 171
Error Expected @param tag for 'uri'. 209
Error Expected @param tag for 'lName'. 210
Error Expected @param tag for 'qName'. 211
Error 'if' construct must use '{}'s. 218
Error Line is longer than 120 characters. 248
Error 'if' construct must use '{}'s. 251
Error Line is longer than 120 characters. 252
Error Line is longer than 120 characters. 276
Error Line is longer than 120 characters. 278
Error 'if' construct must use '{}'s. 297
Error '+' devrait être sur une nouvelle ligne. 299
Error Line is longer than 120 characters. 300
Error '+' devrait être sur une nouvelle ligne. 300
Error 'if' construct must use '{}'s. 304
Error '+' devrait être sur une nouvelle ligne. 306
Error Line is longer than 120 characters. 307
Error '+' devrait être sur une nouvelle ligne. 307
Error 'if' construct must use '{}'s. 311
Error '+' devrait être sur une nouvelle ligne. 313
Error Line is longer than 120 characters. 314
Error '+' devrait être sur une nouvelle ligne. 314
Error Line is longer than 120 characters. 317
Error Line is longer than 120 characters. 319
Error Line is longer than 120 characters. 321
Error 'if' construct must use '{}'s. 325
Error '+' devrait être sur une nouvelle ligne. 327
Error '+' devrait être sur une nouvelle ligne. 328
Error Expected @param tag for 'ch'. 352
Error Expected @param tag for 'start'. 353
Error Expected @param tag for 'length'. 354
Error 'if' construct must use '{}'s. 360
Error 'if' construct must use '{}'s. 362
Error Expected @param tag for 'err'. 372
Error Expected @param tag for 'err'. 386
Error Expected @param tag for 'err'. 400
Error Line is longer than 120 characters. 410
Error Expected @param tag for 'xmlData'. 416
Error Expected @param tag for 'bindingName'. 417
Error Expected @param tag for 'sBean'. 418
Error Expected @param tag for 'xmlElement'. 470
Error Expected @param tag for 'atts'. 471
Error Il y a un espace de trop après '{'. 479
Error '?' devrait être sur une nouvelle ligne. 484
Error Line is longer than 120 characters. 503
Error Line is longer than 120 characters. 507
Error Line is longer than 120 characters. 508
Error Must have at least one statement. 522
Error Line is longer than 120 characters. 549
Error 'if' construct must use '{}'s. 551
Error Line is longer than 120 characters. 552
Error '+' devrait être sur une nouvelle ligne. 552
Error Line is longer than 120 characters. 553
Error Must have at least one statement. 556
Error Line is longer than 120 characters. 566
Error Line is longer than 120 characters. 574
Error 'if' construct must use '{}'s. 577
Error Line is longer than 120 characters. 578
Error '+' devrait être sur une nouvelle ligne. 578
Error 'if' construct must use '{}'s. 584
Error Line is longer than 120 characters. 585
Error '+' devrait être sur une nouvelle ligne. 585
Error Line is longer than 120 characters. 586
Error Expected @param tag for 'atts'. 610
Error 'if' construct must use '{}'s. 633
Error '+' devrait être sur une nouvelle ligne. 635
Error '+' devrait être sur une nouvelle ligne. 636
Error 'if' construct must use '{}'s. 640
Error '+' devrait être sur une nouvelle ligne. 642
Error 'if' construct must use '{}'s. 673
Error '+' devrait être sur une nouvelle ligne. 675
Error '+' devrait être sur une nouvelle ligne. 676
Error 'if' construct must use '{}'s. 694
Error Expected @param tag for 'property'. 708
Error Expected @param tag for 'value'. 709
Error Line is longer than 120 characters. 727
Error 'if' construct must use '{}'s. 730
Error '+' devrait être sur une nouvelle ligne. 732
Error Expected @param tag for 'property'. 748
Error Expected @param tag for 'index'. 749
Error Expected @param tag for 'value'. 750
Error Line is longer than 120 characters. 768
Error 'if' construct must use '{}'s. 771
Error '+' devrait être sur une nouvelle ligne. 773
Error Expected @param tag for 'property'. 788
Error Expected @param tag for 'value'. 789
Error Line is longer than 120 characters. 807
Error 'if' construct must use '{}'s. 810
Error '+' devrait être sur une nouvelle ligne. 812

org/otvl/sbxb/reference/XmlReferencee.java

ErrorLine
Error Redundant 'public' modifier. 52
Error Unused Javadoc tag. 58
Error Redundant 'public' modifier. 60
Error Expected @param tag for 'ref'. 61

org/otvl/sbxb/xmlrender/XmlRenderer.java

ErrorLine
Error Using the '.*' form of import should be avoided - org.otvl.sbxb.binding.*. 43
Error Using the '.*' form of import should be avoided - org.otvl.sbean.*. 46
Error Expected @param tag for 'sBean'. 121
Error Expected @param tag for 'xmlElement'. 122
Error Expected @param tag for 'bindingName'. 123
Error 'if' construct must use '{}'s. 168
Error 'if' construct must use '{}'s. 186
Error Method length is 210 lines (max allowed is 150). 199
Error Expected @param tag for 'ser'. 200
Error Expected @param tag for 'xmlPath'. 201
Error Expected @param tag for 'ns'. 202
Error 'if' construct must use '{}'s. 215
Error 'if' construct must use '{}'s. 219
Error Line is longer than 120 characters. 226
Error Line is longer than 120 characters. 233
Error 'if' construct must use '{}'s. 243
Error 'if' construct must use '{}'s. 244
Error 'if' construct must use '{}'s. 246
Error 'if' construct must use '{}'s. 249
Error 'if' construct must use '{}'s. 250
Error Line is longer than 120 characters. 251
Error 'if' construct must use '{}'s. 253
Error Line is longer than 120 characters. 254
Error 'if' construct must use '{}'s. 256
Error 'if' construct must use '{}'s. 274
Error 'if' construct must use '{}'s. 276
Error 'if' construct must use '{}'s. 279
Error '+' devrait être sur une nouvelle ligne. 283
Error 'if' construct must use '{}'s. 292
Error Line is longer than 120 characters. 293
Error 'if' construct must use '{}'s. 296
Error Line is longer than 120 characters. 297
Error 'if' construct must use '{}'s. 299
Error 'if' construct must use '{}'s. 316
Error Line is longer than 120 characters. 317
Error Line is longer than 120 characters. 342
Error Line is longer than 120 characters. 343
Error Line is longer than 120 characters. 352
Error Line is longer than 120 characters. 353
Error Line is longer than 120 characters. 358
Error Line is longer than 120 characters. 364
Error Line is longer than 120 characters. 374
Error 'if' construct must use '{}'s. 384
Error Line is longer than 120 characters. 385
Error 'if' construct must use '{}'s. 391
Error 'if' construct must use '{}'s. 398
Error Line is longer than 120 characters. 399
Error 'if' construct must use '{}'s. 412
Error Expected @param tag for 'rule'. 428
Error Expected @param tag for 'subSb'. 429
Error Expected @param tag for 'js'. 463
Error Expected @param tag for 'buffer'. 501
Error Expected @param tag for 'content'. 502
Error Expected @param tag for 'xmlPath'. 528
Error Expected @param tag for 'xmlAtts'. 529
Error Expected @param tag for 'xmlContent'. 530
Error 'if' construct must use '{}'s. 549
Error 'if' construct must use '{}'s. 563
Error 'if' construct must use '{}'s. 572
Error Expected @param tag for 'property'. 588
Error Expected @param tag for 'value'. 589
Error Line is longer than 120 characters. 601

org/otvl/sbxbsamp/abcref/ABCRef.java

ErrorLine
Error Expected @param tag for 'clazz'. 74
Error Expected @param tag for 'id'. 75
Error Expected @param tag for 'arg0'. 109

org/otvl/sbxbsamp/abcref/ABCRefSample.java

ErrorLine
Error Unused import - org.otvl.sbxb.binding.ClassBindingSpec. 35
Error Unused import - org.otvl.sbxbsamp.complex.SbxbComplexSample. 36
Error Expected @param tag for 'args'. 68

org/otvl/sbxbsamp/abcref/ARefee.java

ErrorLine
Error Expected @param tag for 'ref'. 89

org/otvl/sbxbsamp/abcref/BRefee.java

ErrorLine
Error Expected @param tag for 'ref'. 89

org/otvl/sbxbsamp/abcref/BaseRefee.java

ErrorLine
Error Expected @param tag for 'ref'. 89
Error Unused Javadoc tag. 100
Error Expected @param tag for 'ref'. 103

org/otvl/sbxbsamp/abcref/CRefee.java

ErrorLine
Error Expected @param tag for 'ref'. 85

org/otvl/sbxbsamp/complex/SbxbComplexSample.java

ErrorLine
Error Expected @param tag for 'args'. 72
Error Il y a un espace de trop après ';'. 97
Error Expected @param tag for 'filePath'. 195
Error Expected @param tag for 'content'. 196
Error Il y a un espace de trop avant ')'. 208

org/otvl/sbxbsamp/simple/SbxbSimpleSample.java

ErrorLine
Error Expected @param tag for 'args'. 75
Error Il y a un espace de trop après ';'. 119
Error Il y a un espace de trop après ';'. 180
Error Il y a un espace de trop après ';'. 214
Error Il y a un espace de trop après ';'. 252
Error Expected @param tag for 'bsName'. 284
Error Il y a un espace de trop après ';'. 293