File: control

package info (click to toggle)
checkstyle 4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,428 kB
  • ctags: 7,629
  • sloc: java: 47,540; xml: 15,957; makefile: 32
file content (25 lines) | stat: -rw-r--r-- 1,646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: checkstyle
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>, Paul Cager <paul-debian@home.paulcager.org>
Build-Depends: cdbs, debhelper (>= 5), ant
Build-Depends-Indep: java-gcj-compat-dev, ant-optional, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr (>= 2.7.6), libcommons-cli-java, velocity, libjdom0-java, tofrodos
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle
Homepage: http://checkstyle.sourceforge.net/

Package: checkstyle
Architecture: all
Depends:  java-gcj-compat | java1-runtime | java2-runtime, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java
Description: 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. As well, other sample configuration files are
 supplied for other well known conventions.