[hibernate-issues] [Hibernate-JIRA] Created: (HV-439) Revist the use of generics in ValidatorImpl

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon Feb 21 09:05:05 EST 2011


Revist the use of generics in ValidatorImpl
-------------------------------------------

                 Key: HV-439
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-439
             Project: Hibernate Validator
          Issue Type: Task
          Components: engine
    Affects Versions: 4.2.0.Beta1
            Reporter: Hardy Ferentschik
             Fix For: 4.x


There are several casts and {{@SupressWarning("unchecked"}} annotations in the {{ValidatorImpl}}. They should be revisited. Where the cast is safe and correct we should add a comment. In other methods (some recursive one) I am not sure how useful/correct it is to use generics.

-- 
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