animal-sniffer 1.7-2ubuntu1 source package in Ubuntu
Changelog
animal-sniffer (1.7-2ubuntu1) saucy; urgency=low * debian/control: Build-depend on libbackport-util-concurrent-java to fix FTBFS. -- Logan Rosen <email address hidden> Tue, 18 Jun 2013 21:08:14 -0400
Upload details
- Uploaded by:
- Logan Rosen
- Uploaded to:
- Saucy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
animal-sniffer_1.7.orig.tar.gz | 63.3 KiB | 2084a6b042fe7815b3a5ffeb55e6b1c277f75a01c30aa4608f416ab1f9a09b6f |
animal-sniffer_1.7-2ubuntu1.debian.tar.gz | 5.4 KiB | a6a90620f8acb1d62297d553e47c640631f85016f7f9063a3803f6f5bae51fbc |
animal-sniffer_1.7-2ubuntu1.dsc | 2.2 KiB | 955b6dfb3f7af65b06cf13e30e1e91326b881d3155f29f22a0db6c24fac7c063 |
Available diffs
- diff from 1.7-2 (in Debian) to 1.7-2ubuntu1 (776 bytes)
Binary packages built by this source
- libanimal-sniffer-java: JDK/API verification tools
Animal Sniffer provides tools to assist verifying that classes compiled with a
newer JDK/API are compatible with an older JDK/API.
.
The Java Boot Classpath Detector is an executable jar file which tries to
determine the boot classpath of the Java Runtime and outputs that classpath to
the standard output.
.
Animal Sniffer Annotations provides Java 1.5+ annotations which allow marking
methods which Animal Sniffer should ignore signature violations of. Animal
Sniffer is designed to detect when you have used classes/methods/ fields which
are not part of the JRE that you are targeting. There are certain situations
when you might be compiling with a newer JDK than the JRE you are targeting.
.
The Animal Sniffer ANT Tasks can be used to build signatures of APIs and to
check your classes against previously generated signatures.
.
The Animal Sniffer Enforcer Rule is used to check your classes against
previously generated signatures.
.
The Animal Sniffer Maven Plugin is used to build signatures of APIs and to
check your classes against previously generated signatures.
- libanimal-sniffer-java-doc: Documentation for Animal Sniffer
Animal Sniffer provides tools to assist verifying that classes compiled with a
newer JDK/API are compatible with an older JDK/API.
.
This package contains the API documentation of libanimal-sniffer- java.