The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 2 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 2 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 3 | Warning |
RedundantModifier | 12 | Warning |
RedundantThrows | 2 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 3 | Warning |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 57 | |
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 67 | |
Redundant 'public' modifier. | 72 | |
Redundant 'public' modifier. | 78 | |
Redundant 'public' modifier. | 83 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 29 (max allowed is 20). | 79 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 96 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 65 | |
Redundant 'public' modifier. | 73 | |
Redundant 'public' modifier. | 75 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'XMLProcessingException' is unchecked exception. | 64 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 81 |
Violation | Message | Line |
---|---|---|
Redundant 'static' modifier. | 135 | |
Redundant 'public' modifier. | 146 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, BeginFilter, ByteArrayResult, Date, DurationFilter, FilterCollection, LinkedList, MeasurementBase, Observation, ObservationDatastoreException, SimpleIntegerResult, SimpleMeasurement, SimpleNullResult, TimeInstantFilter, TimestampFilter]. | 90 | |
Class Fan-Out Complexity is 32 (max allowed is 20). | 90 | |
Redundant 'static' modifier. | 430 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.observation.persistence.DatastoreConfiguration. | 66 | |
Unused import - org.deegree.observation.persistence.ObservationDatastore. | 68 | |
Class Fan-Out Complexity is 27 (max allowed is 20). | 88 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.observation.persistence.ObservationDatastore. | 75 | |
Class Data Abstraction Coupling is 13 (max allowed is 12) classes [ArrayList, Date, GenericFilterConverter, HashSet, LinkedList, MeasurementBase, Observation, ObservationDatastoreException, ProcedureFilter, QueryBuilder, SimpleDoubleResult, SimpleMeasurement, TimePeriod]. | 95 | |
Class Fan-Out Complexity is 36 (max allowed is 20). | 95 |