comparison mx/suite.py @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 83bbc0e5891a
children ab489bac3bc8
comparison
equal deleted inserted replaced
18162:ab62800259ff 18163:c88ab4f1f04a
17 ], 17 ],
18 "sourceSha1" : "28e0ad201304e4a4abf999ca0570b7cffc352c3c", 18 "sourceSha1" : "28e0ad201304e4a4abf999ca0570b7cffc352c3c",
19 "dependencies" : ["HAMCREST"], 19 "dependencies" : ["HAMCREST"],
20 }, 20 },
21 21
22 "CHECKSTYLE" : {
23 "path" : "lib/checkstyle-6.0-all.jar",
24 "urls" : [
25 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/checkstyle-6.0-all.jar",
26 "jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/6.0/checkstyle-6.0-bin.zip/download!/checkstyle-6.0/checkstyle-6.0-all.jar",
27 ],
28 "sha1" : "2bedc7feded58b5fd65595323bfaf7b9bb6a3c7a",
29 },
30
22 "HAMCREST" : { 31 "HAMCREST" : {
23 "path" : "lib/hamcrest-core-1.3.jar", 32 "path" : "lib/hamcrest-core-1.3.jar",
24 "urls" : [ 33 "urls" : [
25 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/hamcrest-core-1.3.jar", 34 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/hamcrest-core-1.3.jar",
26 "https://search.maven.org/remotecontent?filepath=org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", 35 "https://search.maven.org/remotecontent?filepath=org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar",