equalsverifier 4.5.2-1
Package Information
| Description | Java library to test equals() and hashCode() contracts EqualsVerifier verifies, in a single line of test code, that the contract between the equals() and hashCode() methods of a class is respected. It is designed to be called from a JUnit test. It checks every rule of the contract, including the ones that are easily overlooked: reflexivity, symmetry, transitivity, consistency and the handling of null, but also the mistakes that tend to go unnoticed until they cause a bug in production, such as forgetting to override hashCode(), using getClass() instead of instanceof, taking mutable or transient fields into account, and breaking the contract in a subclass. |
|---|---|
| Maintainer | Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> |
| Changed By | Emmanuel Bourg <ebourg@apache.org> |
| Sponsor | ebourg@apache.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/java-team/equalsverifier.git (browse) |
| Closes | #1148579 |
| Tracker | https://tracker.debian.org/pkg/equalsverifier |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Mon, 21 Sep 2026 10:46:57 +0200 |
| Source | equalsverifier |
| Version | 4.5.2-1 |
| Changed-By | Emmanuel Bourg |
| Architecture | source all |
Changelog
equalsverifier (4.5.2-1) unstable; urgency=medium . * Initial release (Closes: #1148579)
.dsc
| Component | main |
|---|---|
| Package-List | libequalsverifier-java deb java optional arch=all |
| Section | java |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: EqualsVerifier
Upstream-Contact: Jan Ouwens <jan.ouwens@gmail.com>
Source: https://github.com/jqno/equalsverifier
Files-Excluded: docs/*
video.png
Files: *
Copyright: 2009-2026, Jan Ouwens
License: Apache-2.0
Files: debian/*
Copyright: 2026, Emmanuel Bourg <ebourg@apache.org>
License: Apache-2.0
License: Apache-2.0
On Debian systems, the full text of the Apache License version 2.0
can be found in the file /usr/share/common-licenses/Apache-2.0.