First, thank you for Modisco, it is a great project...
I am using the java reverse, and I have a little pb :
I want to reverse the Orekit library (http://www.orekit.org/). I created a Java project with Orekit java sources, and the required library commons-math as a jar.
When reversing, I get a strange ClassDeclaration instance with name "org.apache.commons.math.util.OpenIntToFieldHashMap<T>.Iterator ", although the Iterator ClassDeclaration instance was successfully instantiated...