q

quality-parent

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.
http://qualitycheck.sourceforge.net/
The Apache Software License, Version 2.0
André Rouél Dominik Seichter
Aggregated version Version Update time
1.3 1.3 Aug 02, 2013
1.2 1.2 May 23, 2013
1.1 1.1 Mar 25, 2013
1.0 1.0 Jan 03, 2013
1.0-RC1 Nov 28, 2012
0.10 0.10 Sep 13, 2012
0.9 0.9 Sep 03, 2012
7 Records