DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.patterntesting : patterntesting-check-ct Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file patterntesting-check-ct-0.9.9-javadoc.jar to patterntesting-check-ct-0.9.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder patterntesting-check-ct-0.9.9-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "patterntesting-check-ct-0.9.9-sources.jar" -d "patterntesting-check-ct-0.9.9-javadoc" -subpackages