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.