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 |
|---|---|---|---|
| 2 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.juddi.example.browse.SimpleBrowse | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.apache.juddi.example.browse.SimpleBrowse.inquiry from instance method new org.apache.juddi.example.browse.SimpleBrowse() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 69 | High |
| Write to static field org.apache.juddi.example.browse.SimpleBrowse.security from instance method new org.apache.juddi.example.browse.SimpleBrowse() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 68 | High |