jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.81k stars 376 forks source link

fix issue #27 #28

Closed verhas closed 8 years ago

lukaseder commented 8 years ago

Thank you very much. I agree with the fix. If you want, feel free to add the unit test also to your pull request, such that we can test for regressions in this area...

verhas commented 8 years ago

I started to rework the whole unit test part.

lukaseder commented 8 years ago

Alright, looking forward :)