TypeDescriptor#getConstraintsForMethod() should return null for
unconstrained methods
-------------------------------------------------------------------------------------
Key: HV-521
URL:
https://hibernate.onjira.com/browse/HV-521
Project: Hibernate Validator
Issue Type: Improvement
Components: engine
Reporter: Gunnar Morling
The method {{TypeDescriptor#getConstraintsForMethod()}} always returns a
{{MethodDescriptor}}, also if the specified method is actually unconstrained. This differs
from the behavior of {{BeanDescriptor#getConstraintsForProperty()}} which returns {{null}}
if the specified property has no constraints.
This change might break clients relying on the current behavior, but nevertheless we
should change this IMO better earlier than later.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: