SyncBot

Results 3 issues of SyncBot

When I run findAll() on a RealmQuery in the android SDK that yields no results (for instance, if I run realm.where().beginsWith("someField", "somePrefixThatDoesNotExistInMyPartition").findAll().... I get a really nasty error. From what...

T-Bug-Crash

Fallout from architectural discussion: Leaking Internals: In addition to the very flat package structure, many of our classes leak their internals. We have many places where instances return their private...

T-Internal