The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 8 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 1 | Error |
NPathComplexity | 3 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 3 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 2 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 4 | Warning |
Violation | Message | Line |
---|---|---|
Unused import - java.text.ParseException. | 52 | |
Class Data Abstraction Coupling is 24 (max allowed is 12) classes [AdhocQuery, ArrayList, Date, DeleteOperation, EOPropertyNameMapper, EbrimEOMDResultSet, EbrimEOMDStoreTransaction, FilenameFilter, HashMap, InsertOperation, InsertRow, Literal, MetadataResultSet, MetadataStoreException, OperatorFilter, PostGISWhereBuilder, PrimitiveType, PrimitiveValue, PropertyIsEqualTo, ResourceInitException, SQLIdentifier, StringBuilder, TableName, ValueReference]. | 119 | |
Class Fan-Out Complexity is 53 (max allowed is 20). | 119 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 273 | |
Cyclomatic Complexity is 17 (max allowed is 10). | 336 | |
NPath Complexity is 3,457 (max allowed is 200). | 336 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 436 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class Fan-Out Complexity is 25 (max allowed is 20). | 81 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 98 | |
Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 206 | |
Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 217 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class Fan-Out Complexity is 41 (max allowed is 20). | 106 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 285 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.metadata.persistence.ebrim.eo.EbrimEOMDStore. | 68 | |
Class Fan-Out Complexity is 35 (max allowed is 20). | 97 | |
Cyclomatic Complexity is 20 (max allowed is 10). | 243 | |
NPath Complexity is 2,880 (max allowed is 200). | 243 | |
Cyclomatic Complexity is 31 (max allowed is 10). | 339 | |
NPath Complexity is 2,318 (max allowed is 200). | 339 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 470 |