Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
3 0 0 40

Files

Files I W E
org/mvdb/maven/plugins/svg/SVGConverter.java 0 0 1
org/mvdb/maven/plugins/svg/SVGConverter.java 0 0 39

org/mvdb/maven/plugins/svg/SVGConverter.java

Error Line
Error File does not end with a newline. 0

org/mvdb/maven/plugins/svg/SVGConverter.java

Error Line
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.1 2003/12/03 14:20:43 mvdb Exp $'. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 40
Error First sentence should end with a period. 41
Error First sentence should end with a period. 45
Error First sentence should end with a period. 49
Error Line has trailing spaces. 55
Error Line has trailing spaces. 60
Error Method 'convert' is not designed for extension - needs to be abstract, final or empty. 65
Error Line has trailing spaces. 72
Error First sentence should end with a period. 73
Error Method 'convertToPNG' is not designed for extension - needs to be abstract, final or empty. 76
Error Line has trailing spaces. 81
Error First sentence should end with a period. 82
Error Method 'convertToJPG' is not designed for extension - needs to be abstract, final or empty. 85
Error Line is longer than 80 characters. 88
Error '.8' is a magic number. 88
Error First sentence should end with a period. 92
Error Line has trailing spaces. 94
Error Method 'convertTo' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter transcoder should be final. 98
Error Parameter extension should be final. 98
Error Line is longer than 80 characters. 106
Error Line is longer than 80 characters. 110
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 125
Error 'cast' is not followed by whitespace. 127
Error Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. 148
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 155
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 162
Error Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter destination should be final. 169
Error 'destination' hides a field. 169
Error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 176
Error Parameter file should be final. 176
Error 'file' hides a field. 176
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter type should be final. 183
Error 'type' hides a field. 183