net.sourceforge.pmd.rules.basic

Class AvoidUsingHardCodedIP

public class AvoidUsingHardCodedIP extends AbstractJavaRule

Method Summary
Objectvisit(ASTLiteral node, Object data)
This method checks if the Literal matches the pattern.

Method Detail

visit

public Object visit(ASTLiteral node, Object data)
This method checks if the Literal matches the pattern. If it does, a violation is logged.