Bug |
Category |
Details |
Line |
org.apache.myfaces.commons.validator.DateRestrictionValidator.getInvalidDaysOfWeek() may expose internal representation by returning DateRestrictionValidator._invalidDaysOfWeek |
MALICIOUS_CODE |
EI_EXPOSE_REP
|
69 |
org.apache.myfaces.commons.validator.DateRestrictionValidator.getInvalidMonths() may expose internal representation by returning DateRestrictionValidator._invalidMonths |
MALICIOUS_CODE |
EI_EXPOSE_REP
|
48 |
org.apache.myfaces.commons.validator.DateRestrictionValidator.setInvalidDaysOfWeek(String[]) may expose internal representation by storing an externally mutable object into DateRestrictionValidator._invalidDaysOfWeek |
MALICIOUS_CODE |
EI_EXPOSE_REP2
|
81 |
org.apache.myfaces.commons.validator.DateRestrictionValidator.setInvalidMonths(String[]) may expose internal representation by storing an externally mutable object into DateRestrictionValidator._invalidMonths |
MALICIOUS_CODE |
EI_EXPOSE_REP2
|
60 |
Should org.apache.myfaces.commons.validator.DateRestrictionValidator.getInvalidDaysOfWeek() return a zero length array rather than null? |
STYLE |
PZLA_PREFER_ZERO_LENGTH_ARRAYS
|
76 |
Should org.apache.myfaces.commons.validator.DateRestrictionValidator.getInvalidMonths() return a zero length array rather than null? |
STYLE |
PZLA_PREFER_ZERO_LENGTH_ARRAYS
|
55 |