[perf] [concurrency] check correct logger creation
--------------------------------------------------

                 Key: MYFACES-3266
                 URL: https://issues.apache.org/jira/browse/MYFACES-3266
             Project: MyFaces Core
          Issue Type: Improvement
            Reporter: Martin Kočí
            Assignee: Martin Kočí
            Priority: Trivial


<BLOCKED>java.util.logging.Logger.getLogger(String)
   javax.faces.component.UIViewRoot.<init>()

problem is that has non-static logger  and logger is requested in every view 
init. For a class (static) method, the monitor associated with the Class object 
for the method's class is used. 

Check myfaces code base for this usage.


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


Reply via email to