View Javadoc
1   /*
2   FileTabCharacter
3   eachLine = (default)false
4   fileExtensions = (default)
5   message.file.containsTab = File contains tab characters (this is the first instance) :)
6   
7   
8   */
9   
10  package com.puppycrawl.tools.checkstyle.checks.whitespace.filetabcharacter;
11  
12  public class InputFileTabCharacterCustomMessage {
13      // Long line ----------------------------------------------------------------
14      // Contains a tab ->	<- // violation 'contains tab characters (this is the first instance)'
15      // Contains trailing whitespace ->
16  
17      // Contains a tab ->	<-
18  }