View Javadoc
1   /*xml
2   <module name="Checker">
3     <module name="TreeWalker">
4       <module
5           name="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMissingLeadingAsteriskCheck">
6       </module>
7     </module>
8   </module>
9   */
10  
11  package com.puppycrawl.tools.checkstyle.xmllogger;
12  
13  /**
14    Test for {@link com.puppycrawl.tools.checkstyle.xmllogger} when
15   * the column number is 0.
16   * <p>
17   * The test is to ensure that the column number is set to 0 in the XML output.
18   * </p>
19   */
20  public class InputXMLLoggerErrorOnZeroColumn {
21  }