Instantiates and adds new contributed modes to the contribModes list. Checks for duplicates so the same mode isn't instantiates twice. Does not remove modes because modes can't be removed once they are instantiated.
()
| 543 | * remove modes because modes can't be removed once they are instantiated. |
| 544 | */ |
| 545 | void rebuildContribExamples() { |
| 546 | if (exampleContribs == null) { |
| 547 | exampleContribs = new ArrayList<>(); |
| 548 | } |
| 549 | ExamplesContribution.loadMissing(this); |
| 550 | } |
| 551 | |
| 552 | |
| 553 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected