Page MenuHomePhabricator

Rename Lisk internal getProperties() methods to avoid collisions
ClosedPublic

Authored by epriestley on Aug 11 2014, 12:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 17, 10:15 PM
Unknown Object (File)
Wed, Sep 4, 4:27 PM
Unknown Object (File)
Wed, Sep 4, 8:38 AM
Unknown Object (File)
Wed, Sep 4, 2:20 AM
Unknown Object (File)
Thu, Aug 29, 7:16 PM
Unknown Object (File)
Wed, Aug 28, 6:50 AM
Unknown Object (File)
Tue, Aug 27, 12:55 PM
Unknown Object (File)
Mon, Aug 26, 4:07 PM
Subscribers

Details

Summary

See some discussion here:

https://github.com/phacility/phabricator/commit/24a6eeb8d8a52b592e456d110934670d4ace9b31#commitcomment-7334892

The protected $properties; storage parameter added to ProjectColumn is shadowed by getProperties() in the base class.

Although this works correctly for me, it's ambiguous and worth fixing. Make the base class methods explicit.

Test Plan

Used grep to find callers for both methods and renamed them.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Rename Lisk internal getProperties() methods to avoid collisions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 11 2014, 6:27 PM
epriestley updated this revision to Diff 24596.

Closed by commit rP448020a57351 (authored by @epriestley).