Page MenuHomeDevCentral

Fix type error when data isn't cached in ProjectsMap
ClosedPublic

Authored by dereckson on Mar 3 2016, 19:24.
Tags
None
Referenced Files
F6803169: D325.id769.diff
Fri, Apr 11, 07:41
Unknown Object (File)
Thu, Apr 10, 14:23
Unknown Object (File)
Thu, Apr 10, 12:02
Unknown Object (File)
Tue, Apr 8, 00:38
Unknown Object (File)
Sun, Mar 30, 21:31
Unknown Object (File)
Sun, Mar 30, 21:16
Unknown Object (File)
Sat, Mar 29, 13:38
Unknown Object (File)
Sat, Mar 29, 02:34
Subscribers

Details

Summary

When the cache doesn't contain a map, and loadFromCache method were
called, the map private property (with [] as default value) received
null value instead.

This fixes allow the offsetExists method to work in this scenario.

Test Plan

Run cache tests from D324

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Fix type error when data isn't cached in ProjectsMap.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2016, 19:37
This revision was automatically updated to reflect the committed changes.