reduce number of PhaseEvent instances created
---------------------------------------------

                 Key: MYFACES-3220
                 URL: https://issues.apache.org/jira/browse/MYFACES-3220
             Project: MyFaces Core
          Issue Type: Improvement
    Affects Versions: 2.1.2-SNAPSHOT
            Reporter: Matt Benson
            Priority: Minor


PhaseListenerManager currently creates a new PhaseEvent instance per phaseId, 
per listener, per before/after.  The supplied patch reduces this to per 
phaseId, per before/after, sharing instances of this immutable class among 
listeners.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to