Hello,

I currently build my project with maven and use the cobertura plugin to 
give me a code coverage report, the problem I am having is that cobertura 
creates a hidden var called myClass.__cobertura_counters this becomes a 
problem when you have a class that inherits from another class and you can 
no longer register this class, stacktrace is

Caused by: 
com.orientechnologies.orient.core.exception.OCommandExecutionException: 
Property 'Page.__cobertura_counters' already exists. Remove it before to 
retry.
at 
com.orientechnologies.orient.core.sql.OCommandExecutorSQLCreateProperty.execute(OCommandExecutorSQLCreateProperty.java:107)
at 
com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate.execute(OCommandExecutorSQLDelegate.java:57)
at 
com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:96)

where Page is a child class.

is there a way to ignore this field that cobertura has added when 
registering a class?

Thanks
Francis

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to