The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is min
Files
org.apache.oodt.pcs.services.HealthResource
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class org.apache.oodt.pcs.services.HealthResource defines non-transient non-serializable instance field mon | BAD_PRACTICE | SE_BAD_FIELD | Not available | High |
org.apache.oodt.pcs.services.PCSService
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.oodt.pcs.services.PCSService.conf should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Not available | Medium |
Write to static field org.apache.oodt.pcs.services.PCSService.conf from instance method org.apache.oodt.pcs.services.PCSService.init(ServletConfig) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 58 | High |
org.apache.oodt.pcs.services.PCSService$ResourceNotFoundException
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.apache.oodt.pcs.services.PCSService$ResourceNotFoundException be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 64-72 | Medium |
org.apache.oodt.pcs.services.PedigreeResource
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class org.apache.oodt.pcs.services.PedigreeResource defines non-transient non-serializable instance field fm | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Class org.apache.oodt.pcs.services.PedigreeResource defines non-transient non-serializable instance field trace | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |