Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
6800421

Files

FilesIWE
net/sf/tomp/xml/include/AdaptiveFilterImpl.java 001
net/sf/tomp/xml/include/AdaptiveFilterImpl.java 0023
net/sf/tomp/xml/include/AdaptiveXIncludeFilter.java 001
net/sf/tomp/xml/include/AdaptiveXIncludeFilter.java 0010
net/sf/tomp/xml/include/AdaptiveXIncluder.java 001
net/sf/tomp/xml/include/AdaptiveXIncluder.java 0024
net/sf/tomp/xml/include/CircularIncludeException.java 001
net/sf/tomp/xml/include/CircularIncludeException.java 002
net/sf/tomp/xml/include/EncodingHeuristics.java 001
net/sf/tomp/xml/include/EncodingHeuristics.java 0030
net/sf/tomp/xml/include/UnavailableResourceException.java 001
net/sf/tomp/xml/include/UnavailableResourceException.java 002
net/sf/tomp/xml/include/XIncludeException.java 001
net/sf/tomp/xml/include/XIncludeException.java 005
net/sf/tomp/xml/include/XIncludeFilter.java 001
net/sf/tomp/xml/include/XIncludeFilter.java 0050
net/sf/tomp/xml/include/package.html 001
net/sf/tomp/xml/include/xtcl/AdaptiveFilterCommand.java 001
net/sf/tomp/xml/include/xtcl/AdaptiveFilterCommand.java 003
net/sf/tomp/xml/include/xtcl/AdaptiveXIncluderCommand.java 001
net/sf/tomp/xml/include/xtcl/AdaptiveXIncluderCommand.java 003
net/sf/tomp/xml/include/xtcl/XTCompiler.java 001
net/sf/tomp/xml/include/xtcl/XTCompiler.java 002
net/sf/tomp/xml/include/xtcl/package.html 001
net/sf/tomp/xml/type/FilterTypeTransformation.java 001
net/sf/tomp/xml/type/FilterTypeTransformation.java 0021
net/sf/tomp/xml/type/MultiFilterTypeTransformation.java 001
net/sf/tomp/xml/type/MultiFilterTypeTransformation.java 0011
net/sf/tomp/xml/type/MultiTransformation.java 001
net/sf/tomp/xml/type/MultiTransformation.java 002
net/sf/tomp/xml/type/StyleTypeTransformation.java 001
net/sf/tomp/xml/type/StyleTypeTransformation.java 0011
net/sf/tomp/xml/type/Transformations.java 001
net/sf/tomp/xml/type/Transformations.java 005
net/sf/tomp/xml/type/TransformationsFromType.java 001
net/sf/tomp/xml/type/TransformationsFromType.java 008
net/sf/tomp/xml/type/Type.java 001
net/sf/tomp/xml/type/Type.java 009
net/sf/tomp/xml/type/TypeContext.java 001
net/sf/tomp/xml/type/TypeContext.java 003
net/sf/tomp/xml/type/TypeContextImpl.java 001
net/sf/tomp/xml/type/TypeContextImpl.java 0011
net/sf/tomp/xml/type/TypeDatabase.java 001
net/sf/tomp/xml/type/TypeDatabase.java 008
net/sf/tomp/xml/type/TypeDatabaseImpl.java 001
net/sf/tomp/xml/type/TypeDatabaseImpl.java 0065
net/sf/tomp/xml/type/TypeDetector.java 001
net/sf/tomp/xml/type/TypeDetector.java 003
net/sf/tomp/xml/type/TypeDetectorFilter.java 001
net/sf/tomp/xml/type/TypeDetectorFilter.java 0026
net/sf/tomp/xml/type/TypeImpl.java 001
net/sf/tomp/xml/type/TypeImpl.java 0017
net/sf/tomp/xml/type/TypeTransformation.java 001
net/sf/tomp/xml/type/TypeTransformation.java 006
net/sf/tomp/xml/type/TypeTransformationException.java 001
net/sf/tomp/xml/type/TypeTransformationException.java 003
net/sf/tomp/xml/type/TypeTransformationFactory.java 001
net/sf/tomp/xml/type/TypeTransformationFactory.java 004
net/sf/tomp/xml/type/Variant.java 001
net/sf/tomp/xml/type/Variant.java 003
net/sf/tomp/xml/type/VariantImpl.java 001
net/sf/tomp/xml/type/VariantImpl.java 007
net/sf/tomp/xml/type/package.html 001
net/sf/tomp/xml/type/xtcl/TypeDatabaseFilterCommand.java 001
net/sf/tomp/xml/type/xtcl/TypeDatabaseFilterCommand.java 003
net/sf/tomp/xml/type/xtcl/TypeDetectorFilterCommand.java 001
net/sf/tomp/xml/type/xtcl/TypeDetectorFilterCommand.java 005
net/sf/tomp/xml/type/xtcl/package.html 001

net/sf/tomp/xml/include/AdaptiveFilterImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/AdaptiveFilterImpl.java

ErrorLine
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 27
Error Variable 'typeDetectorFilter' must be private and have accessor methods. 30
Error Variable 'targetType' must be private and have accessor methods. 33
Error Variable 'variant' must be private and have accessor methods. 36
Error Line has trailing spaces. 49
Error Line has trailing spaces. 62
Error Line has trailing spaces. 71
Error Line has trailing spaces. 80
Error Line has trailing spaces. 89
Error Line has trailing spaces. 98
Error Line has trailing spaces. 107
Error Line has trailing spaces. 116
Error Line has trailing spaces. 125
Error Line has trailing spaces. 134
Error 'targetType' hides a field. 138
Error Missing a Javadoc comment. 144
Error Missing a Javadoc comment. 162
Error Line is longer than 80 characters. 174
Error Line has trailing spaces. 184
Error 'targetType' hides a field. 191
Error Line is longer than 80 characters. 218
Error Line is longer than 80 characters. 222

net/sf/tomp/xml/include/AdaptiveXIncludeFilter.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/AdaptiveXIncludeFilter.java

ErrorLine
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 18
Error Variable 'xif' must be private and have accessor methods. 21
Error Missing a Javadoc comment. 23
Error Name 'XINCLUDE_NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Line has trailing spaces. 38
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 76
Error 'xif' hides a field. 79
Error Line is longer than 80 characters. 90

net/sf/tomp/xml/include/AdaptiveXIncluder.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/AdaptiveXIncluder.java

ErrorLine
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 53
Error Expected @throws tag for 'TransformerConfigurationException'. 61
Error Expected @throws tag for 'ParserConfigurationException'. 62
Error Expected @throws tag for 'IOException'. 62
Error Expected @throws tag for 'InstantiationException'. 62
Error Expected @throws tag for 'IllegalAccessException'. 63
Error Expected @throws tag for 'ClassNotFoundException'. 63
Error Expected @throws tag for 'Exception'. 70
Error Line is longer than 80 characters. 101
Error Missing a Javadoc comment. 117
Error Redundant throws: 'TransformerConfigurationException' is subclass of 'TransformerException'. 118
Error Missing a Javadoc comment. 156
Error Missing a Javadoc comment. 171
Error Missing a Javadoc comment. 175
Error Missing a Javadoc comment. 179
Error Missing a Javadoc comment. 183

net/sf/tomp/xml/include/CircularIncludeException.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/CircularIncludeException.java

ErrorLine
Error Line has trailing spaces. 37
Error Line has trailing spaces. 55

net/sf/tomp/xml/include/EncodingHeuristics.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/EncodingHeuristics.java

ErrorLine
Error Line has trailing spaces. 42
Error Class EncodingHeuristics should be declared as final. 46
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 55
Error Method length is 177 lines (max allowed is 150). 61
Error '1024' is a magic number. 65
Error '0xFE' is a magic number. 74
Error '0xFF' is a magic number. 74
Error '0xFF' is a magic number. 78
Error '0xFE' is a magic number. 78
Error '0xEF' is a magic number. 96
Error '0xBB' is a magic number. 96
Error '0xBF' is a magic number. 96
Error '0xFE' is a magic number. 106
Error '0xFF' is a magic number. 107
Error '0xFF' is a magic number. 113
Error '0xFE' is a magic number. 114
Error '1024' is a magic number. 153
Error '3' is a magic number. 158
Error '4' is a magic number. 160
Error '1020' is a magic number. 160
Error '4' is a magic number. 160
Error '8' is a magic number. 172
Error Line is longer than 80 characters. 179
Error Line is longer than 80 characters. 194
Error '0x4C' is a magic number. 223
Error '0x6F' is a magic number. 223
Error '0xA7' is a magic number. 223
Error '0x94' is a magic number. 224
Error Must have at least one statement. 224

net/sf/tomp/xml/include/UnavailableResourceException.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/UnavailableResourceException.java

ErrorLine
Error Line has trailing spaces. 37
Error Line has trailing spaces. 55

net/sf/tomp/xml/include/XIncludeException.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/XIncludeException.java

ErrorLine
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 56
Error Line has trailing spaces. 69
Error Line has trailing spaces. 84

net/sf/tomp/xml/include/XIncludeFilter.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/XIncludeFilter.java

