The SQE NetBeans plugin seems excellent.
It provides Code defect analysis tools such as :
and metrics & dependency analysis tool.
It's is easy to add to NetBeans 6.5.1. I just added their link :
https://sqe.dev.java.net/updatecenters/sqe/updates.xml
to my update centre and then was able to choose the SQE options to download.
FindBugs & PMD are both excellent at finding potential issues with your Java code.
It provides Code defect analysis tools such as :
- FindBugs
- PMD
- CheckStyle
- Lint4J
and metrics & dependency analysis tool.
It's is easy to add to NetBeans 6.5.1. I just added their link :
https://sqe.dev.java.net/updatecenters/sqe/updates.xml
to my update centre and then was able to choose the SQE options to download.
FindBugs & PMD are both excellent at finding potential issues with your Java code.