Commit d33c29c
committed
Remove object variables for collections that have to be created dynamically #2193
Since extensions can be added and removed and have to be considered when collecting marker fields, marker types, and marker groups,
we cannot create the collections once, we have to create them on demand.1 parent 4228bcc commit d33c29c
File tree
1 file changed
+7
-12
lines changed- bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal
1 file changed
+7
-12
lines changedLines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | | - | |
52 | 49 | | |
53 | | - | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| |||
186 | 182 | | |
187 | 183 | | |
188 | 184 | | |
189 | | - | |
190 | | - | |
| 185 | + | |
| 186 | + | |
191 | 187 | | |
192 | | - | |
193 | | - | |
| 188 | + | |
| 189 | + | |
194 | 190 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
199 | 194 | | |
200 | 195 | | |
201 | 196 | | |
| |||
0 commit comments