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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.qualitycheck
ArtifactId

ArtifactId

quality-parent
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://qualitycheck.sourceforge.net/
Source Code Management

Source Code Management

https://github.com/before/quality-check.git

Download quality-parent

Filename Size
quality-parent-1.3.pom 13 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules/quality-check
  • modules/quality-immutable-object
  • modules/quality-test
  • distribution

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.

We noticed that many projects just copy org.springframework.util.Assert or com.google.common.base.Preconditions to get access to these quality checks. Therefore we provide these features and small library that can be included in any application without big overhead.

License

Please visit the Quality-Check web site for more information:

http://qualitycheck.sourceforge.net/

Copyright 2012 André Rouél, Dominik Seichter

Dominik Seichter and André Rouél licenses this product to you under the Apache License, version 2.0 (the "License"); you may not use this product except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

net.sf.qualitycheck

Before

Before the fun 🎉

Versions

Version
1.3
1.2
1.1
1.0
1.0-RC1
0.10
0.9