Inefficient Validation [message #1861093] |
Wed, 20 September 2023 06:03  |
Eclipse User |
|
|
|
Hello,
I hope somebody can help me... we have huge performance problems because of XText validation. We have written dedicated validators for the various entity types that we have in our DSL.
Now, the scripts can be enormous, say we have 300 entities of a certain type in one DSL script. We debugged and observed that just touching one entity causes the 300 to be validated again (and this 3 times).
So my first question is, is this expected? I would expect only the entity that I'm touching to be checked and not the whole DSL. I cannot believe that XText is that inefficient, we must be doing something wrong. Please help us.
BTW we want the @Check to be @Check(CheckMode.FAST)
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03971 seconds