log graal/com.oracle.graal.graph/.checkstyle_checks.xml @ 21066:82539241ff38

age author description
Fri, 03 Apr 2015 10:41:57 +0200 Doug Simon added Checkstyle rule to prevent non-ASCII characters in Java source files
Thu, 26 Mar 2015 11:38:27 +0100 Doug Simon added Checkstyle rule to forbid use of old synchronized classes such as StringBuffer, Vector, Hashtable and Stack
Mon, 12 Jan 2015 12:03:39 +0100 Doug Simon removed deprecated JUnitTestCase checkstyle check
Mon, 05 Jan 2015 01:31:07 +0100 Christian Humer Truffle-DSL: avoid some checkstyle errors for generated code.
Fri, 24 Oct 2014 16:18:10 +0200 Doug Simon re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings base graal/com.oracle.graal.graph/.checkstyle_checks.xml.disabled@b98f1eb49ee5
Mon, 19 Aug 2013 21:57:12 +0200 Doug Simon added suppression filter so that long help messages for Options can be supported without triggering Checkstyle errors in generated sources
Mon, 24 Jun 2013 22:56:07 +0200 Doug Simon updated Checkstyle rules to prohibit underscores in method names and fixed current violations