Re: [math] @throws IllegalArgumentException

2003-06-17 Thread Craig R. McClanahan
On Sat, 14 Jun 2003, David Graham wrote: Date: Sat, 14 Jun 2003 17:02:35 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [math] @throws IllegalArgumentException I am dutifully cleaning up

Re: [math] @throws IllegalArgumentException

2003-06-17 Thread Phil Steitz
--- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Sat, 14 Jun 2003, David Graham wrote: Date: Sat, 14 Jun 2003 17:02:35 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [math] @throws

Re: [math] @throws IllegalArgumentException

2003-06-17 Thread Andreou Andreas
] @throws IllegalArgumentException I am dutifully cleaning up the CheckStyle warnings in my code and I am hesitating to remove @throws IllegalArgumentException, which CheckStyle currently complains about. I am a little ambivalent about this. There is a property

[math] @throws IllegalArgumentException

2003-06-14 Thread Phil Steitz
I am dutifully cleaning up the CheckStyle warnings in my code and I am hesitating to remove @throws IllegalArgumentException, which CheckStyle currently complains about. I am a little ambivalent about this. There is a property (checkstyle.javadoc.checkUnusedThrows) that we can set to make it

RE: [math] @throws IllegalArgumentException

2003-06-14 Thread Brent Worden
-Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 4:21 PM To: Jakarta Commons Developers List Subject: [math] @throws IllegalArgumentException I am dutifully cleaning up the CheckStyle warnings in my code and I am hesitating to remove

Re: [math] @throws IllegalArgumentException

2003-06-14 Thread Phil Steitz
Brent Worden wrote: -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 4:21 PM To: Jakarta Commons Developers List Subject: [math] @throws IllegalArgumentException I am dutifully cleaning up the CheckStyle warnings in my code and I am hesitating

Re: [math] @throws IllegalArgumentException

2003-06-14 Thread _matthewHawthorne
Steitz wrote: Brent Worden wrote: -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 4:21 PM To: Jakarta Commons Developers List Subject: [math] @throws IllegalArgumentException I am dutifully cleaning up the CheckStyle warnings in my code

Re: [math] @throws IllegalArgumentException

2003-06-14 Thread David Graham
I am dutifully cleaning up the CheckStyle warnings in my code and I am hesitating to remove @throws IllegalArgumentException, which CheckStyle currently complains about. I am a little ambivalent about this. There is a property (checkstyle.javadoc.checkUnusedThrows) that we can set to make it