Page MenuHomePhabricator

Detect and correct "final private" methods in lint
ClosedPublic

Authored by epriestley on Feb 3 2021, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 2, 7:04 PM
Unknown Object (File)
Jun 18 2026, 12:20 AM
Unknown Object (File)
Jun 12 2026, 1:58 AM
Unknown Object (File)
Jun 8 2026, 1:24 PM
Unknown Object (File)
Jun 4 2026, 11:03 PM
Unknown Object (File)
Jun 1 2026, 6:18 AM
Unknown Object (File)
Apr 19 2026, 5:50 AM
Unknown Object (File)
Mar 5 2026, 2:40 PM
Subscribers
None

Details

Summary

Ref T13588. Marking a method "final private" has never been meaningful, and is an error in PHP8.

Add static analysis to detect (and correct) this issue.

Test Plan

Added unit tests, will lint "phabricator/".

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 3 2021, 10:14 PM
This revision was automatically updated to reflect the committed changes.