Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.usage
Class InputUnusedMethod  view InputUnusedMethod download InputUnusedMethod.java

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.usage.InputUnusedMethod

public class InputUnusedMethod
extends java.lang.Object

Test input for unread method check


Constructor Summary
InputUnusedMethod()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private  void methodUnused0()
           
private  void methodUsed0()
           
private  void methodUsed1(double aParam)
           
private  void methodUsed1(int aParam)
           
private  void methodUsed1(java.lang.String aParam)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputUnusedMethod

public InputUnusedMethod()
Method Detail

methodUnused0

private void methodUnused0()

methodUsed0

private void methodUsed0()

methodUsed1

private void methodUsed1(int aParam)

methodUsed1

private void methodUsed1(double aParam)

methodUsed1

private void methodUsed1(java.lang.String aParam)

main

public static void main(java.lang.String[] args)