Quality-Check quality-check

Parent quality-parent
Group net.sf.qualitycheck
描述 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.
Packaging jar
Size 28.52 KB
文件 pom jar
网址 http://qualitycheck.sourceforge.net/modules/quality-check/
发布时间 2013-01-03 02:45

dependencies

Group Artifact Version
com.google.code.findbugs jsr305
commons-logging commons-logging
junit junit
org.slf4j slf4j-api
org.slf4j slf4j-simple

developers

licenses

The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt
索引仓库
仓库 个数
Central 592045
7079504