
It's best-practice alignment, coding convention compliance, and general problems check with code. Review collected by and hosted on G2.com.
As far as I can see nothing.A very simple tool. Review collected by and hosted on G2.com.

It's best-practice alignment, coding convention compliance, and general problems check with code. Review collected by and hosted on G2.com.
As far as I can see nothing.A very simple tool. Review collected by and hosted on G2.com.

A good Checkstyle can teach how to code effectively - with insights such as cyclomatic complexity (how easy the code is to reason about), number of dependencies, method length and so forth.
When such policies are codified code reviews can focus on higher concerns.
With checkstyle the same tool can be run locally or in CI/CD environments, so feedback is faster and more frequent. Review collected by and hosted on G2.com.
Many developers think that Checkstyle can provide only superficial insights and the first impression experience (website, etc) of this tool doesn't go to lengths to correct such a perception. Review collected by and hosted on G2.com.

It is highly configurable. We can modify various rules easily and add some custom as well. Review collected by and hosted on G2.com.
Nothing as such. However if it can provide compile-time safely, it will be great. Review collected by and hosted on G2.com.
I have been working on a project where checkstyle was a code quality tool almost 5 years. So I could say only good things about it. Integrating with Jenkins, easy addition to maven etc. Review collected by and hosted on G2.com.
Sometimes it’s hard to find answer to your questions in net, but community is growing Review collected by and hosted on G2.com.
Easily install in IDE and run for project or individual file and giving suggestions for resolution Review collected by and hosted on G2.com.
Need runtime code analysis along with static code analysis Review collected by and hosted on G2.com.

Nice report format
easy integration.
proper waning and error filter. Review collected by and hosted on G2.com.
I don't see as of now, all I can see some more filter to ignore or avoid some type of error. Review collected by and hosted on G2.com.
Every code must pass through certain check -points to meet the industry standard.
Checkstyle helps us achieving that. Review collected by and hosted on G2.com.
At times , it does not work properly which makes us to do some work around to pass the code throuoghly. Review collected by and hosted on G2.com.
We have been using CS for more than 10 years now and its been helping us managing our code standards and guidelines. Its easy to integrate with any build tool. Quick to scan. Review collected by and hosted on G2.com.
I feel there should be easy way to configure rules, then handling in xml. Review collected by and hosted on G2.com.

You can configure this tool to define code style of your code base. It is very easy to configure it. So whenever code is pushed to git, it makes sure that all configured coding styles are applied before it is pushed to any version control tool. Review collected by and hosted on G2.com.
There is nothing i dislike about this tool, it was very simple to use Review collected by and hosted on G2.com.
Make sures that code adheres to its coding conventions
Available as form of plugins such Maven plugin Therefore easy to use for any IDE Review collected by and hosted on G2.com.
A bit complex configuration
Limited support Review collected by and hosted on G2.com.