Page MenuHomePhabricator

Mark some AAST methods as final
ClosedPublic

Authored by joshuaspence on Apr 5 2015, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 30, 2:38 AM
Unknown Object (File)
Wed, Jan 29, 2:34 AM
Unknown Object (File)
Tue, Jan 28, 8:56 PM
Unknown Object (File)
Mon, Jan 27, 2:27 PM
Unknown Object (File)
Mon, Jan 27, 2:40 AM
Unknown Object (File)
Sun, Jan 26, 6:14 AM
Unknown Object (File)
Fri, Jan 24, 2:12 AM
Unknown Object (File)
Fri, Jan 24, 2:11 AM
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.