DOC

com.github.sanity4j : sanity4j

Maven & Gradle

Oct 30, 2018
0 stars

Sanity4J · Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

Table Of Contents

Latest Version

Download com.github.sanity4j : sanity4j Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.sanity4j : sanity4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.8.x

How to open Javadoc JAR file in web browser

  1. Rename the file sanity4j-1.8.2-javadoc.jar to sanity4j-1.8.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sanity4j-1.8.2-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 "sanity4j-1.8.2-sources.jar" -d "sanity4j-1.8.2-javadoc" -subpackages