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

Issue with uniqueness validation #16

Open pefribeiro opened 3 years ago

pefribeiro commented 3 years ago

For an unknown reason, the calculation of c in:

https://github.com/UoY-RoboStar/robosim-textual/blob/19afe3579b5972680674ccb97e8078108f9bb49a/circus.robocalc.robosim.textual/src/circus/robocalc/robosim/textual/validation/RoboSimValidator.xtend#L101-L128

can be null. I don't fully understand why the method checkUniqueness is overridden:

https://github.com/UoY-RoboStar/robosim-textual/blob/19afe3579b5972680674ccb97e8078108f9bb49a/circus.robocalc.robosim.textual/src/circus/robocalc/robosim/textual/validation/RoboSimValidator.xtend#L143-L150

and how o.eResource.URI.segmentCount can provide a meaningful decision.