Good code checking tool for JSF, Java and hibernate framework

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.

+4
source share
1 answer

Perhaps a sonar will help you: http://www.sonarsource.org/

+1
source

Source: https://habr.com/ru/post/1343341/


All Articles