Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Wikibase | master | +28 -42 | Don't call setters when not necessary |
Details
Details
Event Timeline
Comment Actions
Change 273933 had a related patch set uploaded (by Bene):
Don't call setters when not necessary
Comment Actions
https://github.com/wmde/WikibaseDataModel/pull/656 changed the …Provider interfaces to give the guarantee they return a reference to the original DataModel object. This was key to resolve this ticket. Actually removing the …Holder interfaces is totally optional now.