The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | ![]() |
CyclomaticComplexity | 3 | ![]() |
ClassFanOutComplexity | 3 | ![]() |
CovariantEquals | 0 | ![]() |
ClassDataAbstractionCoupling
| 2 | ![]() |
NPathComplexity | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
RedundantModifier | 0 | ![]() |
RedundantThrows | 6 | ![]() |
FileLength | 0 | ![]() |
NewlineAtEndOfFile | 9 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.deegree.commons.config.Resource. | 56 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 264 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Class Fan-Out Complexity is 22 (max allowed is 20). | 77 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Class Data Abstraction Coupling is 14 (max allowed is 12) classes [AppSchemaInfo, AppSchemaMapper, ArrayList, Config, FacesMessage, File, FileInputStream, FileOutputStream, GMLAppSchemaReader, GeometryStorageParams, IndentingXMLStreamWriter, SQLExecution, SQLFeatureStoreConfigWriter, TreeSet]. | 96 |
![]() | Class Fan-Out Complexity is 38 (max allowed is 20). | 96 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 130 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 131 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 261 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 21 (max allowed is 12) classes [ArrayList, BoundedInputStream, BufferedReader, ByteArrayInputStream, DURL, DefaultHttpClient, File, FileInputStream, FileOutputStream, FilenameFilter, HashMap, HttpPost, InputStreamEntity, InputStreamReader, LinkedHashMap, SelectItem, SelectItemGroup, StringBuilder, TreeMap, TreeSet, XMLAdapter]. | 103 |
![]() | Class Fan-Out Complexity is 37 (max allowed is 20). | 103 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 373 |
![]() | Cyclomatic Complexity is 17 (max allowed is 10). | 455 |