This project has retired. For details please refer to its Attic page.
jUDDI Example Create Partition – FindBugs Bug Detector Report Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 5 0 0

Files

Class Bugs
org.apache.juddi.example.partition.SimpleCreateTmodelPartition 5

org.apache.juddi.example.partition.SimpleCreateTmodelPartition

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