You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
riak_object's KeyGetBucket() and its support routines not reviewed since unused in this branch.
riak_object_test.cc only returns true for tests of ValueGetLastModTime(). Need some negative tests.
too many "magic constants" in the code. prefer to have descriptive names.
declare ExpiryModule::CreateExpiryModule() as a friend, which forces everyone to allocate via your factory method. The only complication is in the unit tests
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Carryover items from 2.0.33 code review
Carryover items from 2.0.33 code review [JIRA: RIAK-2990]
Nov 21, 2016
riak_object's KeyGetBucket() and its support routines not reviewed since unused in this branch.
riak_object_test.cc only returns true for tests of ValueGetLastModTime(). Need some negative tests.
too many "magic constants" in the code. prefer to have descriptive names.
declare ExpiryModule::CreateExpiryModule() as a friend, which forces everyone to allocate via your factory method. The only complication is in the unit tests
The text was updated successfully, but these errors were encountered: