Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 80056 invoked from network); 25 May 2010 22:38:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 22:38:21 -0000 Received: (qmail 46806 invoked by uid 500); 25 May 2010 22:38:21 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 46786 invoked by uid 500); 25 May 2010 22:38:21 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 46778 invoked by uid 99); 25 May 2010 22:38:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 22:38:21 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 22:38:19 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4PMbwEE029847 for ; Tue, 25 May 2010 22:37:58 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4PMbvWO029846; Tue, 25 May 2010 18:37:57 -0400 (EDT) Date: Tue, 25 May 2010 18:37:57 -0400 (EDT) Message-Id: <201005252237.o4PMbvWO029846@thor.apache.org> From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 49323] LittleEndian throws ArrayIndexOutOfBoundle Exception X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhangzzh@gmail.com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49323 Zhang Zhang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | --- Comment #3 from Zhang Zhang 2010-05-25 18:37:55 EDT --- You are right about the coding style, but in real scenario, we experiening un-expected interruption in long running process. The process is processing numbers of PPT files, one of them is crappy and has ArrayIndexOufOfBoundsException which is a runtime error and breaks the process. So instead of reset the value to 0, can we throw a checked exception? Thanks Zhang Zhang -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org