This project has retired. For details please refer to its Attic page.
jUDDI Embedded Example – 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
5 9 0 0

Files

Class Bugs
org.apache.juddi.example.juddi.embedded.EmbeddedNoWeb 1
org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk 7
org.apache.juddi.example.juddi.embedded.EmbeddedWithWeb 1

org.apache.juddi.example.juddi.embedded.EmbeddedNoWeb

Bug Category Details Line Priority
Dead store to clientSecurity in org.apache.juddi.example.juddi.embedded.EmbeddedNoWeb.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 48 Medium

org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk

Bug Category Details Line Priority
Dead store to cache in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 60 High
Dead store to custody in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 59 High
Dead store to juddi in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 54 High
Dead store to publish in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 55 High
Dead store to security in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 57 High
Dead store to subscription in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 58 High
Dead store to validation in org.apache.juddi.example.juddi.embedded.EmbeddedNoWebNoClerk.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 61 High

org.apache.juddi.example.juddi.embedded.EmbeddedWithWeb

Bug Category Details Line Priority
Dead store to clientSecurity in org.apache.juddi.example.juddi.embedded.EmbeddedWithWeb.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 142 Medium