jar

org.patterntesting : patterntesting-check-ct

Maven & Gradle

Jan 06, 2023
8 usages
1 stars

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 org.patterntesting : patterntesting-check-ct JAR file - Latest Versions:

All Versions

Download org.patterntesting : patterntesting-check-ct JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.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-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

patterntesting.check.ct.io

├─ patterntesting.check.ct.io.AbstractEncodingAspect.class - [JAR]

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

├─ patterntesting.check.ct.io.AbstractStreamAspect.class - [JAR]

├─ patterntesting.check.ct.io.EncodingAspect.class - [JAR]

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

├─ patterntesting.check.ct.io.StreamAspect.class - [JAR]

patterntesting.check.ct.exception

├─ patterntesting.check.ct.exception.AbstractExceptionAspect.class - [JAR]

├─ patterntesting.check.ct.exception.AbstractIllegalArgumentExceptionAspect.class - [JAR]

├─ patterntesting.check.ct.exception.ExceptionAspect.class - [JAR]

├─ patterntesting.check.ct.exception.IllegalArgumentExceptionAspect.class - [JAR]

patterntesting.check.ct

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

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

├─ patterntesting.check.ct.AbstractOnlyForTestingAspect.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.JUnit5Aspect.class - [JAR]

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

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

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

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

Advertisement