Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
67 137

Files

Files Errors
org/apache/commons/betwixt/AttributeDescriptor.java 2
org/apache/commons/betwixt/BeanProperty.java 1
org/apache/commons/betwixt/BindingConfiguration.java 1
org/apache/commons/betwixt/Descriptor.java 1
org/apache/commons/betwixt/ElementDescriptor.java 3
org/apache/commons/betwixt/NodeDescriptor.java 2
org/apache/commons/betwixt/TextDescriptor.java 1
org/apache/commons/betwixt/XMLBeanInfo.java 3
org/apache/commons/betwixt/XMLIntrospector.java 3
org/apache/commons/betwixt/XMLUtils.java 1
org/apache/commons/betwixt/digester/AddDefaultsRule.java 1
org/apache/commons/betwixt/digester/AttributeRule.java 2
org/apache/commons/betwixt/digester/ElementRule.java 3
org/apache/commons/betwixt/digester/HideRule.java 1
org/apache/commons/betwixt/digester/InfoRule.java 2
org/apache/commons/betwixt/digester/MappedPropertyRule.java 2
org/apache/commons/betwixt/digester/RuleSupport.java 1
org/apache/commons/betwixt/digester/TextRule.java 3
org/apache/commons/betwixt/digester/XMLBeanInfoDigester.java 1
org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java 21
org/apache/commons/betwixt/expression/ClassNameExpression.java 1
org/apache/commons/betwixt/expression/ConstantExpression.java 1
org/apache/commons/betwixt/expression/Context.java 1
org/apache/commons/betwixt/expression/DynaBeanExpression.java 1
org/apache/commons/betwixt/expression/EmptyExpression.java 1
org/apache/commons/betwixt/expression/Expression.java 1
org/apache/commons/betwixt/expression/IteratorExpression.java 1
org/apache/commons/betwixt/expression/MapEntryAdder.java 5
org/apache/commons/betwixt/expression/MethodExpression.java 1
org/apache/commons/betwixt/expression/MethodUpdater.java 4
org/apache/commons/betwixt/expression/StringExpression.java 1
org/apache/commons/betwixt/expression/Updater.java 1
org/apache/commons/betwixt/expression/VariableExpression.java 1
org/apache/commons/betwixt/io/AbstractBeanWriter.java 6
org/apache/commons/betwixt/io/BeanCreateRule.java 7
org/apache/commons/betwixt/io/BeanReader.java 1
org/apache/commons/betwixt/io/BeanRuleSet.java 14
org/apache/commons/betwixt/io/BeanWriter.java 1
org/apache/commons/betwixt/io/CyclicReferenceException.java 1
org/apache/commons/betwixt/io/IDGenerator.java 1
org/apache/commons/betwixt/io/SAXBeanWriter.java 1
org/apache/commons/betwixt/io/id/AbstractIDGenerator.java 1
org/apache/commons/betwixt/io/id/RandomIDGenerator.java 1
org/apache/commons/betwixt/io/id/SequentialIDGenerator.java 1
org/apache/commons/betwixt/io/read/BeanCreationChain.java 1
org/apache/commons/betwixt/io/read/BeanCreationList.java 1
org/apache/commons/betwixt/io/read/ChainedBeanCreator.java 1
org/apache/commons/betwixt/io/read/ChainedBeanCreatorFactory.java 2
org/apache/commons/betwixt/io/read/ElementMapping.java 1
org/apache/commons/betwixt/io/read/ReadConfiguration.java 1
org/apache/commons/betwixt/io/read/ReadContext.java 1
org/apache/commons/betwixt/registry/DefaultXMLBeanInfoRegistry.java 1
org/apache/commons/betwixt/registry/NoCacheRegistry.java 1
org/apache/commons/betwixt/registry/XMLBeanInfoRegistry.java 1
org/apache/commons/betwixt/strategy/BadCharacterReplacingNMapper.java 1
org/apache/commons/betwixt/strategy/CapitalizeNameMapper.java 1
org/apache/commons/betwixt/strategy/ClassNormalizer.java 1
org/apache/commons/betwixt/strategy/ConvertUtilsObjectStringConverter.java 1
org/apache/commons/betwixt/strategy/DecapitalizeNameMapper.java 1
org/apache/commons/betwixt/strategy/DefaultNameMapper.java 1
org/apache/commons/betwixt/strategy/DefaultObjectStringConverter.java 4
org/apache/commons/betwixt/strategy/DefaultPluralStemmer.java 1
org/apache/commons/betwixt/strategy/HyphenatedNameMapper.java 1
org/apache/commons/betwixt/strategy/ListedClassNormalizer.java 1
org/apache/commons/betwixt/strategy/NameMapper.java 1
org/apache/commons/betwixt/strategy/ObjectStringConverter.java 1
org/apache/commons/betwixt/strategy/PluralStemmer.java 1

org/apache/commons/betwixt/AttributeDescriptor.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 58

org/apache/commons/betwixt/BeanProperty.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/BindingConfiguration.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/Descriptor.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/ElementDescriptor.java

Error Line
Line does not match expected header line of ''. 1
'+' should be on the previous line. 485
'+' should be on the previous line. 486

org/apache/commons/betwixt/NodeDescriptor.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 117

org/apache/commons/betwixt/TextDescriptor.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/XMLBeanInfo.java

Error Line
Missing a header - not enough lines in file. 1
'||' should be on the previous line. 126
'+' should be on the previous line. 195

