Quality-Check quality-check

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.
版本 仓库 发布时间
1.3 central 2013-08-02 03:06
1.2 central 2013-05-23 02:41
1.1 central 2013-03-25 06:05
1.0 central 2013-01-03 02:45
1.0-RC1 central 2012-11-28 20:49
0.10 central 2012-09-13 03:53
0.9 central 2012-09-03 23:48
索引仓库
仓库 个数
Central 592045