eclipse / kuksa.val

kuksa.val
Apache License 2.0
94 stars 51 forks source link

Autocorrection suggests incorrect datapoints #296

Closed nayakned closed 2 years ago

nayakned commented 2 years ago

Autocorrection shows incorrect VSS datapoints at times. This happens when the VSS Path has incorrect components between correct components. E.g. Vehicle.abc.Trunk. shows options which are applicable for Vehicle.Body.Trunk.... This also happens when named components are missing. E.g. Vehicle.Trunk. shows options for Vehicle.Body.Trunk..

Screenshot from 2022-07-05 15-35-28

nayakned commented 2 years ago

Use of JSONPath to figure out correct VSS datapoints can be explored for implementing auto correction.