public class FailingCheckstyleCode { public static void main(String[] args) { for(int I=0;I<10;++I) { System.out.println("I is:"+I); } } }