UoY-RoboStar / robosim-textual

This repository contains the plugins for the RoboSim textual editor.
Eclipse Public License 2.0
0 stars 0 forks source link

Upon start up of RoboTool EValidator/Linking errors are shown #2

Open pefribeiro opened 4 years ago

pefribeiro commented 4 years ago

As I discussed with @alvarohm, there is some issue with the delayed initialization of classes in Eclipse, which means that when I run RoboTool in a debug environment, a .rst file will show errors related to EValidator or linking errors (ie. Ecore is unable to resolve elements). Modifying the file and saving solves the problem.

I think there is an issue with delayed loading of some components.. at least for RoboSim. This doesn't seem to be the case for RoboTool.

I am not sure if this issue manifests itself in the non-debug environment of Eclipse.