DOC

net.sf.qualitycheck : quality-parent

Maven & Gradle

Aug 01, 2013
7 stars

Quality :: Project · The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support.

Table Of Contents

Latest Version

Download net.sf.qualitycheck : quality-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.qualitycheck : quality-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3
1.2
1.1
1.0
0.10
0.9

How to open Javadoc JAR file in web browser

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