From lucene-dev-return-4289-apmail-jakarta-lucene-dev-archive=jakarta.apache.org@jakarta.apache.org Sun Oct 05 09:13:49 2003 Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 47244 invoked from network); 5 Oct 2003 09:13:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Oct 2003 09:13:49 -0000 Received: (qmail 42014 invoked by uid 500); 5 Oct 2003 09:13:21 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 41987 invoked by uid 500); 5 Oct 2003 09:13:21 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 41972 invoked from network); 5 Oct 2003 09:13:20 -0000 Received: from unknown (HELO fep01-app.kolumbus.fi) (193.229.0.41) by daedalus.apache.org with SMTP; 5 Oct 2003 09:13:20 -0000 Received: from eamon ([80.186.129.46]) by fep01-app.kolumbus.fi with SMTP id <20031005091333.YHBO25024.fep01-app.kolumbus.fi@eamon> for ; Sun, 5 Oct 2003 12:13:33 +0300 Message-ID: <004501c38b20$f29018d0$2e81ba50@eamon> From: "Mike Hogan" To: "Lucene Developers List" References: <003b01c38b20$50f7fe70$2e81ba50@eamon> Subject: Re: [subscriptions] Please make org.apache.lucene.index.IndexWriter non-final Date: Sun, 5 Oct 2003 11:13:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N QueryParser.parse also makes it hard for me to unit test. Would it be possible to make this a non-static method? Thanks again, Mike. ----- Original Message ----- From: "Mike Hogan" To: Sent: Sunday, October 05, 2003 11:09 AM Subject: [subscriptions] Please make org.apache.lucene.index.IndexWriter non-final > Hi, > > Please can you make org.apache.lucene.index.IndexWriter non-final. It's > being final makes it impossible for me to test using mock objects. Also, if > there are other public final classes that are significant to the Lucene API, > please make them non-final also, for the same reason. > > One more thing, I see that there are cvs commits on the Lucene project, but > no releases in a long while. What is the status with repect to new > releases? (In other words, if you do go ahead and make these classes > non-final, when can I expect to be able to make use of the changes :)). > > Thanks, > Mike. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org