The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String objects using == or != in org.deegree.featureinfo.serializing.FeatureInfoGmlWriter.export(FeatureCollection, GMLStreamWriter, String, Map) | BAD_PRACTICE | ES_COMPARING_STRINGS_WITH_EQ | 121 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.featureinfo.templating.Templating2Lexer.mKvp() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 799 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.deegree.featureinfo.templating.Templating2Parser.getTokenNames() may expose internal representation by returning Templating2Parser.tokenNames | MALICIOUS_CODE | EI_EXPOSE_REP | 68 | Medium |
org.deegree.featureinfo.templating.Templating2Parser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 16 | Medium |
Possible null pointer dereference of null in org.deegree.featureinfo.templating.Templating2Parser.kvp(HashMap) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 958 | Medium |
Possible null pointer dereference of null in org.deegree.featureinfo.templating.Templating2Parser.url() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 1847 | Medium |
Redundant nullcheck of p, which is known to be non-null in org.deegree.featureinfo.templating.Templating2Parser.templatepatterns(List) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1307 | High |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.definition(HashMap) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 180 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.definitions() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 91 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.map(HashMap) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 868 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.name() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1565 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.template(HashMap) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 275 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.templatebody(TemplateDefinition) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 449 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.templatebodytext() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 692 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.templatepatterns(List) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1202 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.templateselector(List) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1117 | Medium |
Switch statement found in org.deegree.featureinfo.templating.Templating2Parser.value() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1654 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.deegree.featureinfo.templating.Templating2Parser$DFA22 be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 1976 | Medium |