View Javadoc
1   package org.checkstyle.suppressionxpathfilter.commentsindentation;
2   
3   import java.util.Arrays;
4   
5   public class InputXpathCommentsIndentationDistributedStatement {
6       public void foo() {
7           String s = "";
8           int n = s
9                       .length();
10                          // Comment // warn
11      }
12  }