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 |
---|---|---|---|
1 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.juddi.example.publish.SimplePublishPortable | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.apache.juddi.example.publish.SimplePublishPortable.publish from instance method new org.apache.juddi.example.publish.SimplePublishPortable() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 49 | High |
Write to static field org.apache.juddi.example.publish.SimplePublishPortable.security from instance method new org.apache.juddi.example.publish.SimplePublishPortable() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 48 | High |