Apache MyFaces
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is min

Summary

ClassesBugsErrorsMissing Classes
2500

org.apache.myfaces.extensions.validator.demo.domain.Person

BugCategoryDetailsLinePriority
org.apache.myfaces.extensions.validator.demo.domain.Person.getBirthday() may expose internal representation by returning Person.birthdayMALICIOUS_CODEEI_EXPOSE_REP119Medium
org.apache.myfaces.extensions.validator.demo.domain.Person.getFinalExam() may expose internal representation by returning Person.finalExamMALICIOUS_CODEEI_EXPOSE_REP129Medium
org.apache.myfaces.extensions.validator.demo.domain.Person.setBirthday(Date) may expose internal representation by storing an externally mutable object into Person.birthdayMALICIOUS_CODEEI_EXPOSE_REP2124Medium
org.apache.myfaces.extensions.validator.demo.domain.Person.setFinalExam(Date) may expose internal representation by storing an externally mutable object into Person.finalExamMALICIOUS_CODEEI_EXPOSE_REP2134Medium

org.apache.myfaces.extensions.validator.demo.gui.beans.RegistrationPage

BugCategoryDetailsLinePriority
RegistrationPage.person not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot availableLow