Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
940082

Files

FilesIWE
org/codehaus/metaclass/Attributes.java 001
org/codehaus/metaclass/introspector/CachingMetaClassAccessor.java 001
org/codehaus/metaclass/introspector/DefaultMetaClassAccessor.java 005
org/codehaus/metaclass/introspector/MetaClassAccessor.java 001
org/codehaus/metaclass/introspector/MetaClassException.java 001
org/codehaus/metaclass/introspector/MetaClassIntrospector.java 008
org/codehaus/metaclass/introspector/WrapperMetaClassAccessor.java 001
org/codehaus/metaclass/io/AbstractMetaClassIO.java 003
org/codehaus/metaclass/io/AddMetaDataAdapter.java 002
org/codehaus/metaclass/io/DOMMetaClassDeserializer.java 001
org/codehaus/metaclass/io/ExtractMetaDataVisitor.java 001
org/codehaus/metaclass/io/MetaClassIO.java 001
org/codehaus/metaclass/io/MetaClassIOASM.java 002
org/codehaus/metaclass/io/MetaClassIOBinary.java 001
org/codehaus/metaclass/io/MetaClassIOXml.java 001
org/codehaus/metaclass/io/SAXMetaClassSerializer.java 001
org/codehaus/metaclass/model/Attribute.java 001
org/codehaus/metaclass/model/ClassDescriptor.java 001
org/codehaus/metaclass/model/FeatureDescriptor.java 001
org/codehaus/metaclass/model/FieldDescriptor.java 001
org/codehaus/metaclass/model/MethodDescriptor.java 001
org/codehaus/metaclass/model/ParameterDescriptor.java 001
org/codehaus/metaclass/tools/compiler/ClassDescriptorCompiler.java 002
org/codehaus/metaclass/tools/compiler/CompilerMonitor.java 001
org/codehaus/metaclass/tools/compiler/DefaultCompilerMonitor.java 001
org/codehaus/metaclass/tools/compiler/JavaClassFilter.java 001
org/codehaus/metaclass/tools/compiler/MulticastJavaClassFilter.java 001
org/codehaus/metaclass/tools/packer/ClassDescriptorPacker.java 002
org/codehaus/metaclass/tools/packer/package.html 001
org/codehaus/metaclass/tools/qdox/DefaultQDoxAttributeInterceptor.java 001
org/codehaus/metaclass/tools/qdox/MulticastInterceptor.java 001
org/codehaus/metaclass/tools/qdox/NonNamespaceAttributeRemovingInterceptor.java 001
org/codehaus/metaclass/tools/qdox/QDoxAttributeInterceptor.java 001
org/codehaus/metaclass/tools/qdox/QDoxDescriptorParser.java 002
org/codehaus/metaclass/tools/tasks/AddToFilterSetTask.java 001
org/codehaus/metaclass/tools/tasks/AddToInterceptorSetTask.java 001
org/codehaus/metaclass/tools/tasks/AddToPluginSetTask.java 002
org/codehaus/metaclass/tools/tasks/FilterSet.java 001
org/codehaus/metaclass/tools/tasks/FormatEnum.java 001
org/codehaus/metaclass/tools/tasks/GenerateClassDescriptorsTask.java 0019
org/codehaus/metaclass/tools/tasks/InterceptorSet.java 001
org/codehaus/metaclass/tools/tasks/PluginElement.java 001
org/codehaus/metaclass/tools/tasks/PluginSet.java 002
org/codehaus/metaclass/tools/tasks/RegisterMetaClassLibTask.java 001

org/codehaus/metaclass/Attributes.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/introspector/CachingMetaClassAccessor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/introspector/DefaultMetaClassAccessor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Line has trailing spaces. 21
Error Line has trailing spaces. 32
Error Line has trailing spaces. 86
Error Expected an @return tag. 123

org/codehaus/metaclass/introspector/MetaClassAccessor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/introspector/MetaClassException.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/introspector/MetaClassIntrospector.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Line has trailing spaces. 16
Error Name 'c_cachingAccessor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Error Name 'c_wrapperAccessor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Error Line has trailing spaces. 48
Error Line has trailing spaces. 52
Error Line has trailing spaces. 68
Error Line has trailing spaces. 72

org/codehaus/metaclass/introspector/WrapperMetaClassAccessor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/AbstractMetaClassIO.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Parameter output should be final. 31
Error Parameter descriptor should be final. 32

org/codehaus/metaclass/io/AddMetaDataAdapter.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Variable 'm_descriptor' must be private and have accessor methods. 28

org/codehaus/metaclass/io/DOMMetaClassDeserializer.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/ExtractMetaDataVisitor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/MetaClassIO.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/MetaClassIOASM.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Expected @param tag for 'input'. 162

org/codehaus/metaclass/io/MetaClassIOBinary.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/MetaClassIOXml.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/io/SAXMetaClassSerializer.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/Attribute.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/ClassDescriptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/FeatureDescriptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/FieldDescriptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/MethodDescriptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/model/ParameterDescriptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/compiler/ClassDescriptorCompiler.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Name 'c_descriptorParser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

org/codehaus/metaclass/tools/compiler/CompilerMonitor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/compiler/DefaultCompilerMonitor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/compiler/JavaClassFilter.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/compiler/MulticastJavaClassFilter.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/packer/ClassDescriptorPacker.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Missing a Javadoc comment. 44

org/codehaus/metaclass/tools/packer/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/metaclass/tools/qdox/DefaultQDoxAttributeInterceptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/qdox/MulticastInterceptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/qdox/NonNamespaceAttributeRemovingInterceptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/qdox/QDoxAttributeInterceptor.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/qdox/QDoxDescriptorParser.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Line has trailing spaces. 163

org/codehaus/metaclass/tools/tasks/AddToFilterSetTask.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/AddToInterceptorSetTask.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/AddToPluginSetTask.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Redundant throws: 'BuildException' is unchecked exception. 68

org/codehaus/metaclass/tools/tasks/FilterSet.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/FormatEnum.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/GenerateClassDescriptorsTask.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Line has trailing spaces. 34
Error Line has trailing spaces. 80
Error Line has trailing spaces. 92
Error Line has trailing spaces. 102
Error Line has trailing spaces. 113
Error Line has trailing spaces. 123
Error Line has trailing spaces. 133
Error Line has trailing spaces. 143
Error Line has trailing spaces. 153
Error Line has trailing spaces. 163
Error Line has trailing spaces. 173
Error Line has trailing spaces. 234
Error Line has trailing spaces. 313
Error Line has trailing spaces. 355
Error Line has trailing spaces. 375
Error Line has trailing spaces. 392
Error Line has trailing spaces. 407
Error Line has trailing spaces. 468

org/codehaus/metaclass/tools/tasks/InterceptorSet.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/PluginElement.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4

org/codehaus/metaclass/tools/tasks/PluginSet.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4
Error Redundant throws: 'BuildException' is unchecked exception. 107

org/codehaus/metaclass/tools/tasks/RegisterMetaClassLibTask.java

ErrorLine
Error Line does not match expected header line of ' * This software is published under the terms of the MetaClass'. 4