javassist 1:3.12.1.ga-2 source package in Ubuntu
Changelog
javassist (1:3.12.1.ga-2) unstable; urgency=low * Team upload. [ James Page ] * Enable test suite for Ubuntu MIR (LP: #878186) (Closes: #646091): - d/rules: Use DEB_ANT_CHECK_TARGET to execute test suite, ensure ant-junit and junit are added to the classpath. - d/control: Added ant-optional and junit to B-D-I. [ Damien Raude-Morvan ] * Update Standards-Version: 3.9.3. -- Damien Raude-Morvan <email address hidden> Wed, 30 May 2012 01:32:57 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | libs | |
Trusty | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javassist_3.12.1.ga-2.dsc | 2.1 KiB | 0518ddfd353433ea2bea0b0e3316b24543a686e30574db5e740946288a91c357 |
javassist_3.12.1.ga.orig.tar.gz | 394.0 KiB | b3e89c8c8114a8a07b3176981ac1040b3ae3f5fe8b99c26e1ebd0a672ab3fe03 |
javassist_3.12.1.ga-2.debian.tar.gz | 4.1 KiB | aacb0f97b35a1ba51777058ab9e1cedcce2773b3419f040598c05a468eed8994 |
Available diffs
No changes file available.
Binary packages built by this source
- libjavassist-java: library for editing bytecodes in Java
This library makes Java bytecode manipulation simple. It enables Java
programs to define a new class at runtime and to modify a class file
when the JVM loads it.
.
Unlike other bytecode editors, Javassist provides two levels of API:
source level and bytecode level. With the source-level API, users can
edit a class file without knowledge of the specifications of the Java
bytecode. You can even specify inserted bytecode in the form of source
text; Javassist compiles it on the fly. On the other hand, the
bytecode-level API allows the users to directly edit a class file as
other editors.
- libjavassist-java-doc: library for editing bytecodes in Java -- documentation
This library makes Java bytecode manipulation simple. It enables Java
programs to define a new class at runtime and to modify a class file
when the JVM loads it.
.
Unlike other bytecode editors, Javassist provides two levels of API:
source level and bytecode level. With the source-level API, users can
edit a class file without knowledge of the specifications of the Java
bytecode. You can even specify inserted bytecode in the form of source
text; Javassist compiles it on the fly. On the other hand, the
bytecode-level API allows the users to directly edit a class file as
other editors.
.
This package includes the documentation.