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
F43602721: D325.diff
Thu, Aug 13, 02:39
Unknown Object (File)
Mon, Aug 10, 10:45
Unknown Object (File)
Sat, Aug 1, 22:47
Unknown Object (File)
Sat, Aug 1, 08:37
Unknown Object (File)
Thu, Jul 30, 10:03
Unknown Object (File)
Tue, Jul 21, 21:39
Unknown Object (File)
Jul 11 2026, 05:57
Unknown Object (File)
Jul 11 2026, 04:40
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.