[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2871) endless recursion in public class
Marc Schoenefeld (JIRA)
jira-events at lists.jboss.org
Thu Apr 10 06:21:54 EDT 2008
endless recursion in public class
----------------------------------
Key: JBSEAM-2871
URL: http://jira.jboss.com/jira/browse/JBSEAM-2871
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.2.0.GA
Environment: Seam in EAP 4.2
Reporter: Marc Schoenefeld
Priority: Trivial
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