net.sourceforge.pmd.typeresolution
Class ClassWithImportInnerOnDemand

java.lang.Object
  extended by net.sourceforge.pmd.typeresolution.ClassWithImportInnerOnDemand

public class ClassWithImportInnerOnDemand
extends Object

This class is to verify that the inner class "Entry" of java.util.Map is imported correctly.


Constructor Summary
ClassWithImportInnerOnDemand()
           
 
Method Summary
 void foo(Map<String,String> m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassWithImportInnerOnDemand

public ClassWithImportInnerOnDemand()
Method Detail

foo

public void foo(Map<String,String> m)


Copyright © 2002–2015 InfoEther. All rights reserved.