Re: FOP Style Guide (update)

2003-01-07 Thread Jeremias Maerki
Since I've made the checkstyle.cfg file an integral part of our style guide I have to bring this up before changing: I'd like to add a line "checkstyle.ignore.braces = yes". This enables one line ifs like the following: if (isEnabled()) return true; Without this line, you have to write: if (isE

DO NOT REPLY [Bug 15855] - can't size the svg image in

2003-01-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: FOP Style Guide (update)

2003-01-07 Thread Peter B. West
Jeremias Maerki wrote: Since I've made the checkstyle.cfg file an integral part of our style guide I have to bring this up before changing: I'd like to add a line "checkstyle.ignore.braces = yes". This enables one line ifs like the following: if (isEnabled()) return true; Without this line, you

Re: FOP Style Guide (update)

2003-01-07 Thread Michael Gratton
Jeremias Maerki wrote: if (isEnabled()) return true; Surely: return isEnabled(); is far, far better - it more clearly expresses your intent. -- Michael Gratton <[EMAIL PROTECTED]> Recall Design s: 53 Gilbert Street Adelaide SA 5000 Australia t: +61 8 8217

Re: FOP Style Guide (update)

2003-01-07 Thread Michael Gratton
Michael Gratton wrote: Surely: return isEnabled(); is far, far better - it more clearly expresses your intent. Err, unless you don't want to return if isEnabled() returns false.. I think I might go get that coffee now.. :( Anyway, I don't think if (isEnabled()) { return true;

DO NOT REPLY [Bug 15877] New: - TTFReader crashes with certain TTF files

2003-01-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15855] New: - can't size the svg image in

2003-01-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu