Move tests for typeresolution and symboltable to java sub-module

This commit is contained in:
Andreas Dangel
2014-10-04 20:44:01 +02:00
parent 8165bc2bf5
commit e41b56a8e5
14 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.util;
package net.sourceforge.pmd.lang.java.symboltable;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import net.sourceforge.pmd.lang.java.symboltable.Applier;
import net.sourceforge.pmd.util.UnaryFunction;
import org.junit.Test;