This probably has to do with the fileCombiner.
To reproduce, run javamop -agent -s -usedb or
cd examples/agent/many
javamop -agent -s rvm
You will get errors like this:
/home/owolabi/projects/javamop/examples/agent/many/out/JavaMOPAgent_1MonitorAspect.aj:4239 [error] UnsafeMapIteratorMonitorAspect cannot be resolved to a variable
UnsafeMapIteratorMonitorAspect.UnsafeMapIterator_TerminatedMonitor_num++;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
With a single property, it works:
cd examples/agent/HasNext
javamop -agent -s rvm
I'll assign this to @seriousamlqz