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

Files

Class Bugs
org.apache.juddi.example.helloworld.HelloWorld 1

org.apache.juddi.example.helloworld.HelloWorld

Bug Category Details Line Priority
Write to static field org.apache.juddi.example.helloworld.HelloWorld.security from instance method new org.apache.juddi.example.helloworld.HelloWorld() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 48 High