Wednesday November 09, 2005
FindBugs module for NetBeans I'm trying to improve quality of Netbeans code and therefore I was looking for some tool
that can check sources of NetBeans modules. I found FindBugs tool
that looks for instances of "bug patterns" - code instances that are likely errors. Radim Kubacki suggested me his Findbugs NetBeans module but this module doesn't work for NetBeans module project. I added to Radim's module support for NetBeans Module projects. It means that you can run Findbugs on your NetBeans modules and check their code quality. It's better catch a bug before spending a hour with debugging. :-)
