Validation.getValidators() mistake

Bug #486257 reported by true_cp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Status tracked in 1.0
1.0
Fix Released
Undecided
Unassigned
1.1
Fix Committed
Undecided
Unassigned

Bug Description

Validation line 131:
    Field field = clazz.getDeclaredFields(property);
should be:
    Field field = clazz.getField(property);

Hence it could retrieve field in supper class for valication.

Changed in play:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.