Community
Participate
Working Groups
Some of the containers we defined where solely used by Application and our old Model-Contribution story and hence are "useless" now: * PartDescriptorContainer * BindingTableContainer Stuff I'm unsure why we have containers are: * TrimContributions * MenuContributions * ToolBarContributions but to me it looks like they are only used by Application-class so beside that I guess they are abstract, right?
if we decide against removing them we should make them at least abstract (talking about the *Contribution classes)
Created attachment 172325 [details] Patch I just tried and removing them at this point in the cycle is probably too hard so I simply marked all of them interface=true, abstract=true The only compiler error I saw when removing whole classes was that the reconciler was failing.
anyone a +1?
released to HEAD