org/apache/commons/betwixt/XMLIntrospector.java

Error Line
Line does not match expected header line of ''. 1
'+' should be on the previous line. 583
'+' should be on the previous line. 593

org/apache/commons/betwixt/XMLUtils.java

Error Line
Line does not match expected header line of ''. 1

org/apache/commons/betwixt/digester/AddDefaultsRule.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/digester/AttributeRule.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 97

org/apache/commons/betwixt/digester/ElementRule.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 94
'+' should be on the previous line. 142

org/apache/commons/betwixt/digester/HideRule.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/digester/InfoRule.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 65

org/apache/commons/betwixt/digester/MappedPropertyRule.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 120

org/apache/commons/betwixt/digester/RuleSupport.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/digester/TextRule.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 77
'+' should be on the previous line. 123

org/apache/commons/betwixt/digester/XMLBeanInfoDigester.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java

Error Line
Line does not match expected header line of ''. 1
'+' should be on the previous line. 101
'+' should be on the previous line. 111
'+' should be on the previous line. 366
'+' should be on the previous line. 444
'+' should be on the previous line. 484
'+' should be on the previous line. 529
'||' should be on the previous line. 553
'||' should be on the previous line. 554
'||' should be on the previous line. 555
'||' should be on the previous line. 556
'||' should be on the previous line. 577
'||' should be on the previous line. 578
'||' should be on the previous line. 579
'||' should be on the previous line. 580
'||' should be on the previous line. 581
'||' should be on the previous line. 582
'||' should be on the previous line. 583
'||' should be on the previous line. 584
'+' should be on the previous line. 611
'+' should be on the previous line. 625

org/apache/commons/betwixt/expression/ClassNameExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/ConstantExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/Context.java

Error Line
Line does not match expected header line of ''. 1

org/apache/commons/betwixt/expression/DynaBeanExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/EmptyExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/Expression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/IteratorExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/MapEntryAdder.java

Error Line
Line does not match expected header line of ''. 1
'+' should be on the previous line. 207
'+' should be on the previous line. 215
'+' should be on the previous line. 216
'+' should be on the previous line. 217

org/apache/commons/betwixt/expression/MethodExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/MethodUpdater.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 95
'+' should be on the previous line. 104
'+' should be on the previous line. 105

org/apache/commons/betwixt/expression/StringExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/Updater.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/expression/VariableExpression.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/AbstractBeanWriter.java

Error Line
Line does not match expected header line of ''. 1
' & amp; & amp;' should be on the previous line. 914
' & amp; & amp;' should be on the previous line. 932
' & amp; & amp;' should be on the previous line. 933
' & amp; & amp;' should be on the previous line. 934
' & amp; & amp;' should be on the previous line. 1038

org/apache/commons/betwixt/io/BeanCreateRule.java

Error Line
Line does not match expected header line of ''. 1
'+' should be on the previous line. 206
'+' should be on the previous line. 313
'+' should be on the previous line. 319
' & amp; & amp;' should be on the previous line. 459
'+' should be on the previous line. 485
'+' should be on the previous line. 600

org/apache/commons/betwixt/io/BeanReader.java

Error Line
Line does not match expected header line of ''. 1

org/apache/commons/betwixt/io/BeanRuleSet.java

Error Line
Line does not match expected header line of ''. 1
' & amp; & amp;' should be on the previous line. 284
' & amp; & amp;' should be on the previous line. 315
'+' should be on the previous line. 318
'+' should be on the previous line. 336
'+' should be on the previous line. 341
'+' should be on the previous line. 345
'+' should be on the previous line. 367
'+' should be on the previous line. 406
'+' should be on the previous line. 497
'+' should be on the previous line. 586
'+' should be on the previous line. 654
'+' should be on the previous line. 738
'+' should be on the previous line. 744

org/apache/commons/betwixt/io/BeanWriter.java

Error Line
Line does not match expected header line of ''. 1

org/apache/commons/betwixt/io/CyclicReferenceException.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/IDGenerator.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/SAXBeanWriter.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/id/AbstractIDGenerator.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/id/RandomIDGenerator.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/id/SequentialIDGenerator.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/BeanCreationChain.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/BeanCreationList.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/ChainedBeanCreator.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/ChainedBeanCreatorFactory.java

Error Line
Missing a header - not enough lines in file. 1
'+' should be on the previous line. 101

org/apache/commons/betwixt/io/read/ElementMapping.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/ReadConfiguration.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/io/read/ReadContext.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/registry/DefaultXMLBeanInfoRegistry.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/registry/NoCacheRegistry.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/registry/XMLBeanInfoRegistry.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/BadCharacterReplacingNMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/CapitalizeNameMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/ClassNormalizer.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/ConvertUtilsObjectStringConverter.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/DecapitalizeNameMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/DefaultNameMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/DefaultObjectStringConverter.java

Error Line
Missing a header - not enough lines in file. 1
' & amp; & amp;' should be on the previous line. 127
' & amp; & amp;' should be on the previous line. 128
' & amp; & amp;' should be on the previous line. 129

org/apache/commons/betwixt/strategy/DefaultPluralStemmer.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/HyphenatedNameMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/ListedClassNormalizer.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/NameMapper.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/ObjectStringConverter.java

Error Line
Missing a header - not enough lines in file. 1

org/apache/commons/betwixt/strategy/PluralStemmer.java

Error Line
Missing a header - not enough lines in file. 1