Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use JMockit coverage #97

Closed
davidsowerby opened this issue Feb 18, 2013 · 1 comment
Closed

Unable to use JMockit coverage #97

davidsowerby opened this issue Feb 18, 2013 · 1 comment

Comments

@davidsowerby
Copy link
Collaborator

Clashes with OrientDB java_assist). Tried putting them in different order in the ivy file (ans therefore classpath) but no difference.

java.lang.VerifyError: (class: uk/co/q3c/v7/demo/usage/DemoUsageLog_$$_javassist_0, method: signature: ()V) Expecting to find object/array on stack
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getField0(Class.java:2633)
at java.lang.Class.getField(Class.java:1535)
at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:522)
at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:507)
at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:491)
at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:427)
at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:399)
at com.orientechnologies.orient.object.enhancement.OObjectEntityEnhancer.getProxiedInstance(OObjectEntityEnhancer.java:98)
at com.orientechnologies.orient.object.db.OObjectDatabaseTx.newInstance(OObjectDatabaseTx.java:116)
at com.orientechnologies.orient.object.db.OObjectDatabaseTx.newInstance(OObjectDatabaseTx.java:87)
at uk.co.q3c.v7.persist.orient.dao.OrientDAOBase.newEntity(OrientDAOBase.java:63)
at uk.co.q3c.v7.persist.orient.dao.OrientDAOBase.newEntity(OrientDAOBase.java:1)
at uk.co.q3c.v7.demo.dao.DAOBaseTest.newEntitySaveAndUpdate(DAOBaseTest.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.mycila.testing.junit.MycilaJunitRunner$3.evaluate(MycilaJunitRunner.java:85)
at com.mycila.testing.junit.MycilaJunitRunner$2.evaluate(MycilaJunitRunner.java:66)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

@davidsowerby davidsowerby removed this from the To be planned milestone May 28, 2015
@davidsowerby
Copy link
Collaborator Author

No longer relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant