Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 26109 invoked from network); 27 Jun 2009 21:37:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jun 2009 21:37:01 -0000 Received: (qmail 4017 invoked by uid 500); 27 Jun 2009 21:37:12 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 3948 invoked by uid 500); 27 Jun 2009 21:37:12 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 3830 invoked by uid 99); 27 Jun 2009 21:37:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jun 2009 21:37:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jun 2009 21:37:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F18A234C1EA for ; Sat, 27 Jun 2009 14:36:47 -0700 (PDT) Message-ID: <519990017.1246138607323.JavaMail.jira@brutus> Date: Sat, 27 Jun 2009 14:36:47 -0700 (PDT) From: "Anirban Datta (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (MYFACES-2261) JspStateManagerImpl bug in SerializedViewCollection inner class public synchronized void add method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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.