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 ...
License | Apache 2.0 |
---|---|
Categories | Code Analyzers |
Tags | analysis |
Ranking | #30038 in MvnRepository (See Top Artifacts) #10 in Code Analyzers |
Used By | 12 artifacts |