ErrorLine
Error Line has trailing spaces. 161
Error Line has trailing spaces. 169
Error Name 'term1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 184
Error Name 'term2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 190
Error Name 'term3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 196
Error Line is longer than 80 characters. 198
Error Missing a Javadoc comment. 198
Error Missing a Javadoc comment. 200
Error Missing a Javadoc comment. 202
Error Missing a Javadoc comment. 204
Error Missing a Javadoc comment. 207
Error Missing a Javadoc comment. 209
Error Missing a Javadoc comment. 211
Error Missing a Javadoc comment. 213
Error Missing a Javadoc comment. 226
Error Line is longer than 80 characters. 227
Error Line is longer than 80 characters. 228
Error Line has trailing spaces. 279
Error Missing a Javadoc comment. 286
Error '}' should be on the same line. 331
Error Missing a Javadoc comment. 356
Error Missing a Javadoc comment. 369
Error Missing a Javadoc comment. 380
Error Line is longer than 80 characters. 394
Error Missing a Javadoc comment. 415
Error Missing a Javadoc comment. 422
Error Missing a Javadoc comment. 428
Error Missing a Javadoc comment. 439
Error Missing a Javadoc comment. 446
Error Missing a Javadoc comment. 453
Error Missing a Javadoc comment. 460
Error Line has trailing spaces. 486
Error Line has trailing spaces. 530
Error Line has trailing spaces. 588
Error Line has trailing spaces. 629
Error Missing a Javadoc comment. 678
Error Line has trailing spaces. 721
Error Method length is 190 lines (max allowed is 150). 727
Error Line is longer than 80 characters. 784
Error Line is longer than 80 characters. 849
Error Line is longer than 80 characters. 851
Error Line is longer than 80 characters. 854
Error Line is longer than 80 characters. 856
Error Line is longer than 80 characters. 859
Error Line is longer than 80 characters. 860
Error Line is longer than 80 characters. 861
Error '1024' is a magic number. 896
Error '1024' is a magic number. 899
Error Line has trailing spaces. 925
Error Missing a Javadoc comment. 1019

net/sf/tomp/xml/include/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tomp/xml/include/xtcl/AdaptiveFilterCommand.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/xtcl/AdaptiveFilterCommand.java

ErrorLine
Error Line has trailing spaces. 12
Error Line has trailing spaces. 18
Error Line has trailing spaces. 49

net/sf/tomp/xml/include/xtcl/AdaptiveXIncluderCommand.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/xtcl/AdaptiveXIncluderCommand.java

ErrorLine
Error Line has trailing spaces. 11
Error Line has trailing spaces. 17
Error Line has trailing spaces. 50

net/sf/tomp/xml/include/xtcl/XTCompiler.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/include/xtcl/XTCompiler.java

ErrorLine
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 18

net/sf/tomp/xml/include/xtcl/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tomp/xml/type/FilterTypeTransformation.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/FilterTypeTransformation.java

ErrorLine
Error '{' should be on the previous line. 16
Error Variable 'filterClass' must be private and have accessor methods. 21
Error Variable 'params' must be private and have accessor methods. 24
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 37
Error Unused @throws tag for 'UnsupportedOperationException'. 46
Error '{' should be on the previous line. 49
Error '{' should be on the previous line. 51
Error '}' should be on the same line. 53
Error '{' should be on the previous line. 55
Error '{' should be on the previous line. 71
Error '{' should be on the previous line. 73
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 82
Error '}' should be on the same line. 92
Error '{' should be on the previous line. 94
Error '}' should be on the same line. 96
Error '{' should be on the previous line. 98
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 119
Error '{' should be on the previous line. 130

net/sf/tomp/xml/type/MultiFilterTypeTransformation.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/MultiFilterTypeTransformation.java

ErrorLine
Error Line has trailing spaces. 11
Error Variable 'costs' must be private and have accessor methods. 19
Error Variable 'transformations' must be private and have accessor methods. 22
Error Variable 'params' must be private and have accessor methods. 25
Error Line has trailing spaces. 35
Error Line has trailing spaces. 55
Error Line has trailing spaces. 71
Error Line has trailing spaces. 85
Error Line has trailing spaces. 118
Error Line has trailing spaces. 127
Error Line has trailing spaces. 138

net/sf/tomp/xml/type/MultiTransformation.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/MultiTransformation.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 12

net/sf/tomp/xml/type/StyleTypeTransformation.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/StyleTypeTransformation.java

ErrorLine
Error Line has trailing spaces. 13
Error Variable 'styleSystemId' must be private and have accessor methods. 22
Error Variable 'factory' must be private and have accessor methods. 25
Error Variable 'params' must be private and have accessor methods. 28
Error Line has trailing spaces. 32
Error 'styleSystemId' hides a field. 37
Error Line has trailing spaces. 45
Error Line has trailing spaces. 55
Error Line has trailing spaces. 83
Error Line has trailing spaces. 92
Error Line has trailing spaces. 102

net/sf/tomp/xml/type/Transformations.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/Transformations.java

ErrorLine
Error Line has trailing spaces. 7
Error Variable 'transformations' must be private and have accessor methods. 13
Error Line has trailing spaces. 17
Error Line has trailing spaces. 26
Error Line has trailing spaces. 36

net/sf/tomp/xml/type/TransformationsFromType.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TransformationsFromType.java

ErrorLine
Error Line has trailing spaces. 7
Error Variable 'typ' must be private and have accessor methods. 13
Error Variable 'transformations' must be private and have accessor methods. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 30
Error Line has trailing spaces. 39
Error Line has trailing spaces. 58
Error Line has trailing spaces. 76

net/sf/tomp/xml/type/Type.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/Type.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error Line has trailing spaces. 26
Error Line has trailing spaces. 33
Error Line has trailing spaces. 40
Error Line has trailing spaces. 47
Error Line has trailing spaces. 55
Error Line has trailing spaces. 63

net/sf/tomp/xml/type/TypeContext.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeContext.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 12
Error Line has trailing spaces. 20

net/sf/tomp/xml/type/TypeContextImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeContextImpl.java

ErrorLine
Error Line has trailing spaces. 5
Error Variable 'context' must be private and have accessor methods. 14
Error Line has trailing spaces. 18
Error Unused @throws tag for 'IllegalArgumentException'. 20
Error Line has trailing spaces. 39
Error Unused @throws tag for 'IllegalArgumentException'. 42
Error Line has trailing spaces. 73
Error Line has trailing spaces. 90
Error Line has trailing spaces. 99
Error Line has trailing spaces. 118
Error Line has trailing spaces. 127

net/sf/tomp/xml/type/TypeDatabase.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeDatabase.java

ErrorLine
Error Line has trailing spaces. 5
Error Missing a Javadoc comment. 11
Error Line has trailing spaces. 15
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 41
Error Line has trailing spaces. 52

net/sf/tomp/xml/type/TypeDatabaseImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeDatabaseImpl.java

ErrorLine
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 34
Error Variable 'xff' must be private and have accessor methods. 37
Error Variable 'parentDatabase' must be private and have accessor methods. 43
Error Variable 'currentType' must be private and have accessor methods. 46
Error Variable 'currentSrcType' must be private and have accessor methods. 49
Error Variable 'currentTargetType' must be private and have accessor methods. 52
Error Variable 'currentSource' must be private and have accessor methods. 55
Error Variable 'currentTarget' must be private and have accessor methods. 58
Error Variable 'currentTransformation' must be private and have accessor methods. 61
Error Variable 'currentMultiTransformation' must be private and have accessor methods. 64
Error Variable 'currentVariant' must be private and have accessor methods. 67
Error Variable 'identification2type' must be private and have accessor methods. 70
Error Variable 'root2type' must be private and have accessor methods. 73
Error Variable 'doctype2type' must be private and have accessor methods. 76
Error Variable 'transformations' must be private and have accessor methods. 84
Error Line has trailing spaces. 88
Error Line has trailing spaces. 97
Error Line has trailing spaces. 106
Error Line has trailing spaces. 115
Error Line has trailing spaces. 124
Error Line has trailing spaces. 133
Error Line has trailing spaces. 142
Error Missing a Javadoc comment. 154
Error Line has trailing spaces. 175
Error Line has trailing spaces. 256
Error Line has trailing spaces. 277
Error Line is longer than 80 characters. 283
Error Line has trailing spaces. 289
Error Line has trailing spaces. 299
Error Line has trailing spaces. 314
Error Line has trailing spaces. 328
Error Line has trailing spaces. 344
Error Line has trailing spaces. 360
Error Line has trailing spaces. 381
Error Method length is 220 lines (max allowed is 150). 390
Error Line is longer than 80 characters. 462
Error Line is longer than 80 characters. 551
Error Line is longer than 80 characters. 559
Error Line is longer than 80 characters. 573
Error Line is longer than 80 characters. 582
Error Line is longer than 80 characters. 585
Error Line has trailing spaces. 614
Error Must have at least one statement. 636
Error Must have at least one statement. 637
Error Must have at least one statement. 638
Error Line has trailing spaces. 646
Error Line has trailing spaces. 660
Error Empty statement. 698
Error '}' should be on the same line. 699
Error Line is longer than 80 characters. 703
Error Line is longer than 80 characters. 730
Error Missing a Javadoc comment. 792
Error Variable 'previous' must be private and have accessor methods. 794
Error Variable 'typ' must be private and have accessor methods. 797
Error Variable 'transFromPrevious' must be private and have accessor methods. 800
Error Variable 'costsFromSource' must be private and have accessor methods. 803
Error Variable 'wasPivot' must be private and have accessor methods. 806
Error Line has trailing spaces. 810
Error Line has trailing spaces. 823
Error Line has trailing spaces. 834
Error Line has trailing spaces. 846
Error Line has trailing spaces. 855
Error '10' is a magic number. 862
Error Line has trailing spaces. 868

net/sf/tomp/xml/type/TypeDetector.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeDetector.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19

net/sf/tomp/xml/type/TypeDetectorFilter.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeDetectorFilter.java

ErrorLine
Error Line has trailing spaces. 11
Error Variable 'wasDD' must be private and have accessor methods. 17
Error Variable 'dtName' must be private and have accessor methods. 20
Error Variable 'dtPublicId' must be private and have accessor methods. 23
Error Variable 'dtSystemId' must be private and have accessor methods. 26
Error Variable 'depth' must be private and have accessor methods. 29
Error Variable 'type' must be private and have accessor methods. 32
Error Variable 'typeDatabase' must be private and have accessor methods. 35
Error Variable 'context' must be private and have accessor methods. 38
Error Line has trailing spaces. 49
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 78
Error Line has trailing spaces. 87
Error Line has trailing spaces. 96
Error Line has trailing spaces. 117
Error Line has trailing spaces. 126
Error Line has trailing spaces. 139
Error Line has trailing spaces. 155
Error Line has trailing spaces. 172
Error Line is longer than 80 characters. 187
Error Line has trailing spaces. 192
Error Line has trailing spaces. 225
Error Line has trailing spaces. 243

net/sf/tomp/xml/type/TypeImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeImpl.java

ErrorLine
Error Line has trailing spaces. 7
Error Variable 'identification' must be private and have accessor methods. 19
Error Variable 'type' must be private and have accessor methods. 22
Error Variable 'parents' must be private and have accessor methods. 25
Error Variable 'typesForContext' must be private and have accessor methods. 28
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 48
Error Line has trailing spaces. 54
Error Line has trailing spaces. 63
Error Line has trailing spaces. 72
Error Line has trailing spaces. 81
Error Line has trailing spaces. 90
Error Line has trailing spaces. 100
Error Line has trailing spaces. 110
Error Line has trailing spaces. 120
Error Line has trailing spaces. 138

net/sf/tomp/xml/type/TypeTransformation.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeTransformation.java

ErrorLine
Error '{' should be on the previous line. 12
Error Redundant 'public' modifier. 14
Error '{' should be on the previous line. 17
Error '{' should be on the previous line. 22
Error '{' should be on the previous line. 27
Error '{' should be on the previous line. 32

net/sf/tomp/xml/type/TypeTransformationException.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeTransformationException.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 12
Error Line has trailing spaces. 21

net/sf/tomp/xml/type/TypeTransformationFactory.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/TypeTransformationFactory.java

ErrorLine
Error Line has trailing spaces. 7
Error Line has trailing spaces. 14
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 35

net/sf/tomp/xml/type/Variant.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/Variant.java

ErrorLine
Error Line has trailing spaces. 5
Error Redundant 'public' modifier. 11
Error Line has trailing spaces. 15

net/sf/tomp/xml/type/VariantImpl.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/VariantImpl.java

ErrorLine
Error Line has trailing spaces. 5
Error Variable 'id' must be private and have accessor methods. 11
Error Line has trailing spaces. 15
Error Line has trailing spaces. 28
Error Line has trailing spaces. 37
Error Line has trailing spaces. 46
Error Line has trailing spaces. 58

net/sf/tomp/xml/type/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tomp/xml/type/xtcl/TypeDatabaseFilterCommand.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/xtcl/TypeDatabaseFilterCommand.java

ErrorLine
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 31

net/sf/tomp/xml/type/xtcl/TypeDetectorFilterCommand.java

ErrorLine
Error File does not end with a newline. 0

net/sf/tomp/xml/type/xtcl/TypeDetectorFilterCommand.java

ErrorLine
Error Line has trailing spaces. 12
Error Variable 'tdVar' must be private and have accessor methods. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 30
Error Line has trailing spaces. 61

net/sf/tomp/xml/type/xtcl/package.html

ErrorLine
Error Missing package documentation file.0