[#1162] Integrate jOOR into jOOQ for simpler reflection - replaced jooq-test dependency

This commit is contained in:
Lukas Eder 2012-02-18 14:03:00 +00:00
parent 43b3f39083
commit bd7e48ef21
3 changed files with 3 additions and 4 deletions

View File

@ -25,6 +25,5 @@
<classpathentry exported="true" kind="lib" path="lib/jtds-1.2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iijdbc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/h2-1.3.163.jar" sourcepath="/jOOQ-sources/h2-1.3.163-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joor-0.9.1.jar" sourcepath="C:/Users/lukas/.m2/repository/org/jooq/joor/0.9.1/joor-0.9.1-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Binary file not shown.

View File

@ -43,7 +43,7 @@ import static junit.framework.Assert.assertTrue;
import static junit.framework.Assert.fail;
import static org.jooq.impl.Factory.count;
import static org.jooq.impl.Factory.val;
import static org.joor.Reflect.on;
import static org.jooq.tools.reflect.Reflect.on;
import java.sql.Date;
import java.sql.ResultSet;
@ -83,9 +83,9 @@ import org.jooq.test._.FinalWithAnnotations;
import org.jooq.test._.FinalWithoutAnnotations;
import org.jooq.test._.StaticWithAnnotations;
import org.jooq.test._.StaticWithoutAnnotations;
import org.jooq.tools.reflect.Reflect;
import org.jooq.tools.reflect.ReflectException;
import org.joor.Reflect;
import org.joor.ReflectException;
import org.junit.Test;
public class FetchTests<