Page MenuHomePhabricator

Give Conduit params/return/errors protected visibility
ClosedPublic

Authored by epriestley on Apr 12 2015, 11:02 PM.
Tags
None
Referenced Files
F13235492: D12380.diff
Tue, May 21, 5:33 AM
F13233793: D12380.diff
Tue, May 21, 2:35 AM
F13219110: D12380.id29771.diff
Sat, May 18, 3:25 PM
F13217144: D12380.diff
Sat, May 18, 3:43 AM
F13214922: D12380.largetrue.diff
Fri, May 17, 1:49 PM
F13212028: D12380.diff
Fri, May 17, 6:19 AM
F13206035: D12380.id29723.diff
Wed, May 15, 4:49 AM
F13197051: D12380.diff
Sun, May 12, 11:47 PM

Details

Summary

Ref T7803. Ref T5873. I want to drive Conduit through more shared infrastructure, but can't currently add parameters automatically.

Put a getX() around the defineX() methods so the parent can provide default behaviors.

Also like 60% of methods don't define any special error types; don't require them to implement this method. I want to move away from this in general.

Test Plan
  • Ran arc unit --everything.
  • Called conduit.query.
  • Browsed Conduit UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Give Conduit params/return/errors protected visibility.
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.Apr 13 2015, 6:12 PM
This revision was automatically updated to reflect the committed changes.