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