2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1864013

Files

ClassBugs
org.apache.shale.util.LoadBundle$11
org.apache.shale.util.Messages1
org.apache.shale.util.Tags2

org.apache.shale.util.LoadBundle$1

BugCategoryDetailsLine
The class org.apache.shale.util.LoadBundle$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.shale.util.Messages

BugCategoryDetailsLine
org.apache.shale.util.Messages.log is transient but org.apache.shale.util.Messages isn't SerializableSTYLESE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASSNot available

org.apache.shale.util.Tags

BugCategoryDetailsLine
org.apache.shale.util.Tags.evalBoolean(String) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR382
org.apache.shale.util.Tags.setBoolean(javax.faces.component.UIComponent,String,String) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR148