Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
470208

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity2Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports3Warnings Warning
RedundantModifier12Warnings Warning
RedundantThrows2Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile3Warnings Warning

Details

org/deegree/observation/model/Measurement.java

ViolationMessageLine
WarningsRedundant 'public' modifier.57
WarningsRedundant 'public' modifier.62
WarningsRedundant 'public' modifier.67
WarningsRedundant 'public' modifier.72
WarningsRedundant 'public' modifier.78
WarningsRedundant 'public' modifier.83

org/deegree/observation/persistence/GenericFilterConverter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 29 (max allowed is 20).79
ErrorsCyclomatic Complexity is 11 (max allowed is 10).96

org/deegree/observation/persistence/ObservationDatastore.java

ViolationMessageLine
WarningsRedundant 'public' modifier.65
WarningsRedundant 'public' modifier.73
WarningsRedundant 'public' modifier.75

org/deegree/observation/persistence/ObservationStoreXMLAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.64
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.81

org/deegree/observation/persistence/QueryBuilder.java

ViolationMessageLine
WarningsRedundant 'static' modifier.135
WarningsRedundant 'public' modifier.146

org/deegree/observation/persistence/binary/BinaryObservationProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/observation/persistence/binary/BinarySQLDatastore.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 32 (max allowed is 20).90
WarningsRedundant 'static' modifier.430

org/deegree/observation/persistence/continuous/ContinuousObservationDatastore.java

ViolationMessageLine
WarningsUnused import - org.deegree.observation.persistence.DatastoreConfiguration.66
WarningsUnused import - org.deegree.observation.persistence.ObservationDatastore.68
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).88

org/deegree/observation/persistence/continuous/ContinuousObservationProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/observation/persistence/simple/SimpleObservationDatastore.java

ViolationMessageLine
WarningsUnused import - org.deegree.observation.persistence.ObservationDatastore.75
ErrorsClass Data Abstraction Coupling is 13 (max allowed is 12) classes [ArrayList, Date, GenericFilterConverter, HashSet, LinkedList, MeasurementBase, Observation, ObservationDatastoreException, ProcedureFilter, QueryBuilder, SimpleDoubleResult, SimpleMeasurement, TimePeriod].95
ErrorsClass Fan-Out Complexity is 36 (max allowed is 20).95

org/deegree/observation/persistence/simple/SimpleObservationProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/observation/time/TimePeriod.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 14 (max allowed is 10).95