Group: SF Qualitycheck

Sort: popular | newest

1. Quality Check12 usages

net.sf.qualitycheck » quality-checkApache

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 ...
Last Release on Aug 1, 2013

2. Quality Test5 usages

net.sf.qualitycheck » quality-testApache

The goal of quality-test is to provide a small Java library for basic code quality checks within unit tests. It is discouraged to use quality-test in production code. The checks provided in this library are designed to be used in unit-tests. The checks and utilities provided in this package check static properties of classes, for example whether classes are marked final or constructors are private. Additionally, there are utils to give additional code coverage for private constructors. Quality-Test ...
Last Release on Aug 1, 2013

3. Quality :: Project

net.sf.qualitycheck » quality-parentApache

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 ...
Last Release on Aug 1, 2013

4. Quality :: Distribution

net.sf.qualitycheck » distributionApache

This project is intended to create distributions of the Quality-Check multimodule project.
Last Release on Aug 1, 2013

5. Quality Immutable Object

net.sf.qualitycheck » quality-immutable-objectApache

The goal of Quality-Immutable-Object is to provide a small Java library that generates automatically an immutable object class and corresponding builder based on an Java interface (only with accessor methods).
Last Release on Aug 1, 2013