Parent Project
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
32 4 0 0

org.apache.myfaces.tobago.example.facelets.BindingRequestBean

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.facelets.BindingRequestBean.getItems() may expose internal representation by returning BindingRequestBean.items MALICIOUS_CODE EI_EXPOSE_REP 78 Medium
org.apache.myfaces.tobago.example.facelets.BindingRequestBean.setItems(SelectItem[]) may expose internal representation by storing an externally mutable object into BindingRequestBean.items MALICIOUS_CODE EI_EXPOSE_REP2 82 Medium

org.apache.myfaces.tobago.example.facelets.User

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.facelets.User.getDate() may expose internal representation by returning User.date MALICIOUS_CODE EI_EXPOSE_REP 45 Medium
new org.apache.myfaces.tobago.example.facelets.User(String, String, Date, Double) may expose internal representation by storing an externally mutable object into User.date MALICIOUS_CODE EI_EXPOSE_REP2 31 Medium