InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 7 Java Code Quality Projects
-
Checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
Project mention: 5 easy paths to become a recognized Java expert. Really. For free. | dev.to | 2022-08-25 -
SonarQube https://www.sonarqube.org/
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
PMD and Checkstyle are static analysis tools that check your code on each project build. Gradle allows to apply them easily.
-
-
Project mention: How does one get this "PHP Control Flow Viewer" sidebar? | reddit.com/r/phpstorm | 2022-02-10
-
-
error-prone-support
Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
Maybe the checks and rules are already usable for you with these two checks disabled? By the way, it is not required to use either Guava or New Relic to be able to integrate Error Prone Support. For example, the `ScheduledTransactionTrace` BugCheck will just be a no-op if you don't use New Relic :). W.r.t. to your fourth point, if you are sure there is not a change in ordering and you indeed found a false positive could you maybe file a bug report :)? We want to fix all false positives where possible of course.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Java Code Quality related posts
- Custom Gradle Plugin for Unified Static Code Analysis
- No laburar en el laburo
- Technical Debt: Lessons from 10 Years of Change
- Ask HN: How can I DDOoS attack my personal website (for curiosity)?
- Spring Boot – Black Box Testing
- Need to run static code analysis weekly for several repos to detect dependency vulnerabilities and SAST issues. What are my best options?
- Flutter : a journey to higher-quality apps
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Feb 2023
Index
What are some of the best open-source Code Quality projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | Checkstyle | 7,503 |
2 | SonarQube | 7,475 |
3 | PMD | 4,143 |
4 | Tailor | 1,390 |
5 | sonar-php | 345 |
6 | gradle-baseline | 257 |
7 | error-prone-support | 90 |