All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download net.sf.qualitycheck JAR files with all dependencies

Search JAR files by class name

distribution from group net.sf.qualitycheck (version 1.3)

This project is intended to create distributions of the Quality-Check multimodule project.

Group: net.sf.qualitycheck Artifact: distribution
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact distribution
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies quality-check, quality-test,
There are maybe transitive dependencies!

quality-test from group net.sf.qualitycheck (version 1.3)

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 often can be used together with Google Reflections (http://code.google.com/p/reflections/) to perform checks such as, assure that every class in package *.dto.* is final or make sure that no class in the package *.controller.* contains any non-final static variables.

Group: net.sf.qualitycheck Artifact: quality-test
Show all versions Show documentation Show source 
 

1 downloads
Artifact quality-test
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
There are maybe transitive dependencies!

quality-immutable-object from group net.sf.qualitycheck (version 0.3)

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).

Group: net.sf.qualitycheck Artifact: quality-immutable-object
Show all versions Show documentation Show source 
 

1 downloads
Artifact quality-immutable-object
Group net.sf.qualitycheck
Version 0.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-immutable-object/
License not specified
Dependencies amount 16
Dependencies ST4, slf4j-api, javaparser, logback-classic, quality-check, velocity, guava, org.eclipse.equinox.common, org.eclipse.equinox.preferences, org.eclipse.jdt.core, org.eclipse.core.contenttype, org.eclipse.core.jobs, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.osgi, org.eclipse.text,
There are maybe transitive dependencies!

quality-check from group net.sf.qualitycheck (version 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.

Group: net.sf.qualitycheck Artifact: quality-check
Show all versions Show documentation Show source 
 

3 downloads
Artifact quality-check
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-check/
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies jsr305, commons-logging, junit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

quality-parent from group net.sf.qualitycheck (version 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.

Group: net.sf.qualitycheck Artifact: quality-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact quality-parent
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 5)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy