bcel 6.4.1-1 source package in Ubuntu

Changelog

bcel (6.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Updated the Maven rules
    - Fixes a test failure likely caused by a recent OpenJDK 11 update
      (Closes: #952220)
  * Updated the watch file
  * Standards-Version updated to 4.5.0

 -- Emmanuel Bourg <email address hidden>  Mon, 24 Feb 2020 12:07:44 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bcel_6.4.1-1.dsc 2.1 KiB aa6ce8a72e9d5334a7b44e9393e2cc7ee98d993acfc601b61c4f7230d613865b
bcel_6.4.1.orig.tar.xz 689.5 KiB 1532b09e90124df0ddee0af692555f4e70913088d9764ddf1afc8b0088ca835a
bcel_6.4.1-1.debian.tar.xz 5.7 KiB a90b50fd3cac4f492e8800e61013fa7640f01d0983a86b0bbb0ec2331a638626

Available diffs

No changes file available.

Binary packages built by this source

libbcel-java: Analyze, create, and manipulate (binary) Java class files

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.

libbcel-java-doc: Documentation for Byte Code Engineering Library (BCEL)

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.
 .
 This package contains the API (javadoc) documentation.