Page MenuHomePhabricator

Remove several "loadArcanistProject()" methods
ClosedPublic

Authored by epriestley on Apr 13 2014, 12:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:13 PM
Unknown Object (File)
Thu, Apr 11, 8:31 AM
Unknown Object (File)
Mon, Apr 8, 11:09 PM
Unknown Object (File)
Sat, Apr 6, 12:20 PM
Unknown Object (File)
Mon, Apr 1, 1:40 AM
Unknown Object (File)
Sun, Mar 31, 1:10 PM
Unknown Object (File)
Sun, Mar 31, 1:10 PM
Unknown Object (File)
Mar 15 2024, 10:34 AM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPf4c8a34abe8a: Remove several "loadArcanistProject()" methods
Summary

Ref T3551. Releeph has old-style loadX() methods; get rid of one of them.

Differential has a couple of copies of this too, clean them up.

Test Plan
  • Viewed various differential revisions (with and without projects).
  • Viewed and edited Releeph products.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Remove several "loadArcanistProject()" methods.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
epriestley added a task: Restricted Maniphest Task.
epriestley added inline comments.
src/applications/differential/storage/DifferentialDiff.php
98

This was only called by the next method.

107

This has no callers. There's a getSourceControlSystem() which I think obsoleted it long ago.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 14 2014, 12:42 AM
epriestley updated this revision to Diff 20810.

Closed by commit rPf4c8a34abe8a (authored by @epriestley).