FrequencyManager.removeAll doesn't work as intended
josephcsible opened this issue ยท 2 comments
This is seeing if a UUID
equals a String
, which will always be false, since they're different types. That leads to this whole method effectively becoming a no-op. (I'm not sure whether user
is supposed to be a UUID, or if it should be checking iterFreq.name
instead of iterFreq.ownerUUID
, and I can't find the code that calls this method to check there.)