The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver.getSchemaResources() is or uses a map or set of URLs, which can be a performance hog | PERFORMANCE | DMI_COLLECTION_OF_URLS | 289 | High |
new org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver(String[]) may expose internal representation by storing an externally mutable object into ClasspathEntityResolver.schemaExtensions | MALICIOUS_CODE | EI_EXPOSE_REP2 | 203 | Medium |