-
Updated
May 6, 2022 - Java
Code quality
Automate your code review with style, quality, security, and test‑coverage checks when you need them most. Code quality is intended to keep complexity down and runtime up.
Here are 55 public repositories matching this topic...
Piranha transforms:
someConsumer.accept((x) -> {
if(exp.isTreated(STALE_FLAG)){
doSomething(x);
}
else{
domeSomethingElse(x);
}
-
Updated
May 2, 2022 - Java
-
Updated
May 6, 2022 - Java
-
Updated
Apr 24, 2022 - Java
-
Updated
Apr 26, 2022 - Java
-
Updated
May 1, 2022 - Java
-
Updated
Aug 23, 2021 - Java
-
Updated
Mar 31, 2021 - Java
(Copy of pmayweg#80)
Some issues like :
- grvy:org.codenarc.rule.imports.UnusedImportRule
- grvy:org.codenarc.rule.unused.UnusedPrivateFieldR
should be set to Code Smell instead of Bug.
In general the Groovy rules should follow the Java rule categories.
-
Updated
Mar 25, 2022 - Java
-
Updated
Mar 31, 2021 - Java
-
Updated
Apr 28, 2022 - Java
The description of BinaryOperatorSeparatedBySpace does not fit the name
-
Updated
Mar 14, 2022 - Java
-
Updated
Mar 29, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Feb 21, 2017 - Java
-
Updated
Sep 27, 2021 - Java
-
Updated
Mar 31, 2021 - Java
-
Updated
Mar 31, 2021 - Java
1. User story summary
As a maintainer,
I want to assess the probability of defects from source code patterns
In order to remediate before I release.
3. Acceptance criteria
- 1. SpotBugs, fb-contrib, and Find Security Bugs has executable goals.
- 2.
mvn sitereports po
-
Updated
Dec 30, 2019 - Java
-
Updated
Apr 30, 2022 - Java
-
Updated
Sep 1, 2020 - Java
-
Updated
Feb 12, 2022 - Java
-
Updated
Apr 28, 2021 - Java
Code quality apps
Sider
Automatically analyze pull request against custom per-project rulesets and best practices
Datree
Policy enforcement solution for confident and compliant code
Code Climate
Automated code review for technical debt and test coverage
Imgbot
A GitHub app that optimizes your images
Better Code Hub
A Benchmarked Definition of Done for Code Quality with BetterCodeHub
codebeat
Code review expert on demand. Automated for mobile and web
Code Review Doctor
Python and Django code review tool that offers the fix right inside your PR
DeepScan
Advanced static analysis for automatically finding runtime errors in JavaScript code
CodeFactor
Automated code review for GitHub
Codecov | Code Coverage
Automatic test report merging for all CI and languages into a single code coverage report directly into your pull request
DeepSource
Fastest and reliable static anlaysis platform for engineering teams
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
Codiga
Automate code reviews, analyze and scan code at each push/pull request
Semgrep
Code scanning at ludicrous speed. Find bugs and enforce code standards
Restyled.io
Restyle Pull Requests as they're opened
Affects PMD Version:
6.45.0
Description:
UseCollectionIsEmptyRule fails with NPE if: