can anyone suggest a good code checking tool for JSF, Java and Hibernate. I need a good tool that can find a potential coding error. for example, a possible exception. problem processing the connection. I am currently using FindBugs, but want to know if there is a better tool than it.
source share