[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2876) endless recursion in public class

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Apr 13 05:43:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2876?page=all ]

Pete Muir closed JBSEAM-2876.
-----------------------------

    Fix Version/s:     (was: 2.0.2.CR2)
                       (was: 2.1.0.BETA1)
       Resolution: Out of Date
         Assignee: Pete Muir

You're right, I didn't properly check trunk (where this is fine).

> endless recursion in public class
> ---------------------------------
>
>                 Key: JBSEAM-2876
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2876
>             Project: Seam
>          Issue Type: Bug
>    Affects Versions: 1.2.1.GA
>            Reporter: Pete Muir
>         Assigned To: Pete Muir
>
> looks like this is a recursion clearly missing an exit condition;
> not a big issue, but it is in a public class, maybe remove this method:
> [mschoene at mschoene]$ javap -c Validators
> Compiled from "Validators.java"
> public class org.jboss.seam.core.Validators extends java.lang.Object{
> public org.hibernate.validator.ClassValidator getValidator(java.lang.Class);
>   Code:
>    0: aload_0
>    1: aload_1
>    2: invokevirtual #13; //Method getValidator:(Ljava/lang/Class;)Lorg/hibernate/validator/ClassValidator;
>    5: areturn 

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

        



More information about the seam-issues mailing list