Last Version

de.unkrig.cs-contrib - Additional checks, filters and quickfixes for CheckStyle and Eclipse-CS 1.0.8

This version works with most CheckStyle versions up to and including 8.20, but not with later CS versions, because they unintentionally made a breaking change in version 8.21 (class DetailAst was changed to an interface).

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

de.unkrig.checkstyle
ArtifactId

ArtifactId

cs-contrib
Version

Version

1.0.8
Type

Type

jar
Description

Description

de.unkrig.cs-contrib - Additional checks, filters and quickfixes for CheckStyle and Eclipse-CS
This version works with most CheckStyle versions up to and including 8.20, but not with later CS versions, because they unintentionally made a breaking change in version 8.21 (class DetailAst was changed to an interface).
Project URL

Project URL

http://cs-contrib.unkrig.de/
Source Code Management

Source Code Management

https://github.com/aunkrig/cs-contrib

Download cs-contrib 1.0.8


<!-- https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/ -->
<dependency>
    <groupId>de.unkrig.checkstyle</groupId>
    <artifactId>cs-contrib</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/
implementation 'de.unkrig.checkstyle:cs-contrib:1.0.8'
// https://jarcasting.com/artifacts/de.unkrig.checkstyle/cs-contrib/
implementation ("de.unkrig.checkstyle:cs-contrib:1.0.8")
'de.unkrig.checkstyle:cs-contrib:jar:1.0.8'
<dependency org="de.unkrig.checkstyle" name="cs-contrib" rev="1.0.8">
  <artifact name="cs-contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.checkstyle', module='cs-contrib', version='1.0.8')
)
libraryDependencies += "de.unkrig.checkstyle" % "cs-contrib" % "1.0.8"
[de.unkrig.checkstyle/cs-contrib "1.0.8"]

Dependencies

compile (3)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 8.21
de.unkrig.commons : commons-nullanalysis jar 1.2.14
de.unkrig : doclet-cs-annotation Optional jar 1.1.0

Project Modules

There are no modules declared in this project.