The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 2 | |
| ClassFanOutComplexity | 4 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 2 | |
| NPathComplexity | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| RedundantModifier | 12 | |
| RedundantThrows | 2 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 3 |
| 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 |