Actions
Task #4103
closedReplace FaceMap and FaceMapEntry
Start date:
05/31/2017
Due date:
% Done:
0%
Estimated time:
Description
The NLSR source currently has two classes that exist only to provide a mapping between a Face URI string and a Face ID integer in NFD. There are two reasons this is unnecessary:
- The FIB could maintain a simple string -> integer map that provides the exact same functionality without class bloat, and
- This information is already available in the Adjacent objects that the Nlsr class maintains.
Then, it is totally unnecessary to have this mapping, and as far as I can tell only serves to confuse maintenance programmers.
Updated by Nicholas Gordon almost 7 years ago
- Status changed from In Progress to New
- Assignee deleted (
Nicholas Gordon) - Target version changed from v0.4.0 to v0.5.0
Updated by Nicholas Gordon almost 7 years ago
- Target version changed from v0.5.0 to Minor release 0.4.1
Updated by Ashlesh Gawande over 6 years ago
- Target version changed from Minor release 0.4.1 to v0.5.0
Updated by Nicholas Gordon over 6 years ago
- Status changed from New to Abandoned
Actions