Otis, If you have looked at the diff I submitted a few minutes ago, I am sure your point is reinforced. My apologies!
Rasik Pandey -----Message d'origine----- De : Otis Gospodnetic [mailto:[EMAIL PROTECTED]] Envoy� : jeudi 12 septembre 2002 18:24 � : Lucene Developers List Objet : Re: Query Rewriting Funny, I was just thinking about adding that to the build file. I use it at work. Otis --- Erik Hatcher <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: > >><mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: > >><mailto:[EMAIL PROTECTED]> > >> > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! News - Today's headlines > > http://news.yahoo.com > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
