All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download quality-check JAR 1.2 with all dependencies


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.

Files of the artifact quality-check version 1.2 from the group net.sf.qualitycheck.

Test

Download quality-check (1.2)
Artifact quality-check
Group net.sf.qualitycheck
Version 1.2
Last update 22. May 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-check/
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies jsr305, commons-logging, junit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!
There is a newer version: 1.3
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of quality-check Show documentation

Please rate this JAR file. Is it a good library?

3 downloads

Source code of quality-check version 1.2

META-INF
META-INF.META-INF.MANIFEST.MF
net.sf.qualitycheck
net.sf.qualitycheck.net.sf.qualitycheck.ArgumentsChecked
net.sf.qualitycheck.net.sf.qualitycheck.Check
net.sf.qualitycheck.net.sf.qualitycheck.ConditionalCheck
net.sf.qualitycheck.net.sf.qualitycheck.NumberInRange
net.sf.qualitycheck.net.sf.qualitycheck.Throws
net.sf.qualitycheck.exception
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalEmptyArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalMissingAnnotationException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNaNArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNegativeArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNotEqualException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNotGreaterThanException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNotLesserThanException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNotNullArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNullArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNullElementsException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNumberArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNumberRangeException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalNumericArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalPatternArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalPositionIndexException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalPositiveArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalRangeException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.IllegalStateOfArgumentException
net.sf.qualitycheck.exception.net.sf.qualitycheck.exception.RuntimeInstantiationException




© 2015 - 2025 Weber Informatics LLC | Privacy Policy