Page MenuHomePhabricator

Fix a possible undefined variable
ClosedPublic

Authored by epriestley on Apr 22 2015, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 3:31 PM
Unknown Object (File)
Sat, Apr 20, 10:32 AM
Unknown Object (File)
Sat, Apr 20, 10:32 AM
Unknown Object (File)
Sat, Apr 20, 10:18 AM
Unknown Object (File)
Sat, Apr 20, 9:53 AM
Unknown Object (File)
Wed, Apr 17, 2:19 PM
Unknown Object (File)
Thu, Apr 11, 6:49 AM
Unknown Object (File)
Sat, Apr 6, 1:39 AM
Subscribers

Details

Summary

Fixes T7881.

Test Plan

Inspection.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a possible undefined variable.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, joshuaspence.
This revision is now accepted and ready to land.Apr 22 2015, 2:27 AM

Don't we have a linter rule for this?

It doesn't (and generally can't) do flow analysis, so it assumes things are in good shape after the declaration on 180.

This revision was automatically updated to reflect the committed changes.