Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 43298 invoked from network); 15 Dec 2008 06:48:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2008 06:48:08 -0000 Received: (qmail 87524 invoked by uid 500); 15 Dec 2008 06:48:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87445 invoked by uid 500); 15 Dec 2008 06:48:17 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 87426 invoked by uid 99); 15 Dec 2008 06:48:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 22:48:17 -0800 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; Mon, 15 Dec 2008 06:48:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4434B234C3CF for ; Sun, 14 Dec 2008 22:47:44 -0800 (PST) Message-ID: <1009586047.1229323664278.JavaMail.jira@brutus> Date: Sun, 14 Dec 2008 22:47:44 -0800 (PST) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4467) null pointer acess in code. In-Reply-To: <2030741135.1229323664243.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4467: ---------------------------------- Priority: Minor (was: Major) > null pointer acess in code. > --------------------------- > > Key: GERONIMO-4467 > URL: https://issues.apache.org/jira/browse/GERONIMO-4467 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Shawn Jiang > Priority: Minor > Fix For: 2.1.4, 2.2 > > > null pointer acess in code. > {code} > if (file == null) { > throw new IOException("Entry not found: name=" + file.getAbsolutePath()); > } else if (file.isDirectory()) { > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.