The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
org/deegree/sqldialect/mssql/MSSQLDialect.java | 0 | 0 | 1 |
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 0 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |