FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.0

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
1 2 0 0

org.apache.myfaces.tobago.example.sandbox.Controller

Bug Category Details Line Priority
org.apache.myfaces.tobago.example.sandbox.Controller.getShuffleValue() may expose internal representation by returning Controller.shuffleValue MALICIOUS_CODE EI_EXPOSE_REP 71 Medium
org.apache.myfaces.tobago.example.sandbox.Controller.setShuffleValue(String[]) may expose internal representation by storing an externally mutable object into Controller.shuffleValue MALICIOUS_CODE EI_EXPOSE_REP2 75 Medium