1 5 package com.puppycrawl.tools.checkstyle.filters; 6 7 11 class InputSuppressionCommentFilter 12 { 13 private int I; 14 15 16 private int J; 17 18 19 private int K; 20 21 private int L; 23 private static final int m = 0; 24 27 private int M2; 28 private static final int n = 0; 29 31 private int P; 33 35 private int Q; 36 37 private int R; 39 private static final int s = 0; 40 42 private int T; 44 46 public static void doit1(int aInt) 48 { 49 } 50 public static void doit2(int aInt) 52 { 53 } 54 55 public void doit3() 56 { 57 try { 58 for(int i = 0; i < 10; i++) { 60 while(true) { 62 try { 63 } catch(Exception e) { 65 } 67 } 68 } 70 } catch(Exception ex) { 72 } 74 } 75 } 76 | Popular Tags |