Page MenuHomePhabricator

Find a way to make phan-taint-check check the Pager class hierarchy
Open, Needs TriagePublic

Description

phan-taint-check has limitations checking data passed between sub-classes and super classes, where some methods are implemented only in the parent, and some in the child subclass.

This is especially noticable in the Pager class hierarchy, where often only formatRow is implemented.

This is meant as a brainstorming task to try and figure out if there is something we could do better here.