#
pmd
Here are 120 public repositories matching this topic...
[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
android
kotlin
analysis
rxjava
findbugs
pmd
checkstyle
mvp
mockito
espresso
robolectric
android-mvp-kotlin
-
Updated
Aug 14, 2019 - Kotlin
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
-
Updated
Dec 21, 2017 - Java
Easy setup of static analysis tools for Android and Java projects.
-
Updated
Mar 8, 2020 - Groovy
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
android
kotlin
lint
java
groovy
gradle
findbugs
pmd
checkstyle
gradle-plugin
code-quality
cpd
detekt
errorprone
ktlint
findbugs-plugin
-
Updated
Apr 10, 2020 - Kotlin
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
-
Updated
Jan 7, 2020 - Groovy
Quality Police for Java projects
-
Updated
Jun 15, 2020 - Java
Jenkins Warnings Plugin - Next Generation
static-code-analysis
findbugs
pmd
checkstyle
static-analysis
jenkins-plugin
spotbugs
error-prone
jenkins-warnings
-
Updated
Sep 3, 2020 - Java
TvFlix android app using Dagger Hilt, Coroutines, Jetpack(Room, ViewModel, Paging, LiveData) based on MVVM architecture purely written in Kotlin
kotlin
unit-testing
clean-code
pmd
checkstyle
mockito
dagger2
retrofit2
kotlin-dsl
mvvm-architecture
databinding
kotlin-coroutines
coroutines-android
codeanalysis
espresso-tests
android-architecture-components
jetpack-pagination
jetpack-lifecycle-components
jetpack-room
hilt-android
-
Updated
Aug 25, 2020 - Kotlin
Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
-
Updated
Aug 10, 2020 - Java
-
Updated
Sep 2, 2020 - Java
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
-
Updated
Jul 28, 2020 - Java
Gradle quality plugin for Java and Groovy
-
Updated
May 13, 2020 - Groovy
A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.
-
Updated
Aug 11, 2020 - Java
Copy & Paste Detector plugin using PMD for sbt.
-
Updated
Jun 20, 2018 - Scala
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
-
Updated
Feb 13, 2018 - Shell
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
-
Updated
May 22, 2017 - Kotlin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
android
gradle
static-code-analysis
android-lint
linter
findbugs
pmd
checkstyle
static-analysis
code-analysis
code-quality
cpd
spotbugs
-
Updated
Aug 6, 2020 - Groovy
The Rule Designer is a graphical tool that helps PMD users develop their custom rules
-
Updated
Aug 23, 2020 - Java
setup CheckStyle, FindBugs, PMD and Lint for your Android project easily
-
Updated
Jan 7, 2018 - Shell
Static analysis tools: PMD, Findbugs, Checkstyle, Lint and Jacoco on multi module build with an Android app module, Android library module and a Java module
lint
java
coverage
gradle
static-code-analysis
findbugs
pmd
checkstyle
static-analysis
static
android-library
instrumentation-tests
jacoco
android-java-multi
-
Updated
May 8, 2017 - Java
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
android
material-design
fabric
findbugs
pmd
checkstyle
static-analysis
android-development
mockito
junit
android-architecture
dagger2
glide
sqlite-android
loaders
android-data-binding
crashlytics
stetho
mvp-android
espresso-tests
-
Updated
Jul 7, 2017 - Java
eclipse-pmd has been moved to
-
Updated
Mar 29, 2020 - Java
Static code analysis plugin for next-generation Android projects.
-
Updated
Nov 9, 2018 - XSLT
A simple framework for gesture recognition in Java
microsoft
java
demo
dtw
eclipse
findbugs
pmd
kinect
javadoc
eclipse-plugin
ivy
java-8
bintray
dynamic-time-warping
gesture-recognition
kinect-sensor
knn-classification
kinect-v2
kinect2
knn-algorithm
-
Updated
Oct 2, 2019 - Java
-
Updated
Apr 29, 2020 - XSLT
Problematic Salesforce code to showcase Apex PMD and Codacy
-
Updated
Jun 2, 2020 - Apex
Improve this page
Add a description, image, and links to the pmd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pmd topic, visit your repo's landing page and select "manage topics."
Description
Hello,
it would be awesome if you could enforce your own rules to your own code, because people could then have a look at it for reference.
I just opened up the very first file I came across and immediately saw multiple rule violations:
https://phpmd.org/rules/cleancode.html#elseexpression
https://github.com/phpmd/phpmd/blob/master/src/bin/phpmd#L25
https://github.com/phpm