[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
AW: [geclipse-dev] FindBugs tool
|
Hi Ariel, All,
> Please every developer take a look at the reports corresponding to
code
> he/she is working on, there are some quite useful/important issues
being
> found by it! Feedback welcome.
So here we go ... my first thoughts after going through
eu.geclipse.core, eu.geclipse.core.filesystem and
eu.geclipse.core.reporting:
- Would be nice if the plug-ins at the FindBugs front page would be
sorted alphabetically.
- All Activators cause a ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD high
priority warning since they are writing their reference to a static
field during creation time. So should we exclude this warning from the
tests? I'm not so sure because in other cases this could be a good hint
for a trapdoor. Is there the possibility to turn of the warnings for
specific cases, maybe with annotations?
Will continue with testing the tool. So far I think it is a cool tool
and I even learned something about Java I did not yet know (Sometimes it
is really cool to make an inner class static), shame on me ;-)
Cheers, Mathias