You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2014/06/06 22:07:01 UTC

[jira] [Created] (OWB-968) GenericUtils create infinite loop when parsing Enums

Mark Struberg created OWB-968:
---------------------------------

             Summary: GenericUtils create infinite loop when parsing Enums
                 Key: OWB-968
                 URL: https://issues.apache.org/jira/browse/OWB-968
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 2.0.0


this is caused by the 
Enum<T> valueOf(String) method 
and the fact that Enum is defined as Enum<E extends Enum> which is actually illegal Java Code...



--
This message was sent by Atlassian JIRA
(v6.2#6252)