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)
Thu, Jan 23, 5:33 AM
Unknown Object (File)
Tue, Jan 21, 9:38 AM
Unknown Object (File)
Fri, Jan 17, 10:33 PM
Unknown Object (File)
Sun, Jan 12, 8:57 PM
Unknown Object (File)
Fri, Jan 10, 10:35 PM
Unknown Object (File)
Dec 18 2024, 3:06 AM
Unknown Object (File)
Dec 6 2024, 11:49 AM
Unknown Object (File)
Dec 4 2024, 3:46 AM
Subscribers

Details

Summary

Fixes T7881.

Test Plan

Inspection.

Diff Detail

Repository
rP Phabricator
Branch
uvar1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5430
Build 5448: [Placeholder Plan] Wait for 30 Seconds

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.