The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 33 | Error |
ClassFanOutComplexity | 7 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 4 | Error |
NPathComplexity | 8 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 12 | Warning |
RedundantModifier | 90 | Warning |
RedundantThrows | 141 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 37 | Warning |
Violation | Message | Line |
---|---|---|
Redundant throws: 'CancellationException' is subclass of 'Throwable'. | 118 | |
Redundant throws: 'CancellationException' is unchecked exception. | 118 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'CancellationException' is subclass of 'Throwable'. | 149 | |
Redundant throws: 'CancellationException' is unchecked exception. | 149 | |
Redundant throws: 'InterruptedException' is subclass of 'Throwable'. | 149 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 96 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.net.URISyntaxException. | 48 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class Fan-Out Complexity is 25 (max allowed is 20). | 76 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 190 | |
NPath Complexity is 280 (max allowed is 200). | 190 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 61 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.deegree.commons.config.ResourceState.StateType. | 40 | |
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 61 | |
Redundant 'public' modifier. | 66 | |
Redundant 'public' modifier. | 71 | |
Redundant 'public' modifier. | 78 | |
Redundant 'public' modifier. | 87 | |
Redundant 'public' modifier. | 96 | |
Redundant 'public' modifier. | 105 | |
Redundant 'public' modifier. | 118 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 119 | |
Redundant 'public' modifier. | 128 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 53 | |
Redundant 'public' modifier. | 58 | |
Redundant 'public' modifier. | 63 | |
Redundant 'public' modifier. | 68 | |
Redundant 'public' modifier. | 73 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 387 | |
Redundant 'final' modifier. | 387 | |
Redundant 'final' modifier. | 433 | |
Redundant 'final' modifier. | 440 | |
Redundant 'final' modifier. | 473 | |
Redundant 'final' modifier. | 502 | |
Redundant 'final' modifier. | 513 | |
Redundant 'final' modifier. | 519 | |
Redundant 'final' modifier. | 614 | |
Redundant 'final' modifier. | 628 | |
Redundant 'final' modifier. | 644 | |
Redundant 'final' modifier. | 648 | |
Redundant 'final' modifier. | 678 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 866 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 17 (max allowed is 12) classes [ArrayEncapsInsert, ArrayList, Comparator, DataInputStream, DataOutputStream, File, FileInputStream, FileOutputStream, HashSet, IOException, LinkedList, NoOverlapException, NodeEntry, Pair, RTree.NodeEntry, TraceCell, TreeMap]. | 89 | |
Class Fan-Out Complexity is 25 (max allowed is 20). | 89 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 325 | |
Cyclomatic Complexity is 15 (max allowed is 10). | 395 | |
Redundant 'final' modifier. | 912 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 1098 | |
NPath Complexity is 6,912 (max allowed is 200). | 1098 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'final' modifier. | 115 | |
Redundant 'final' modifier. | 128 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 144 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - javax.xml.bind.JAXBException. | 60 | |
Class Fan-Out Complexity is 23 (max allowed is 20). | 89 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.deegree.commons.utils.JDBCUtils. | 49 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 16 (max allowed is 10). | 97 | |
NPath Complexity is 960 (max allowed is 200). | 97 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 97 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.sql.PreparedStatement. | 38 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 69 | |
Redundant 'public' modifier. | 76 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 69 | |
Redundant 'public' modifier. | 76 | |
Redundant 'public' modifier. | 83 | |
Redundant 'public' modifier. | 90 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 53 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'ReferenceResolvingException' is unchecked exception. | 133 |
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 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 94 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 111 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 128 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 65 | |
Redundant 'public' modifier. | 74 | |
Redundant 'public' modifier. | 81 | |
Redundant 'public' modifier. | 91 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 130 | |
Redundant 'public' modifier. | 137 | |
Redundant 'public' modifier. | 144 | |
Redundant 'public' modifier. | 151 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.commons.tom.gml.GMLObject. | 44 | |
Redundant 'public' modifier. | 73 | |
Redundant 'public' modifier. | 80 | |
Redundant 'public' modifier. | 87 | |
Redundant 'public' modifier. | 98 | |
Redundant 'public' modifier. | 109 | |
Redundant 'public' modifier. | 117 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 59 | |
Redundant 'public' modifier. | 66 | |
Redundant 'public' modifier. | 73 | |
Redundant 'public' modifier. | 80 | |
Redundant 'public' modifier. | 91 | |
Redundant 'public' modifier. | 99 | |
Redundant 'public' modifier. | 106 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 66 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 83 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 80 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 105 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 118 | |
Cyclomatic Complexity is 37 (max allowed is 10). | 139 | |
Cyclomatic Complexity is 46 (max allowed is 10). | 222 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 89 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 126 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 143 | |
Cyclomatic Complexity is 21 (max allowed is 10). | 226 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 227 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 14 (max allowed is 10). | 75 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 76 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 130 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'NumberFormatException' is unchecked exception. | 220 | |
Redundant throws: 'NumberFormatException' is unchecked exception. | 231 | |
Redundant throws: 'NumberFormatException' is unchecked exception. | 242 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 73 | |
Redundant 'public' modifier. | 87 | |
Redundant 'public' modifier. | 99 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 56 | |
Redundant 'public' modifier. | 63 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'SecurityException' is unchecked exception. | 185 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 185 | |
Cyclomatic Complexity is 15 (max allowed is 10). | 279 | |
Redundant throws: 'SecurityException' is unchecked exception. | 409 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 409 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'NumberFormatException' is unchecked exception. | 41 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'NumberFormatException' is unchecked exception. | 41 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'NumberFormatException' is unchecked exception. | 80 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'NumberFormatException' is unchecked exception. | 333 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 64 | |
Redundant 'public' modifier. | 74 | |
Redundant 'public' modifier. | 83 |
Violation | Message | Line |
---|---|---|
Redundant 'static' modifier. | 295 | |
Redundant 'public' modifier. | 301 | |
Redundant 'static' modifier. | 316 | |
Redundant 'public' modifier. | 321 | |
Redundant 'static' modifier. | 364 | |
Redundant 'public' modifier. | 369 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 126 | |
NPath Complexity is 456 (max allowed is 200). | 126 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 274 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 22 (max allowed is 10). | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 119 | |
Cyclomatic Complexity is 36 (max allowed is 10). | 201 | |
NPath Complexity is 221,184 (max allowed is 200). | 201 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 62 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 57 | |
Redundant 'public' modifier. | 65 | |
Redundant 'public' modifier. | 73 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 67 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'MissingParameterException' is unchecked exception. | 85 | |
Redundant throws: 'MissingParameterException' is unchecked exception. | 106 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 106 | |
Redundant throws: 'MissingParameterException' is unchecked exception. | 126 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 126 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 251 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 282 | |
Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 310 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 382 | |
NPath Complexity is 234 (max allowed is 200). | 382 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 12 (max allowed is 10). | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.apache.http.client.HttpClient. | 71 | |
Class Data Abstraction Coupling is 27 (max allowed is 12) classes [ArrayList, AuthScope, BasicAuthCache, BasicHttpContext, BasicNameValuePair, BasicScheme, BufferedReader, DURL, DefaultConnectionKeepAliveStrategy, DefaultHttpClient, FileEntity, HttpGet, HttpHost, HttpPost, IOException, InputStreamEntity, InputStreamReader, JsonParser, LinkedList, Pair, StringBuilder, TreeSet, UrlEncodedFormEntity, UsernamePasswordCredentials, Worker, XMLAdapter, XMLStreamReaderWrapper]. | 111 | |
Class Fan-Out Complexity is 45 (max allowed is 20). | 111 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 242 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 256 | |
Cyclomatic Complexity is 20 (max allowed is 10). | 516 | |
NPath Complexity is 12,304 (max allowed is 200). | 516 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 11 (max allowed is 10). | 78 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 97 | |
Redundant throws: 'OutOfMemoryError' is unchecked exception. | 98 | |
Cyclomatic Complexity is 15 (max allowed is 10). | 167 | |
Redundant throws: 'OutOfMemoryError' is unchecked exception. | 168 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 78 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 123 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - javax.xml.namespace.NamespaceContext. | 45 |
Violation | Message | Line |
---|---|---|
Unused import - javax.xml.namespace.NamespaceContext. | 63 | |
Class Data Abstraction Coupling is 15 (max allowed is 12) classes [AXIOMXPath, BigInteger, File, HashMap, NamespaceBindings, QName, SimpleLink, StAXOMBuilder, StringTokenizer, URI, URL, XMLParsingException, XMLProcessingException, XMLStreamException, XMLStreamReaderDoc]. | 118 | |
Class Fan-Out Complexity is 39 (max allowed is 20). | 118 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 170 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 181 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 199 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 214 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 226 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 241 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 312 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 363 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 383 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 407 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 449 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 469 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 524 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 552 | |
Redundant throws: 'XMLProcessingException' is unchecked exception. | 602 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 623 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 663 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 687 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 709 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 731 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 753 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 777 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 794 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 808 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 814 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 825 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 836 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 847 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 858 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 872 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 883 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 893 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 915 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 939 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 950 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1022 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1032 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1042 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1052 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1059 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1066 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1074 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1082 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1090 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1101 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1112 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 1123 | |
Cyclomatic Complexity is 22 (max allowed is 10). | 1368 | |
NPath Complexity is 294 (max allowed is 200). | 1368 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 125 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'XNIException' is unchecked exception. | 105 | |
Redundant throws: 'XNIException' is unchecked exception. | 123 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'XNIException' is unchecked exception. | 103 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 134 | |
Redundant throws: 'XNIException' is unchecked exception. | 166 | |
Redundant throws: 'XNIException' is unchecked exception. | 174 | |
Redundant throws: 'XNIException' is unchecked exception. | 182 | |
Redundant throws: 'XNIException' is unchecked exception. | 261 | |
Redundant throws: 'XNIException' is unchecked exception. | 269 | |
Redundant throws: 'XNIException' is unchecked exception. | 277 | |
Redundant throws: 'XNIException' is unchecked exception. | 296 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class Data Abstraction Coupling is 14 (max allowed is 12) classes [ArrayList, ErrorHandler, GenericLSInput, HashMap, HashSet, LSInput, LSInputListImpl, LinkedHashMap, QName, RedirectingEntityResolver, StringListImpl, URL, XMLProcessingException, XMLSchemaLoader]. | 98 | |
Class Fan-Out Complexity is 34 (max allowed is 20). | 98 | |
Redundant throws: 'ClassCastException' is unchecked exception. | 134 | |
Redundant throws: 'ClassCastException' is unchecked exception. | 150 | |
Cyclomatic Complexity is 14 (max allowed is 10). | 215 | |
Cyclomatic Complexity is 18 (max allowed is 10). | 317 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 380 | |
Redundant throws: 'ClassCastException' is unchecked exception. | 452 | |
Redundant throws: 'ClassCastException' is unchecked exception. | 506 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 83 | |
Redundant 'final' modifier. | 219 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - javax.xml.stream.XMLStreamReader. | 43 | |
Unused import - javax.xml.stream.XMLStreamWriter. | 44 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 368 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 104 | |
Redundant 'final' modifier. | 258 | |
Redundant 'final' modifier. | 270 | |
Redundant 'final' modifier. | 277 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 99 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 95 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 78 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 78 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 174 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 67 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 98 | |
Redundant 'final' modifier. | 98 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 169 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 195 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 209 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 231 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 237 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 309 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 340 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 440 |
Violation | Message | Line |
---|---|---|
Unused import - javax.xml.stream.XMLStreamConstants. | 74 | |
Class Fan-Out Complexity is 29 (max allowed is 20). | 101 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 255 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 260 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 265 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 275 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 285 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 383 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 394 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 403 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 424 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 438 | |
Redundant throws: 'XMLParsingException' is unchecked exception. | 447 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 455 | |
Redundant throws: 'NoSuchElementException' is unchecked exception. | 636 | |
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 835 | |
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 891 |