p

patterntesting-check-ct

PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing. The checks are done during compile time (this is the "CT" in Check.CT").
http://patterntesting.org/release/check/ct/
Files download
File Operation
patterntesting-check-ct-2.0.2.jar download
patterntesting-check-ct-2.0.2.pom download
patterntesting-check-ct-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.patterntesting</groupId>
  <artifactId>patterntesting-check-ct</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.patterntesting:patterntesting-check-ct:2.0.2'
Gradle Kotlin
implementation("org.patterntesting:patterntesting-check-ct:2.0.2")
Scala SBT
libraryDependencies += "org.patterntesting" % "patterntesting-check-ct" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.patterntesting', module='patterntesting-check-ct', version='2.0.2')
)
Apache Ivy
<dependency org="org.patterntesting" name="patterntesting-check-ct" rev="2.0.2" />
Leiningen
[org.patterntesting/patterntesting-check-ct "2.0.2"]
Apache Buildr
'org.patterntesting:patterntesting-check-ct:jar:2.0.2'