Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 47978 invoked from network); 12 Sep 2002 16:24:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Sep 2002 16:24:20 -0000 Received: (qmail 8108 invoked by uid 97); 12 Sep 2002 16:24:39 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 8043 invoked by uid 97); 12 Sep 2002 16:24:38 -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 7979 invoked by uid 98); 12 Sep 2002 16:24:37 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <20020912162359.87806.qmail@web12705.mail.yahoo.com> Date: Thu, 12 Sep 2002 09:23:59 -0700 (PDT) From: Otis Gospodnetic Subject: Re: Query Rewriting To: Lucene Developers List In-Reply-To: <3D8095CF.6040009@ehatchersolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Funny, I was just thinking about adding that to the build file. I use it at work. Otis --- Erik Hatcher wrote: > Several Jakarta projects have adopted the integration of Checkstyle > (checkstyle.sourceforge.net) into their builds - which can optionally > > fail the build if coding standards are violated. > > I highly recommend it! > > Erik > > > Otis Gospodnetic wrote: > > Good IDE :) Spaces are healthier. > > We should standardize and require that, actually. > > > > Otis > > > > --- Clemens Marschner wrote: > > > >>>Please submit diffs. > >> > >>Yeah, I'll do that on the weekend, have to get the latest from CVS > >>(no fast > >>Internet connection today). > >>My IDE converts tabs to spaces when saving. Severe? > >> > >> > >>>@@ -151,7 +151,7 @@ > >>> Term term = enum.term(); > >>> if (term != null && term.field() == testField) > >>> { > >>>- if (!checkLower || > >> > >>term.text().compareTo(lowerText) > 0) > >> > >>>+ if (!checkLower || > >> > >>term.text().compareTo(lowerText) > 0) > >> > >>> { > >>> checkLower = false; > >>> if (upperTerm != null) > >> > >>--C. > >> > >> > >>-- > >>To unsubscribe, e-mail: > >> > >>For additional commands, e-mail: > >> > >> > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! News - Today's headlines > > http://news.yahoo.com > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > > > > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute -- To unsubscribe, e-mail: For additional commands, e-mail: