You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Tobias Stoeckmann (JIRA)" <ji...@apache.org> on 2015/11/10 17:11:10 UTC

[jira] [Created] (OWB-1098) Iteration instead of recursion

Tobias Stoeckmann created OWB-1098:
--------------------------------------

             Summary: Iteration instead of recursion
                 Key: OWB-1098
                 URL: https://issues.apache.org/jira/browse/OWB-1098
             Project: OpenWebBeans
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.6.2
            Reporter: Tobias Stoeckmann
            Priority: Minor


AbstractOwbBean#getRootException calls itself to get root exception. This can be easily done in an iteration.

Didn't hit a stack limit here yet (fortunately), but if that ever happens, it would be nice to still see what the root issue was.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)