Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1305419

Files

FilesIWE
org/apache/commons/jelly/tags/jaxme/GeneratorTag.java 0175
org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java 071
org/apache/commons/jelly/tags/jaxme/MarshallTag.java 0125
org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java 0188

org/apache/commons/jelly/tags/jaxme/GeneratorTag.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Unused import - java.io.IOException. 19
Error Unused import - org.apache.ws.jaxme.generator.SchemaReader. 27
Error Unused import - org.apache.ws.jaxme.js.JavaSourceFactory. 31
Warning Missing a Javadoc comment. 44
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 47
Warning Expected @param tag for 'schemaUrl'. 55
Warning Missing a Javadoc comment. 59
Warning Expected @param tag for 'target'. 67
Warning Missing a Javadoc comment. 72
Warning Missing a Javadoc comment. 76
Warning Missing a Javadoc comment. 80
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 80
Warning '(' is followed by whitespace. 83
Warning ')' is preceded with whitespace. 83
Warning '(' is followed by whitespace. 87
Warning ')' is preceded with whitespace. 87
Warning '{' should be on the previous line. 102
Error Unused local variable 'schemaSG'. 103
Warning '}' should be on the same line. 104
Warning '{' should be on the previous line. 106

org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Warning Missing a Javadoc comment. 31
Warning '(' is followed by whitespace. 32
Warning ')' is preceded with whitespace. 32
Warning '(' is followed by whitespace. 33
Warning ')' is preceded with whitespace. 33
Warning '(' is followed by whitespace. 34
Warning ')' is preceded with whitespace. 34

org/apache/commons/jelly/tags/jaxme/MarshallTag.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Unused import - java.io.File. 18
Error Unused import - java.io.IOException. 19
Error Unused import - java.io.StringWriter. 20
Error Unused import - org.xml.sax.SAXException. 31
Warning Missing a Javadoc comment. 45
Warning Missing a Javadoc comment. 46
Warning Missing a Javadoc comment. 48
Warning Expected @param tag for 'packages'. 55
Warning Missing a Javadoc comment. 59
Warning Expected @param tag for 'object'. 66
Warning Missing a Javadoc comment. 70
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 70
Warning '(' is followed by whitespace. 72
Warning ')' is preceded with whitespace. 72
Warning '(' is followed by whitespace. 75
Warning ')' is preceded with whitespace. 75

org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Unused import - java.io.File. 18
Error Unused import - java.io.IOException. 19
Error Unused import - org.apache.ws.jaxme.generator.Generator. 31
Error Unused import - org.apache.ws.jaxme.generator.SchemaReader. 32
Error Unused import - org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader. 33
Error Unused import - org.apache.ws.jaxme.generator.sg.SchemaSG. 34
Error Unused import - org.apache.ws.jaxme.generator.impl.GeneratorImpl. 35
Warning Missing a Javadoc comment. 52
Warning Missing a Javadoc comment. 53
Warning Missing a Javadoc comment. 55
Warning Expected @param tag for 'packages'. 62
Warning Missing a Javadoc comment. 66
Warning Expected @param tag for 'var'. 74
Warning Missing a Javadoc comment. 78
Warning Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. 78
Warning '(' is followed by whitespace. 80
Warning ')' is preceded with whitespace. 80
Warning '(' is followed by whitespace. 82
Warning ')' is preceded with whitespace. 82
Warning '(' is followed by whitespace. 83
Warning ')' is preceded with whitespace. 83
Warning '(' is followed by whitespace. 93
Warning ')' is preceded with whitespace. 93
Warning '(' is followed by whitespace. 99
Warning ')' is preceded with whitespace. 99