jar

net.sf.patterntesting : patterntesting-check-ct

Maven & Gradle

Dec 30, 2009
1 usages

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").

Table Of Contents

Latest Version

Download net.sf.patterntesting : patterntesting-check-ct JAR file - Latest Versions:

All Versions

Download net.sf.patterntesting : patterntesting-check-ct JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window patterntesting-check-ct-0.9.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

patterntesting.check.ct

├─ patterntesting.check.ct.AbstractDatabaseAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractImmutableAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractIoAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractOnlyForTestingAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractSopAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractStackTraceAspect.class - [JAR]

├─ patterntesting.check.ct.AbstractStaticAspect.class - [JAR]

├─ patterntesting.check.ct.DatabaseAspect.class - [JAR]

├─ patterntesting.check.ct.ImmutableAspect.class - [JAR]

├─ patterntesting.check.ct.IoAspect.class - [JAR]

├─ patterntesting.check.ct.JUnit3Aspect.class - [JAR]

├─ patterntesting.check.ct.JUnit4Aspect.class - [JAR]

├─ patterntesting.check.ct.NamingConventionsAspect.class - [JAR]

├─ patterntesting.check.ct.OnlyForTestingAspect.class - [JAR]

├─ patterntesting.check.ct.SopAspect.class - [JAR]

├─ patterntesting.check.ct.StackTraceAspect.class - [JAR]

├─ patterntesting.check.ct.StaticAspect.class - [JAR]