License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.patterntesting |
ArtifactId | ArtifactIdpatterntesting-check-ct |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpatterntesting-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").
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-check-ct/ -->
<dependency>
<groupId>net.sf.patterntesting</groupId>
<artifactId>patterntesting-check-ct</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-check-ct/
implementation 'net.sf.patterntesting:patterntesting-check-ct:0.9.9'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-check-ct/
implementation ("net.sf.patterntesting:patterntesting-check-ct:0.9.9")
'net.sf.patterntesting:patterntesting-check-ct:jar:0.9.9'
<dependency org="net.sf.patterntesting" name="patterntesting-check-ct" rev="0.9.9">
<artifact name="patterntesting-check-ct" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting-check-ct', version='0.9.9')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting-check-ct" % "0.9.9"
[net.sf.patterntesting/patterntesting-check-ct "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.patterntesting : patterntesting-rt | jar | [0.9.7,] |
org.aspectj : aspectjrt | jar | 1.6.5 |
commons-lang : commons-lang | jar | [2.3,] |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.15 |