Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 43 | 0 | 0 | 69 |
Files
org/sovt/Inspector.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
50
|
org/sovt/PrefixedValidationResult.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| 'prefix' hides a field. |
43
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
64
|
| Missing a Javadoc comment. |
68
|
org/sovt/SimpleValidationResult.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Using the '.*' form of import should be avoided - java.util.*. |
30
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
74
|
| Missing a Javadoc comment. |
88
|
org/sovt/Sovt.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Line is longer than 80 characters. |
68
|
org/sovt/Transformer.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
44
|
org/sovt/ValidationResult.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
65
|
| Missing a Javadoc comment. |
75
|
org/sovt/Validator.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
44
|
org/sovt/impl/AbstractValidator.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
58
|
org/sovt/impl/GroupTransformer.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
org/sovt/impl/GroupValidator.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
org/sovt/impl/LengthValidator.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
66
|
org/sovt/impl/ParserInspector.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
68
|
| Missing a Javadoc comment. |
75
|
| Line is longer than 80 characters. |
88
|
org/sovt/impl/PropertySelector.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Using the '.*' form of import should be avoided - org.sovt.*. |
34
|
| Missing a Javadoc comment. |
50
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
50
|
| Must have at least one statement. |
122
|
| Must have at least one statement. |
124
|
| Must have at least one statement. |
126
|
| Must have at least one statement. |
206
|
| Must have at least one statement. |
208
|
| Must have at least one statement. |
210
|
| Must have at least one statement. |
212
|
org/sovt/impl/RequiredValidator.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
52
|
org/sovt/impl/TrimTransformer.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Line is longer than 80 characters. |
54
|
org/sovt/xml/InspectorFactory.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Expected @throws tag for 'CloneNotSupportedException'. |
72
|
| '+' should be on a new line. |
78
|
org/sovt/xml/Loader.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Must have at least one statement. |
97
|
| Missing a Javadoc comment. |
104
|
org/sovt/xml/TransformerFactory.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Redundant throws: 'Exception' is unchecked exception. |
69
|
| Line is longer than 80 characters. |
75
|
org/sovt/xml/ValidatorFactory.java
| Error | Line |
| Line does not match expected header line of ' Copyright (c) 2003-2005, Vilmantas Baranauskas'. |
2
|
| Redundant throws: 'Exception' is unchecked exception. |
69
|
| Line is longer than 80 characters. |
75
|