altran-mde / qvto-profiler

Repository for the development of the QVTO Profiler feature
Eclipse Public License 1.0
0 stars 0 forks source link

QVTo profiler breaks for QVTo 3.6 #1

Open dhendriks opened 7 years ago

dhendriks commented 7 years ago

The QVToProfilingDecorator uses reflection on the org.eclipse.m2m.internal.qvt.oml.evaluator.QvtOperationalEvaluationVisitorImpl.MappingCallResult.myStatus field. This field used to be 'int' typed, but now has an enumeration as type. As such, org.eclipse.m2m.qvt.oml.profiler.QVTOProfilingDecorator.getMappingCategory(Object) breaks. This should be updated.

I used org.eclipse.m2m.qvt.oml 3.6.0.v20160606-1156

nbrouwers commented 7 years ago

Hi @dhendriks , thanks for reporting the issue. We still plan to contribute the profiler to the opensource community and will take along this PR when the activity will be executed.