Last Version

Quality-Check 1.3

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.qualitycheck
ArtifactId

ArtifactId

quality-check
Version

Version

1.3
Type

Type

jar
Description

Description

Quality-Check
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.
Project URL

Project URL

http://qualitycheck.sourceforge.net/modules/quality-check/

Download quality-check 1.3


<!-- https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-check/ -->
<dependency>
    <groupId>net.sf.qualitycheck</groupId>
    <artifactId>quality-check</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-check/
implementation 'net.sf.qualitycheck:quality-check:1.3'
// https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-check/
implementation ("net.sf.qualitycheck:quality-check:1.3")
'net.sf.qualitycheck:quality-check:jar:1.3'
<dependency org="net.sf.qualitycheck" name="quality-check" rev="1.3">
  <artifact name="quality-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.qualitycheck', module='quality-check', version='1.3')
)
libraryDependencies += "net.sf.qualitycheck" % "quality-check" % "1.3"
[net.sf.qualitycheck/quality-check "1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

test (4)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
junit : junit jar 4.11
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.