Findbugs warnings are cleaned up at YARN side. Thanks for the contribution
from Li Lu and Varun Saxena!
On Thu, Dec 18, 2014 at 2:44 PM, Haohui Mai wrote:
> So far we made great progress on fixing findbugs warnings. We're free of
> findbugs warnings in hdfs, nfs, and a couple other sub projects.
So far we made great progress on fixing findbugs warnings. We're free of
findbugs warnings in hdfs, nfs, and a couple other sub projects. There are
two findbugs warnings left in hadoop-common. I saw there are some
progresses on the YARN side as well.
Thanks very much for the contributors (Brandon
+1 to upgrade.
regarding the newly surfacing issues, I'd recommend we look at them and see
which are critical problems and fix them.
One of the conclusions I got from the building is that there are a lot of
javac and javadoc warnings that everyone ignores. Sitting down to fix them
is time consum
Thanks for initiating this, Haohui. +1 to upgrading findbugs version.
Inline.
On Mon, Dec 8, 2014 at 9:57 PM, Haohui Mai wrote:
> Hi,
>
> The recent changes on moving to Java 7 triggers a bug in findbug (
> http://sourceforge.net/p/findbugs/bugs/918), which causes all pre-commit
hit are fixed by a later version of findbug.
(2) A newer findbug (3.0.0) is required to analyze Hadoop that is compiled
against Java 8.
(3) Newer findbugs are capable of catching more bugs. :-)
Is it a good time to consider upgrading findbugs, which gives us better
tools on ensuring the quality of