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

Quick Search    Search Deep

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

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

public class InputUnusedLocal
extends java.lang.Object

Test input for unused local variable check


Field Summary
private  int mUnreadPrimitive
           
 
Constructor Summary
InputUnusedLocal()
           
 
Method Summary
private  void method()
           
 void method2()
          tests that neither type nor typecast are considered to be a reference
private  void methodArrays()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mUnreadPrimitive

private int mUnreadPrimitive
Constructor Detail

InputUnusedLocal

public InputUnusedLocal()
Method Detail

method

private void method()

methodArrays

private void methodArrays()

method2

public void method2()
tests that neither type nor typecast are considered to be a reference