viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Derived Feature Handlers fail-silent when matcherfactory cannot be loaded #355

Closed ujhelyiz closed 11 years ago

ujhelyiz commented 11 years ago

When a derived feature is used, but the corresponding pattern definition is not available (e.g. missing plug-in in host in my case), the derived feature handler swallows the issue and ignores the issue.

All subsequent queries of the feature return an empty match; no log message or exception is available anywhere. Please, address this issue, as it is quite hard to debug.

abelhegedus commented 11 years ago

The matcherfactory check is added now.