RoboAspectJ icon indicating copy to clipboard operation
RoboAspectJ copied to clipboard

Fix dex exception from simulation: local variable type mismatch

Open Mashnin opened this issue 8 years ago • 0 comments

Fixes EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.

More here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470658

Mashnin avatar Oct 04 '16 12:10 Mashnin