The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 186 | 4 | 0 | 13 |
| Class | Bugs |
|---|---|
| org.apache.shale.util.LoadBundle$1 | 1 |
| org.apache.shale.util.Messages | 1 |
| org.apache.shale.util.Tags | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.apache.shale.util.LoadBundle$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.shale.util.Messages.log is transient but org.apache.shale.util.Messages isn't Serializable | STYLE | SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.shale.util.Tags.evalBoolean(String) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 382 |
| org.apache.shale.util.Tags.setBoolean(javax.faces.component.UIComponent,String,String) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 148 |