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 on
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 p