Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 75903 invoked from network); 30 Jul 2007 19:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2007 19:52:23 -0000 Received: (qmail 53297 invoked by uid 500); 30 Jul 2007 19:52:15 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 53204 invoked by uid 500); 30 Jul 2007 19:52:15 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 53140 invoked by uid 99); 30 Jul 2007 19:52:15 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 12:52:14 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 19:52:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3AA671420A for ; Mon, 30 Jul 2007 12:51:53 -0700 (PDT) Message-ID: <6178313.1185825113930.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 12:51:53 -0700 (PDT) From: "Michael Busch (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-970) FilterIndexReader should overwrite isOptimized() In-Reply-To: <5508970.1185824213273.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/LUCENE-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-970: --------------------------------- Attachment: lucene-970.patch Trivial patch. I'm planning to commit this shortly. > FilterIndexReader should overwrite isOptimized() > ------------------------------------------------ > > Key: LUCENE-970 > URL: https://issues.apache.org/jira/browse/LUCENE-970 > Project: Lucene - Java > Issue Type: Bug > Components: Search > Reporter: Michael Busch > Assignee: Michael Busch > Priority: Trivial > Fix For: 2.3 > > Attachments: lucene-970.patch > > > A call of FilterIndexReader.isOptimized() results in a NPE because FilterIndexReader does not overwrite isOptimized(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org