Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
56 0 0 56

Checkstyle error summary

Error Count
Missing package documentation file. 9
Line is longer than 100 characters. 44
File does not end with a newline. 36
Name 'BASEDIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Unused import - java.io.IOException. 2
Using the '.*' form of import should be avoided - javax.xml.parsers.*. 2
Using the '.*' form of import should be avoided - org.xml.sax.*. 2
Using the '.*' form of import should be avoided - org.xml.sax.helpers.*. 2
Missing a Javadoc comment. 17
Array brackets at illegal position. 13
File length is 2,039 lines (max allowed is 2,000). 1
Name 'API_CLASSPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'JDOCONFIG_CLASSPATH_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'METADATA_PROP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'RANDOM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'RECURSIVE_PROP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'SYSTEM_CLASSLOADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'TEST_CLASSPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'sunjdo$classForName$' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative00_EmptyJDOConfigXML' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative01_NoPersistenceUnitsDefined' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative02_DuplicateAnonymousPersistenceUnitsInSameConfig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative03_DuplicateNamedPersistenceUnitsInSameConfig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative04_DuplicatePUNamePropertyInAttributeAndElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative05_DuplicatePropertyInAttributeAndElement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative06_DuplicatePUInDifferentConfigFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative07_EmptyServicesFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative08_NoResourcesFound' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative08_ServicesFileWithOnlyComments' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testNegative09_MultipleInvalidClassesInDifferentServicesFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive00_PMF0_BasicPMFConfigUsingOnlyStandardAttributesAndListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive00_PMF1_BasicPMFConfigUsingOnlyPropertyElementsWithStandardJavaxDotJDOProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive00_PMF2_NestedPropertyElementsWithOnlyStandardAttributeNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive00_PMF3_StandardAttributesPlusNonstandardPropertiesInPropertyElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive00_PMF4_StandardAttributesPlusNonstandardAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive01_DuplicatePUsInDifferentConfigFilesButNotRequested' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive02_GetAnonymousPMFWithNoProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive03_PMF0_PMFClassNameViaServicesLookup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive04_PMF0_PMFClassNameViaServicesLookup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive05_PMF0_PMFClassNameViaServicesLookup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive06_PMF0_GetAnonymousPMFProperties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Name 'testPositive07_PMF0_GetAnonymousPMFPropertiesWithPUName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1
Redundant import from the java.lang package - java.lang.Iterable. 1
Unused import - java.io.ObjectInput. 1
Unused import - java.io.ObjectOutput. 1
Unused import - java.lang.reflect.Constructor. 1
Unused import - java.util.Arrays. 1
Unused import - java.util.Iterator. 1
Unused import - java.util.List. 1
Unused import - javax.jdo.JDOFatalException. 1
Unused import - javax.jdo.JDOUserException. 1
Unused import - javax.jdo.spi.JDOPermission. 1
Unused import - org.w3c.dom.Document. 1
Using the '.*' form of import should be avoided - javax.jdo.spi.*. 1
Type Javadoc comment is missing an @param <E> tag. 0

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count