Page MenuHomePhabricator

Mark some AAST methods as final
ClosedPublic

Authored by joshuaspence on Apr 5 2015, 10:23 AM.
Tags
None
Referenced Files
F13228261: D12292.id29495.diff
Mon, May 20, 8:15 AM
F13227067: D12292.id29522.diff
Mon, May 20, 1:08 AM
F13204079: D12292.id.diff
Wed, May 15, 12:20 AM
F13173809: D12292.id29495.diff
Tue, May 7, 9:04 PM
F13173808: D12292.id29521.diff
Tue, May 7, 9:04 PM
Unknown Object (File)
Apr 11 2024, 6:13 PM
Unknown Object (File)
Apr 2 2024, 11:29 PM
Unknown Object (File)
Feb 21 2024, 10:49 PM
Subscribers

Details

Summary

Self-explanatory. I don't think any subclasses should reasonably override these methods.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5147
Build 5165: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Mark some AAST methods as final.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/parser/xhpast/api/XHPASTNode.php
233–235

This has no callsites?

This revision is now accepted and ready to land.Apr 5 2015, 12:15 PM
src/parser/xhpast/api/XHPASTNode.php
233–235

This method is identical to the implementation in AASTNode.

This revision was automatically updated to reflect the committed changes.