You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Luc Maisonobe <Lu...@free.fr> on 2007/08/15 18:57:46 UTC

[math] removing numerous warning

I currently use Eclipse and Findbugs for Java development, with strict
settings to identify as many errors as I can. Both trigger numerous
warnings on the current math code, mainly in the test classes.

I would like to remove all the warnings I can, even if it is sometimes
not really important. I prefer to have a very straightforward code with
very few warnings as I think it helps discovering real errors. An
example is the setup/setUp error I fixed last week, it was a simple
warning lost in the middle of tho hundreds other warnings, I saw it only
by chance.

Does anybody mind if I remove these warning, even the harmless ones ?

Luc


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [math] removing numerous warning

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Luc Maisonobe wrote:
> I currently use Eclipse and Findbugs for Java development, with strict
> settings to identify as many errors as I can. Both trigger numerous
> warnings on the current math code, mainly in the test classes.
[snip]
> Does anybody mind if I remove these warning, even the harmless ones ?

I think this is a good idea. If I had time, I'd help.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org