My above stack trace is not quite right. I had made modifications to attempt to 
catch and ignore the errors which resulted in the above trace.

Throwable thrown while handling command: java.lang.IllegalAccessError: tried to 
access class 
org.apache.commons.collections4.multiset.SynchronizedMultiSet$SynchronizedSet 
from class org.apache.commons.collections4.multiset.SynchronizedMultiSet
java.lang.IllegalAccessError: tried to access class 
org.apache.commons.collections4.multiset.SynchronizedMultiSet$SynchronizedSet 
from class org.apache.commons.collections4.multiset.SynchronizedMultiSet
        at java.lang.Class.getDeclaredClasses0(Native Method)
        at java.lang.Class.getDeclaredClasses(Class.java:1867)
        at randoop.reflection.ClassUtil.getDeclaredClasses(ClassUtil.java:60)
        at 
randoop.reflection.ReflectionManager.apply(ReflectionManager.java:156)
        at randoop.reflection.ReflectionManager.apply(ReflectionManager.java:83)
        at 
randoop.reflection.OperationModel.addClassTypes(OperationModel.java:513)
        at 
randoop.reflection.OperationModel.createModel(OperationModel.java:153)
        at randoop.main.GenTests.handle(GenTests.java:275)
        at randoop.main.Main.nonStaticMain(Main.java:65)
        at randoop.main.Main.main(Main.java:29)

This trace shows the behavior that I described in the above post. (Without any 
additional error handling that I haven't described). The outer class accessing 
the inner class causes the IllegalAccessError.

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/690fffdd-69df-4ca6-afdd-f730254224ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to