软件包: checkstyle (8.36.1-1)
checkstyle 的相关链接
Trisquel 的资源:
下载源码包 checkstyle:
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Emmanuel Bourg
外部的资源:
- 主页 [checkstyle.sourceforge.io]
相似软件包:
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 有关的软件包
|
|
|
-
- dep: antlr
- language tool for constructing recognizers, compilers etc
-
- dep: default-jre-headless
- Standard Java or Java compatible Runtime (headless)
- 或者 java7-runtime-headless
- 本虚包由这些包填实: default-jre-headless, openjdk-11-jre-headless, openjdk-17-jre-headless, openjdk-18-jre-headless, openjdk-8-jre-headless
-
- dep: java-wrappers (>= 0.1.6)
- wrappers for java executables
-
- dep: libantlr4-runtime-java
- Runtime library for ANTLR 4
-
- dep: libcommons-beanutils-java (>= 1.5)
- Apache Commons BeanUtils - Utility for manipulating Java beans
-
- dep: libcommons-lang3-java
- Apache Commons Lang utility classes
-
- dep: libcommons-logging-java
- common wrapper interface for several logging APIs
-
- dep: libguava-java (>= 1.0~rc2)
- Suite of Google common libraries for Java
-
- dep: libpicocli-java
- Tiny command line interpreter library for Java applications
-
- dep: libreflections-java
- Java runtime metadata analysis library
-
- dep: libsaxonhe-java (>= 9.8.0.8~)
- Saxon-HE is the XSLT and XQuery Processor
-
- sug: ant-optional
- Java based build tool like make - optional libraries
-
- sug: junit4
- JUnit regression test framework for Java