You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anirban Datta (JIRA)" <de...@myfaces.apache.org> on 2009/06/27 23:36:47 UTC

[jira] Created: (MYFACES-2261) JspStateManagerImpl bug in SerializedViewCollection inner class public synchronized void add method

JspStateManagerImpl bug in SerializedViewCollection inner class public synchronized void add method
---------------------------------------------------------------------------------------------------

                 Key: MYFACES-2261
                 URL: https://issues.apache.org/jira/browse/MYFACES-2261
             Project: MyFaces Core
          Issue Type: Bug
         Environment: Independant
            Reporter: Anirban Datta


The  JspStateManagerImpl class should never compile with these lines 
while (_keys.remove(key)) ;
            _keys.add(key); // from here every other line is unreachable
in protected static class SerializedViewCollection class
The block of code after this line will never execute



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.