[hibernate-issues] [Hibernate-JIRA] Created: (HV-486) Remove getMethod() from MethodConstraintViolation

Gunnar Morling (JIRA) noreply at atlassian.com
Tue Jun 7 14:32:24 EDT 2011


Remove getMethod() from MethodConstraintViolation
-------------------------------------------------

                 Key: HV-486
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-486
             Project: Hibernate Validator
          Issue Type: Improvement
          Components: engine
            Reporter: Gunnar Morling
             Fix For: 4.2.0.CR1


The class {{MethodConstraintViolation}} currently has a member {{getMethod()}} which returns a {{java.lang.reflect.Method}}. In order to align representation of methods throughout the meta API this should be replaced with something like {{getName()}} and {{getParameterType()}}.

We also might consider to return {{MethodDescriptor}} here.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list