A PMD Ruleset for Java
Paul Campbell
0609e158f7
Detects cases, when a method name indicates it returns a boolean (such as isSmall()) but it doesn't. Besides method names, the rule also checks field and variable names. It also checks, that getters return something but setters won't. The rule has several properties with which it can be customized. |
||
---|---|---|
.mvn/wrapper | ||
src/main/resources/net/kemitix/pmd | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG | ||
codesigning.asc.enc | ||
Jenkinsfile.groovy | ||
kemitix-pmd-ruleset.iml | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |