The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 4 | Error |
ClassFanOutComplexity | 4 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 1 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 12 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 6 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 2 | Warning |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.services.wps.ProcessletInputs. | 42 | |
Unused import - org.deegree.services.wps.ProcessletOutputs. | 43 | |
Unused import - es.unex.sextante.core.GeoAlgorithm. | 48 |
Violation | Message | Line |
---|---|---|
Unused import - java.net.URL. | 38 |
Violation | Message | Line |
---|---|---|
Unused import - es.unex.sextante.core.GeoAlgorithm. | 38 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.feature.FeatureCollection. | 43 | |
Unused import - es.unex.sextante.core.GeoAlgorithm. | 46 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.feature.FeatureCollection. | 46 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.feature.FeatureCollection. | 49 | |
Class Fan-Out Complexity is 29 (max allowed is 20). | 77 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 196 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - es.unex.sextante.dataObjects.IRasterLayer. | 75 | |
Unused import - es.unex.sextante.dataObjects.ITable. | 76 | |
Class Fan-Out Complexity is 41 (max allowed is 20). | 94 | |
Cyclomatic Complexity is 17 (max allowed is 10). | 243 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 449 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 651 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 672 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 724 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 28 (max allowed is 20). | 80 | |
Cyclomatic Complexity is 29 (max allowed is 10). | 270 | |
NPath Complexity is 3,762 (max allowed is 200). | 270 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 19 (max allowed is 12) classes [BigDecimal, BigInteger, FeatureImpl, Field, GenericFeature, GenericFeatureCollection, GenericFeatureType, GenericProperty, GeometryFactory, GeometryPropertyType, HashMap, LinkedList, PrecisionModel, QName, SimpleProperty, SimplePropertyType, VectorLayerImpl, com.vividsolutions.jts.geom.Geometry, com.vividsolutions.jts.geom.GeometryFactory]. | 92 | |
Class Fan-Out Complexity is 39 (max allowed is 20). | 92 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 240 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 274 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 448 |