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)
{@inheritDoc}
int[]getDefaultTokens()
{@inheritDoc}

Method Detail

beginTree

public void beginTree(DetailAST aRootAST)
{@inheritDoc}

getDefaultTokens

public int[] getDefaultTokens()
{@inheritDoc}