lombok-ast 0.2+ds-7 source package in Ubuntu

Changelog

lombok-ast (0.2+ds-7) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.1.
  * Add JcTreeConverter.patch and remove obsolete CommentInfo class references.
    CommentInfo is no longer present in lombok. (Closes: #1011735, #1012874)
  * Add datetime.patch to work around a FTBFS due to a negative datetime value.

 -- Markus Koschany <email address hidden>  Fri, 12 Aug 2022 12:34:52 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok-ast_0.2+ds-7.dsc 2.3 KiB 21effadc44fb630aca7f0046d7e909e2279f5b07dc4d0bed84328416d7eee2b8
lombok-ast_0.2+ds.orig.tar.xz 802.9 KiB ccace34823c50b84cac1ee2880a37f79ca1524eb2cd37f252d7e07d60ee40c42
lombok-ast_0.2+ds-7.debian.tar.xz 11.8 KiB 02a8f499708317da9a0cb98ce59f3de2f407da0acdff344db56cb09ed07ca975

Available diffs

No changes file available.

Binary packages built by this source

liblombok-ast-java: Robust parser + AST for the Java language

 Lombok wraps the Abstract Syntax Tree (AST) produced by a target
 platform into its own AST system, mostly because both Eclipse and
 javac do not allow upward traversal (from a method to its owning
 type, for example).