checkstyle 5.6-2ubuntu0.1 source package in Ubuntu

Changelog

checkstyle (5.6-2ubuntu0.1) trusty; urgency=medium

  * Update the wrapper script to include the libcommons-collections3 jar
    library (LP: #1308794)
  * Add libcommons-collection3-java as a dependency
 -- Saikrishna Arcot <email address hidden>   Wed, 16 Apr 2014 21:58:42 -0400

Upload details

Uploaded by:
Saikrishna Arcot
Sponsored by:
Sebastien Bacher
Uploaded to:
Trusty
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe libs

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
checkstyle_5.6.orig.tar.gz 735.2 KiB fd4d15f7a67598e16c113cf92508aadb4792dbc8ebf1366557df2541077d2297
checkstyle_5.6-2ubuntu0.1.debian.tar.gz 8.6 KiB d779800c9b19c8764ed202d0c7d7a8a0458f8b3b7673a2421b9a26995c3496a8
checkstyle_5.6-2ubuntu0.1.dsc 1.7 KiB 0e95747e2b3afcaba8c7ae9d5091c3357870518d08ba0654bc812a66d608dfa0

Available diffs

View changes file

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.