All Projects → bjrke → JSR305CheckstylePlugin

bjrke / JSR305CheckstylePlugin

Licence: LGPL-2.1 license
a plugin which ensures nullness annotations on methods and constructors

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JSR305CheckstylePlugin

Gradle Static Analysis Plugin
Easy setup of static analysis tools for Android and Java projects.
Stars: ✭ 398 (+1994.74%)
Mutual labels:  findbugs, checkstyle
java-quality-checks
No description or website provided.
Stars: ✭ 33 (+73.68%)
Mutual labels:  findbugs, checkstyle
Android Starter
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
Stars: ✭ 522 (+2647.37%)
Mutual labels:  findbugs, checkstyle
static-code-analysis-plugin
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.
Stars: ✭ 36 (+89.47%)
Mutual labels:  findbugs, checkstyle
Gradle Quality Plugin
Gradle quality plugin for Java and Groovy
Stars: ✭ 97 (+410.53%)
Mutual labels:  findbugs, checkstyle
Gradle Code Quality Tools Plugin
Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Stars: ✭ 282 (+1384.21%)
Mutual labels:  findbugs, checkstyle
Codeanalysis
Android静态代码分析
Stars: ✭ 31 (+63.16%)
Mutual labels:  findbugs, checkstyle
Kotlin Android Starter
[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
Stars: ✭ 589 (+3000%)
Mutual labels:  findbugs, checkstyle
qulice
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
Stars: ✭ 286 (+1405.26%)
Mutual labels:  checkstyle, checkstyle-plugin
Violations Lib
Java library for parsing report files from static code analysis.
Stars: ✭ 94 (+394.74%)
Mutual labels:  findbugs, checkstyle
Warnings Ng Plugin
Jenkins Warnings Plugin - Next Generation
Stars: ✭ 248 (+1205.26%)
Mutual labels:  findbugs, checkstyle
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+352.63%)
Mutual labels:  findbugs, checkstyle
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (+15.79%)
Mutual labels:  findbugs, checkstyle
Okcheck
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
Stars: ✭ 285 (+1400%)
Mutual labels:  findbugs, checkstyle
Quality Checks
Gradle plugin which includes Checkstyle, FindBugs, and PMD basic configuration.
Stars: ✭ 38 (+100%)
Mutual labels:  findbugs, checkstyle
Gnag
A Gradle plugin that helps facilitate GitHub PR checking and automatic commenting of violations.
Stars: ✭ 120 (+531.58%)
Mutual labels:  findbugs, checkstyle
gradle-circle-style
🚀🚀🚀MOVED TO Baseline
Stars: ✭ 28 (+47.37%)
Mutual labels:  findbugs, checkstyle
danger-plugin-lint-report
No description or website provided.
Stars: ✭ 17 (-10.53%)
Mutual labels:  checkstyle
Sonar Findbugs
SpotBugs plugin for SonarQube
Stars: ✭ 218 (+1047.37%)
Mutual labels:  findbugs
Spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Stars: ✭ 2,569 (+13421.05%)
Mutual labels:  findbugs

JSR 305 Checkstyle Plugin Build Status License: LGPL v2.1+

A checkstyle plugin which ensures nullness annotations on methods and constructors.

Requirements

  • JDK 8
  • checkstyle 6.16.1+

Usage

Copy JSR305Checkstyle-x.x.x.jar into your eclipse dropins directory or add it to the classpath of your checkstyle task.

Add this to your checkstyle.xml:

<module name="Jsr305Annotations">
    <property name="packages" value="your.package.path.to.check,another.package.path.to.check"/>
</module>

and enjoy

Development

It is a gradle project with included gradle wrapper.

To develop, import project to eclipse with default settings after typing:

./gradlew eclipse

To build the jar type:

./gradlew jar

Release

This project uses an annotated git tag to get the version number. To release you have to:

License

This plugin was original licensed under GPL but is now relicensed under LGPL v2.1 or above. See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].