I need to use a tool to view the code in my project. I use the Eclipse IDE (Helios) along with maven.I should be able to define my own rules. I am doing a reading and it looks like Sonar can do this job for me. Are there any other tools available and has anyone used sonar before?
We use Crucible in our corporation. It has a web interface and allows many users to simultaneously view the code, but in case you have more than 5/10 users, it will cost a fortune.
No doubt my personal choice is Sonar http://www.sonarsource.org
For more information, you will need screencasts: http://www.sonarsource.org/screencasts/
This tool is fully customizable. You can configure each plugin (PMD, checkstyle, findbugs, cobertura, .........).
On the website you can find an interesting following article:
Effective code review with sonar
I use FindBugs, which is part of Sonar. It is used to search for potential errors. There is also a tool called Checkstyle that can check coding conventions, it can fit your needs.
Hope this helps.
Source: https://habr.com/ru/post/1397258/More articles:Updating multiple rows in 1 column in MySQL - sqlHTTP 404 Status in Spring 3.1 MVC Application - springquick comparison of arrays in iOS - optimizationTomcat unexpectedly throws ClassFormatError at startup - javaHow can I change the mouse pointer icon on a web page? - javascriptTitle window designation through && style triggers in XAML - triggersWhat is wrong with my C # code? - c #How to draw a cancelable buffer? - javadifference between solr versions for java and dotnet - javaWhat is a dotted / dotted string in SQL Management Studio - Database diagram - sqlAll Articles