| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Don't call setters when not necessary | mediawiki/extensions/Wikibase | master | +28 -42 |
Details
Details
Related Changes in Gerrit:
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.