View Javadoc
1   package com.google.checkstyle.test.chapter3filestructure.rule333orderingandspacing;
2   
3   import static java.io.File.createTempFile;
4   import static java.awt.Button.ABORT; //warn
5   import static javax.swing.WindowConstants.*;
6   
7   import java.util.List;
8   import java.util.StringTokenizer;
9   import java.util.*; //warn
10  import java.util.concurrent.AbstractExecutorService;
11  import java.util.concurrent.*; //warn
12  
13  import com.google.checkstyle.test.chapter2filebasic.rule21filename.*; //warn
14  import com.google.checkstyle.test.chapter3filestructure.rule3sourcefile.*; //warn
15  
16  import com.google.common.reflect.*; //warn
17  
18  public class InputCustomImportOrder2 {
19  }