Skip to content

cannot use --statistics with multiple properties #160

@owolabileg

Description

@owolabileg

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions