I think we can add findbug to geronimo build process avoding general bugs. And there is already a findbug maven plugin: http://mojo.codehaus.org/findbugs-maven-plugin/ based on my experience in another project, findbug can improve code quality.
On Sat, Jun 12, 2010 at 6:57 PM, rahul.soa <[email protected]> wrote: > Hi Ivan, > > I never used this tool before. But I just downloaded it (also eclipse > plugin so i can use this in my workspace) and gave a try. It sounds a very > useful tool. I ran it on whole Geronimo-2.2 and also noticed many areas > (referred by FindBugs) to improve. Many thanks for this information. > > Out of curiosity I tried finding similar tools and found the following page > (that might interest you) as you can also customize it with your own rule. > > http://pmd.sourceforge.net/similar-projects.html > > <http://pmd.sourceforge.net/similar-projects.html>Thanks again Ivan for > this tool, now at least this tool can point me to my error code. > > Kindest Regards, > Rahul > > > > On Sat, Jun 12, 2010 at 8:09 AM, Ivan <[email protected]> wrote: > >> Hi, >> Has anyone use FindBugs or other simliar tools to scan Geronimo codes >> ? Just try to do it with geronimo-tomcat component, and do find many things >> that need to be improved. >> In my opinion, it is a good tool to prevent us ( at least me :-) ) to >> make some stupid mistakens. I would try to use it for those components which >> I am working on. >> Here is the link for the site, suppose anyone is interested in it. >> http://findbugs.sourceforge.net/ >> If you use Eclipse, a link http://findbugs.cs.umd.edu/eclipse could >> be used to install the plugin. >> >> -- >> Ivan >> > > -- viola
