checkstyle 5.6-2 source package in Ubuntu

Changelog

checkstyle (5.6-2) unstable; urgency=low


  * Disabled tests that require internet access, which may not be
    available on the build machines. Thanks to Andreas Moog.
    (Closes: #714109, LP: #1217909)

 -- Emmanuel Bourg <email address hidden>  Wed, 28 Aug 2013 18:26:59 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
checkstyle_5.6-2.dsc 2.3 KiB dc98ea2f3aba2bc2f1ebb745aad1053fe9525f6a7fcbb58d668830f6d8e91502
checkstyle_5.6.orig.tar.gz 735.2 KiB fd4d15f7a67598e16c113cf92508aadb4792dbc8ebf1366557df2541077d2297
checkstyle_5.6-2.debian.tar.gz 8.5 KiB 9d4f20fb6a91057cefa7e6d3d9990b2bf2acef0ab1a0224c7e5ad81c43c70685

Available diffs

No changes file available.

Binary packages built by this source

checkstyle: checks Java source against a coding standard

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.

checkstyle-doc: Documentation for Checkstyle

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.
 .
 This package contains the Javadoc files and some examples to illustrate
 how use the Checkstyle tool.