The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
3 | 5 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.juddi.example.partition.SimpleCreateTmodelPartition | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to keygen in org.apache.juddi.example.partition.SimpleCreateTmodelPartition.TmodelsTheLongAndHardWay(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 163 | Medium |
Dead store to saveTModel in org.apache.juddi.example.partition.SimpleCreateTmodelPartition.TmodelsTheLongAndHardWay(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 186 | Medium |
Write to static field org.apache.juddi.example.partition.SimpleCreateTmodelPartition.uddiClient from instance method new org.apache.juddi.example.partition.SimpleCreateTmodelPartition() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 55 | High |
Write to static field org.apache.juddi.example.partition.SimpleCreateTmodelPartition.publish from instance method new org.apache.juddi.example.partition.SimpleCreateTmodelPartition() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 65 | Medium |
Write to static field org.apache.juddi.example.partition.SimpleCreateTmodelPartition.security from instance method new org.apache.juddi.example.partition.SimpleCreateTmodelPartition() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 64 | Medium |