Return-Path: Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: (qmail 15845 invoked from network); 21 Jun 2006 08:35:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 08:35:59 -0000 Received: (qmail 50036 invoked by uid 500); 21 Jun 2006 08:35:59 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 49997 invoked by uid 500); 21 Jun 2006 08:35:58 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 49947 invoked by uid 99); 21 Jun 2006 08:35:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 01:35:58 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [194.139.33.76] (HELO dhuumrelay2.dtm.ops.eu.uu.net) (194.139.33.76) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 01:35:57 -0700 Received: from charly (dhuumprxy2.dtm.ops.eu.uu.net [194.139.33.82]) by dhuumrelay2.dtm.ops.eu.uu.net (8.13.6/8.13.6) with ESMTP id k5L8ZXG3022678 for ; Wed, 21 Jun 2006 08:35:33 GMT X-Authenticated-As: none To: batik-dev@xmlgraphics.apache.org Cc: Subject: Re: DO NOT REPLY [Bug 39838] New: - patches to prevent integer overflow X-Mailer: Lotus Notes Version 5.0 (Intl) 14. April 1999 Message-ID: From: info@dvholten.de Date: Wed, 21 Jun 2006 08:30:42 GMT X-Priority: 3 (Normal) X-MIMETrack: Serialize by Im Leerlauf on dvh/DvH(Version 5.0 (Intl) | 14. April 1999) at 21.06.2006 10:31:18, Serialize complete at 21.06.2006 10:31:18 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 002EC1B1C1257194_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 002EC1B1C1257194_= Content-Type: text/plain; charset="us-ascii" Hi, thanks for those well-meant hints. Jeremias: i received the 'invitation-card', but no keys, so far - i thought, i would need some kind of password? Cameron: your diagnosis is correct, the two expressions are not identical, but the 'safe' expression is good enough as a replacement. code-style: there are many, i dont care too much for a space here or there. The greatest layout-changes come from converting tabs to spaces and dropping trailing blanks (thats done automatically by my intellij). To get the code in good shape, i would propose a clean-up session before/after a major release or once a year. JBuilder, IntelliJ and Eclipse(not sure here) or Jalopy support formatting whole directory trees. But, from my experience, mechanically formatting makes problems too: there are many places where code is neatly lined up to show a regular structure. Automatic formatters dont care for that... greetings from sunny Hamburg dieter --=_alternative 002EC1B1C1257194_= Content-Type: text/html; charset="us-ascii"
Hi,

thanks for those well-meant hints.

Jeremias: i received the 'invitation-card', but no keys, so far - i thought, i would need some kind of password?
Cameron: your diagnosis is correct, the two expressions are not identical, but the 'safe' expression is good enough as a replacement.

code-style: there are many, i dont care too  much for a space here or there. The greatest layout-changes come from converting tabs to spaces
and dropping trailing blanks (thats done automatically by my intellij). To get the code in good shape, i would propose a clean-up session before/after a major release or once a year. JBuilder, IntelliJ and Eclipse(not sure here) or Jalopy support formatting whole directory trees. But, from my experience, mechanically formatting makes problems too: there are many places where code is neatly lined up to show a regular structure. Automatic formatters dont care for that...

greetings from sunny Hamburg
dieter
--=_alternative 002EC1B1C1257194_=--