Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1602010

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity4Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports12Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows6Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile2Warnings Warning

Details

org/deegree/services/wps/provider/sextante/Field.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/provider/sextante/FormatHelper.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.wps.ProcessletInputs.42
WarningsUnused import - org.deegree.services.wps.ProcessletOutputs.43
WarningsUnused import - es.unex.sextante.core.GeoAlgorithm.48

org/deegree/services/wps/provider/sextante/GMLSchema.java

ViolationMessageLine
WarningsUnused import - java.net.URL.38

org/deegree/services/wps/provider/sextante/OutputFactoryExt.java

ViolationMessageLine
WarningsUnused import - es.unex.sextante.core.GeoAlgorithm.38

org/deegree/services/wps/provider/sextante/SextanteFeatureCollectionStreamReader.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.FeatureCollection.43
WarningsUnused import - es.unex.sextante.core.GeoAlgorithm.46

org/deegree/services/wps/provider/sextante/SextanteFeatureCollectionStreamWriter.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.FeatureCollection.46

org/deegree/services/wps/provider/sextante/SextanteFeatureCollectionStreamer.java

ViolationMessageLine
WarningsUnused import - org.deegree.feature.FeatureCollection.49
ErrorsClass Fan-Out Complexity is 29 (max allowed is 20).77
ErrorsCyclomatic Complexity is 11 (max allowed is 10).196

org/deegree/services/wps/provider/sextante/SextanteProcessProviderProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/provider/sextante/SextanteProcesslet.java

ViolationMessageLine
WarningsUnused import - es.unex.sextante.dataObjects.IRasterLayer.75
WarningsUnused import - es.unex.sextante.dataObjects.ITable.76
ErrorsClass Fan-Out Complexity is 41 (max allowed is 20).94
ErrorsCyclomatic Complexity is 17 (max allowed is 10).243
ErrorsCyclomatic Complexity is 11 (max allowed is 10).449
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.651
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.672
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.724

org/deegree/services/wps/provider/sextante/SextanteWPSProcess.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 28 (max allowed is 20).80
ErrorsCyclomatic Complexity is 29 (max allowed is 10).270
ErrorsNPath Complexity is 3,762 (max allowed is 200).270

org/deegree/services/wps/provider/sextante/VectorLayerAdapter.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 39 (max allowed is 20).92
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.240
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.274
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.448

org/deegree/services/wps/provider/sextante/VectorLayerImpl.java

ViolationMessageLine
WarningsUnused import - es.unex.sextante.core.GeoAlgorithm.53