107
107
+ 1
0

What is Checkstyle ?

It is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
Checkstyle is a tool in the Code Review category of a tech stack.
Checkstyle is an open source tool with 8.1K GitHub stars and 3.6K GitHub forks. Here’s a link to Checkstyle 's open source repository on GitHub

Who uses Checkstyle ?

Companies
14 companies reportedly use Checkstyle in their tech stacks, including doubleSlash, JustChunks, and CarGurus.

Developers
76 developers on StackShare have stated that they use Checkstyle .

Checkstyle Integrations

Decisions about Checkstyle

Here are some stack decisions, common use cases and reviews by companies and developers who chose Checkstyle in their tech stack.

Joshua Dean Küpper
CEO at Scrayos UG (haftungsbeschränkt) · | 1 upvote · 375.2K views

We use PMD alongside Checkstyle and FindBugs (Spotbugs) for our static code analysis, as a standard stage in all of our pipelines. PMD offers us insight into various optimization possibilities, best-practice alignment, coding convention compliance and general problems with our code.

See more

Checkstyle Alternatives & Comparisons

What are some alternatives to Checkstyle ?
PMD
It is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It includes CPD, the copy-paste-detector.
FindBugs
It detects possible bugs in Java programs. Potential errors are classified in four ranks: scariest, scary, troubling and of concern. This is a hint to the developer about their possible impact or severity.
Checkmarx
It is a provider of state-of-the-art application security solution: static code analysis software, seamlessly integrated into development process.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
See all alternatives

Checkstyle 's Followers
107 developers follow Checkstyle to keep up with related blogs and decisions.