The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is min
Class | Bugs |
---|---|
org.apache.fulcrum.xslt.DefaultXSLTService | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.fulcrum.xslt.DefaultXSLTService.cache is or uses a map or set of URLs, which can be a performance hog | PERFORMANCE | DMI_COLLECTION_OF_URLS | Not available | High |
Write to static field org.apache.fulcrum.xslt.DefaultXSLTService.tfactory from instance method org.apache.fulcrum.xslt.DefaultXSLTService.initialize() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 496 | Medium |