Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 92492 invoked from network); 10 Jul 2003 14:21:09 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 10 Jul 2003 14:21:09 -0000 Received: (qmail 7984 invoked by uid 97); 10 Jul 2003 14:23:38 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 7977 invoked from network); 10 Jul 2003 14:23:38 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 10 Jul 2003 14:23:38 -0000 Received: (qmail 92269 invoked by uid 500); 10 Jul 2003 14:21:05 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 92258 invoked from network); 10 Jul 2003 14:21:05 -0000 Received: from unknown (HELO mail2.spg.net) (12.17.123.130) by daedalus.apache.org with SMTP; 10 Jul 2003 14:21:05 -0000 Received: from spg_mail_server.spirian.com (12.17.123.100 [12.17.123.100]) by mail2.spg.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id FCBSQ2VX; Thu, 10 Jul 2003 09:31:09 -0500 Received: by spg_mail_server.spirian.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 09:20:59 -0500 Message-ID: From: Tim OBrien To: 'Jakarta Commons Developers List' Subject: RE: [math] checkstyle.wrap.operator = ignore Date: Thu, 10 Jul 2003 09:20:06 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Take a look at checkstyle.xml. Since, I'm building with the latest Maven SNAPSHOT, I'm using the XML configuration file for checkstyle, and I set this to "eol". Feel free to change this if another setting makes sense. Code formatting discussions are religious, and I'd rather just share a common standard. Are we standardized on using the checkstyle.xml yet? Tim -----Original Message----- From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu] Sent: Thursday, July 10, 2003 8:05 AM To: Jakarta Commons Developers List Subject: [math] checkstyle.wrap.operator = ignore I'm concerned that this property does not actually do what we think it is doing. "ignore" is used because there were problems using the "eol" string in the flat property files. Anyways this forces the checkstyle parser to require all operators to be at the end of the lines vs beginning of lines. There is no way to ignore if its at the end or beginning of the line. Most autoformaters (Eclipse in my case) format according the checkstyle spec such that all operators fall at the beginnings (I don't see a way to change this in Eclipse at least). I suspect it covers more IDE cases to have this set property removed so it defaults to the beginning of the line. -Mark --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org