Free-form NetBeans projects and FindBugs plug-in
I have been exchanging a couple e-mails with Sven Reimers one of the maintainers / developers of the FindBugs plug-in for NetBeans.
Several NetBeans 5.5.x IDE users discovered the FindBugs plug-in was not working properly with NetBeans free-form projects.
Sven has just posted an updated NetBeans FindBugs plug-in to the FindBugs update center.
I have tested it with a rather large NetBeans free form project, (nearly 4000 Java source files), and it is working.
I did, however, need to increase my max Java heap size (-Xmx) value in my NetBeans IDE configuration file, <NetBeans install dir>/etc/netbeans.conf, file. For the large free form project I was running Sven's updated FindBugs plug-in against, I needed to configure a max Java heap of 768m, (i.e. set -Xmx768m).
Yeah, that sounds pretty large. But, I do not think that's the plug-in's fault. It may be an artifact of FindBugs? After the analysis completed and displayed the results in the FindBugs output window in NetBeans IDE, I forced a Full GC and the Java heap was reduced from 492m down to 90m.
Thanks Sven for quickly identifying the problem and delivering an update to the NetBeans FindBugs plug-in!
Powered by ScribeFire.
Posted at 03:39PM Jul 22, 2007 by charliebrown in Java | Comments[3]
Posted by Abubakar Gurnah on July 23, 2007 at 12:45 AM CDT #
Posted by Sven Reimers on July 23, 2007 at 01:40 AM CDT #
Posted by charliebrown on July 23, 2007 at 08:28 AM CDT #