com.puppycrawl.tools.checkstyle.checks.whitespace

Class TabCharacterCheck

public class TabCharacterCheck extends Check

Reports tab characters ('\t') in the source code.

Rationale:

An example of how to configure the check is:

 <module name="TabCharacter"/>
 

Author: Lars K|hne

Method Summary
voidbeginTree(DetailAST aRootAST)
int[]getDefaultTokens()

Method Detail

beginTree

public void beginTree(DetailAST aRootAST)
{@inheritDoc }

getDefaultTokens

public int[] getDefaultTokens()
{@inheritDoc }