Change By: Gunnar Morling (17/Mar/13 7:10 AM)
Description: If a method overrides a method from a super-class, its {{@ValidateOnExecution}} settings must be taken from the overridden method. 

This works for implemented interface methods, but not overridden class methods (in {{ValidationExtension#determineConstrainedMethod}} only {{ReflectionHelper.computeAllImplementedMethods( type.getJavaClass() )}} is invoked).

See

* {{ExecutableValidationTest#
testExecutableValidationUsesDefaultSettingSinceValidatedMethodOverridesASuperTypeMethod testExecutableValidationUsesDefaultSettingIfValidatedMethodOverridesASuperTypeMethod ()}}
* {{ExecutableValidationTest#
testExecutableValidationUsesSettingFromSuperTypeMethodSinceValidatedMethodOverridesASuperTypeMethod testExecutableValidationUsesSettingFromSuperTypeMethodIfValidatedMethodOverridesASuperTypeMethod ()}}
* {{ExecutableValidationTest#
testExecutableValidationUsesSettingFromSuperTypeSinceValidatedMethodOverridesASuperTypeMethod testExecutableValidationUsesSettingFromSuperTypeIfeValidatedMethodOverridesASuperTypeMethod ()}}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira