Commit 3ea1c8c
committed
fix: keep parse result set while loading node model.
Removes the window where the parse result is not set on a resource while
loading the node model. This prevents NPEs occurring if concurrent reads
try to use the node model.1 parent 16b2d74 commit 3ea1c8c
File tree
2 files changed
+3
-5
lines changed- com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence
2 files changed
+3
-5
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
325 | | - | |
| 326 | + | |
| 327 | + | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 121 | | |
126 | 122 | | |
127 | 123 | | |
| |||
0 commit comments