Blake Sullivan created TRINIDAD-2401:
----------------------------------------

             Summary: Clean up skinning code to avoid use of obsolete 
synchronized classes
                 Key: TRINIDAD-2401
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2401
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: Blake Sullivan
            Priority: Minor


The skinning code currently uses several obsolete implementation class--Vector, 
Stack, HashTable that are implicitly synchronized.  None of this 
synchronization is necessary.  Replaces these classes with their modern 
equivalents.  In addition, much of the code is confusing due to functions 
performing multiple different tasks simultaneously.  Break these up into easy 
to understand pieces that perform a single task.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to