Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: third_party/checkstyle/README.chromium

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Checkstyle is a development tool to help programmers write Java code that 1 Name: Checkstyle is a development tool to help programmers write Java code that
2 adheres to a coding standard. 2 adheres to a coding standard.
3 Short Name: checkstyle 3 Short Name: checkstyle
4 URL: http://checkstyle.sourceforge.net/ 4 URL: http://checkstyle.sourceforge.net/
5 Version: 5.9 5 Version: 6.1
6 License: LGPL 2.1 6 License: LGPL 2.1
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 Checkstyle is used to validate Java code style on Chromium PRESUBMIT step. 11 Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
12 12
13 Local Modifications: 13 Local Modifications:
14 - Removed contrib/ and site/ directories that contained examples of how to write 14 - Downloaded checkstyle-6.1-all.jar without source code development
15 new checkstyle modules. 15 documentation.
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.9-all.jar
21 - antlr-2.7.7.jar
22 - checkstyle-5.9.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
OLDNEW
« no previous file with comments | « third_party/android_testrunner/adb_interface.py ('k') | third_party/checkstyle/checkstyle-5.9-all.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698