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
F9517816: D325.id.diff
Fri, Jun 6, 08:02
Unknown Object (File)
Sun, Jun 1, 18:08
Unknown Object (File)
Thu, May 22, 05:04
Unknown Object (File)
Tue, May 20, 09:24
Unknown Object (File)
Tue, May 13, 20:40
Unknown Object (File)
Tue, May 13, 16:33
Unknown Object (File)
Tue, May 13, 12:24
Unknown Object (File)
Mon, May 12, 22:16
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.