Home | History | Annotate | only in /external/chromium_org/third_party/checkstyle
Up to higher level directory
NameDateSize
checkstyle-5.7-all.jar10-Mar-20153.3M
java.header10-Mar-20151,013
LICENSE10-Mar-201525.8K
LICENSE.apache2010-Mar-201511.1K
OWNERS10-Mar-201539
README.chromium10-Mar-2015840
RIGHTS.antlr10-Mar-20151.2K
sun_checks.xml10-Mar-20156.5K

README.chromium

      1 Name: Checkstyle is a development tool to help programmers write Java code that
      2       adheres to a coding standard.
      3 Short Name: checkstyle
      4 URL: http://checkstyle.sourceforge.net/
      5 Version: 5.7
      6 License: LGPL 2.1
      7 License File: LICENSE
      8 Security Critical: no
      9 
     10 Description:
     11 Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
     12 
     13 Local Modifications:
     14 - Removed contrib/ and site/ directories that contained examples of how to write
     15   new checkstyle modules.
     16 - Removed xml files used for Eclipse setup when building new checkstyle modules.
     17   - checkstyle_checks.xml
     18   - import-control.xml
     19   - supressions.xml
     20 - Removed jars already included in checkstyle-5.7-all.jar
     21   - antlr-2.7.7.jar
     22   - checkstyle-5.7.jar
     23   - commons-beanutils-core-1.8.3.jar
     24   - commons-cli-1.2.jar
     25   - commons-logging-1.1.1.jar
     26   - guava-jdk5-14.0.1.jar
     27