Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
32 0 0 131

Files

Files I W E
net/trajano/twiff/renderer/Component.java 0 0 5
net/trajano/twiff/renderer/ComponentElement.java 0 0 1
net/trajano/twiff/renderer/CompositePageElement.java 0 0 1
net/trajano/twiff/renderer/DocumentElement.java 0 0 1
net/trajano/twiff/renderer/ElementBuilderException.java 0 0 36
net/trajano/twiff/renderer/IncludeElement.java 0 0 1
net/trajano/twiff/renderer/PageElement.java 0 0 5
net/trajano/twiff/renderer/PageElementVisitor.java 0 0 1
net/trajano/twiff/renderer/ProcessingInstructionElement.java 0 0 13
net/trajano/twiff/renderer/RemovedElement.java 0 0 1
net/trajano/twiff/renderer/SimpleElement.java 0 0 1
net/trajano/twiff/renderer/StringElement.java 0 0 11
net/trajano/twiff/renderer/XmlRenderer.java 0 0 1
net/trajano/twiff/renderer/XmlRendererHandler.java 0 0 45
net/trajano/twiff/renderer/component/Property.java 0 0 6
net/trajano/twiff/renderer/component/package.html 0 0 1
net/trajano/twiff/renderer/package.html 0 0 1

net/trajano/twiff/renderer/Component.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 12
Error Line has trailing spaces. 13
Error Expected @param tag for 'data'. 17

net/trajano/twiff/renderer/ComponentElement.java

Error Line
Error Got an exception - expecting EOF, found 'this' 0

net/trajano/twiff/renderer/CompositePageElement.java

Error Line
Error Got an exception - expecting EOF, found '}' 0

net/trajano/twiff/renderer/DocumentElement.java

Error Line
Error Got an exception - expecting EOF, found 'for' 0

net/trajano/twiff/renderer/ElementBuilderException.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 24
Error 'locator' hides a field. 24
Error Expected @param tag for 'locator'. 24
Error 'uri' hides a field. 24
Error Expected @param tag for 'uri'. 24
Error Parameter localName should be final. 24
Error 'localName' hides a field. 24
Error Expected @param tag for 'localName'. 24
Error Parameter qName should be final. 24
Error 'qName' hides a field. 24
Error Expected @param tag for 'qName'. 24
Error Parameter attributes should be final. 24
Error 'attributes' hides a field. 24
Error Expected @param tag for 'attributes'. 24
Error Line is longer than 80 characters. 42
Error 'locator' hides a field. 42
Error Expected @param tag for 'locator'. 42
Error 'uri' hides a field. 42
Error Expected @param tag for 'uri'. 42
Error Parameter localName should be final. 42
Error 'localName' hides a field. 42
Error Expected @param tag for 'localName'. 42
Error Parameter qName should be final. 42
Error 'qName' hides a field. 42
Error Expected @param tag for 'qName'. 42
Error Parameter attributes should be final. 42
Error 'attributes' hides a field. 42
Error Expected @param tag for 'attributes'. 42
Error Line has trailing spaces. 53
Error Line has trailing spaces. 66
Error Line has trailing spaces. 71
Error Line has trailing spaces. 76
Error Line has trailing spaces. 81

net/trajano/twiff/renderer/IncludeElement.java

Error Line
Error Got an exception - expecting EOF, found '}' 0

net/trajano/twiff/renderer/PageElement.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 12
Error Line has trailing spaces. 20
Error Line has trailing spaces. 27

net/trajano/twiff/renderer/PageElementVisitor.java

Error Line
Error Got an exception - expecting EOF, found 'void' 0

net/trajano/twiff/renderer/ProcessingInstructionElement.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 8
Error Line has trailing spaces. 14
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 18
Error Line has trailing spaces. 24
Error Method 'getData' is not designed for extension - needs to be abstract, final or empty. 27
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 39
Error 'target' hides a field. 39
Error 'data' hides a field. 39
Error Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. 57
Error Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. 65

net/trajano/twiff/renderer/RemovedElement.java

Error Line
Error Got an exception - expecting EOF, found '}' 0

net/trajano/twiff/renderer/SimpleElement.java

Error Line
Error Got an exception - expecting EOF, found 'this' 0

net/trajano/twiff/renderer/StringElement.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 8
Error Line has trailing spaces. 14
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 18
Error Line has trailing spaces. 24
Error Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 27
Error Line has trailing spaces. 33
Error 'content' hides a field. 37
Error Method 'getColumnNumber' is not designed for extension - needs to be abstract, final or empty. 49
Error Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. 57

net/trajano/twiff/renderer/XmlRenderer.java

Error Line
Error Got an exception - expecting EOF, found 'locales' 0

net/trajano/twiff/renderer/XmlRendererHandler.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error First sentence should end with a period. 25
Error Line is longer than 80 characters. 34
Error Expected @param tag for 'response'. 34
Error Expected @throws tag for 'IOException'. 34
Error 'writer' hides a field. 41
Error Expected @param tag for 'writer'. 41
Error Line is longer than 80 characters. 48
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 48
Error Method 'comment' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter ch should be final. 69
Error Expected @param tag for 'ch'. 69
Error Parameter start should be final. 69
Error Expected @param tag for 'start'. 69
Error Parameter length should be final. 69
Error Expected @param tag for 'length'. 69
Error Expected @throws tag for 'SAXException'. 69
Error Method 'endCDATA' is not designed for extension - needs to be abstract, final or empty. 79
Error Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. 86
Error Line is longer than 80 characters. 101
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter name should be final. 116
Error Parameter prefix should be final. 122
Error Line is longer than 80 characters. 129
Error Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. 129
Error Line is longer than 80 characters. 138
Error Parameter target should be final. 138
Error Parameter data should be final. 138
Error Parameter locator should be final. 145
Error Parameter name should be final. 152
Error Method 'startCDATA' is not designed for extension - needs to be abstract, final or empty. 159
Error Line is longer than 80 characters. 175
Error Parameter name should be final. 175
Error Parameter publicId should be final. 175
Error Parameter systemId should be final. 175
Error Line has trailing spaces. 185
Error Line is longer than 80 characters. 189
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 189
Error Line has trailing spaces. 206
Error Line is longer than 80 characters. 210
Error Parameter prefix should be final. 210
Error Parameter uri should be final. 210
Error Line has trailing spaces. 215
Error Parameter name should be final. 218

net/trajano/twiff/renderer/component/Property.java

Error Line
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line is longer than 80 characters. 15
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 17
Error Parameter parameters should be final. 17
Error Parameter data should be final. 17

net/trajano/twiff/renderer/component/package.html

Error Line
Error Missing package documentation file. 0

net/trajano/twiff/renderer/package.html

Error Line
Error Missing package documentation file. 0