comparison graal/com.oracle.truffle.api/.checkstyle_checks.xml @ 18844:f2261069ba99

removed deprecated JUnitTestCase checkstyle check see: https://github.com/checkstyle/checkstyle/issues/457
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Jan 2015 19:05:36 +0100
parents c88ab4f1f04a
children 143038c60b3b
comparison
equal deleted inserted replaced
18842:437894ecd7c5 18844:f2261069ba99
99 <module name="DefaultComesLast"/> 99 <module name="DefaultComesLast"/>
100 <module name="InnerAssignment"> 100 <module name="InnerAssignment">
101 <property name="severity" value="ignore"/> 101 <property name="severity" value="ignore"/>
102 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/> 102 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
103 </module> 103 </module>
104 <module name="JUnitTestCase"/>
105 <module name="ModifiedControlVariable"/> 104 <module name="ModifiedControlVariable"/>
106 <module name="MutableException"> 105 <module name="MutableException">
107 <property name="severity" value="ignore"/> 106 <property name="severity" value="ignore"/>
108 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/> 107 <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
109 </module> 108 </module>