eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

EMFVisitor methods for visiting resource and root never invoked #88

Open eclipse-viatra-bot opened 4 months ago

eclipse-viatra-bot commented 4 months ago

| --- | --- | | Bugzilla Link | 537763 | | Status | NEW | | Importance | P3 minor | | Reported | Aug 07, 2018 11:07 EDT | | Modified | Aug 08, 2018 05:14 EDT | | Version | 2.0.1 | | Reporter | Gabor Bergmann |

Description

EMFVisitor.visitResource and EMFVisitor.visitTopElementInResource are exposed on the interface, but as the base index currently does not maintain these structures, they are never actually called by EMFModelComprehension or NavigationHelperContentAdapter.

eclipse-viatra-bot commented 4 months ago

By Zoltan Ujhelyi on Aug 08, 2018 05:14

Is the functionality described by these classes necessary? What are the use cases for these features?

The answer to these questions should determine what is the planned/suggested way to handle this:

a) Deprecate and/or remove the mentioned methods, or\ b) Implement the corresponding methods.