-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I just noticed this today:
BasicBSONEncoder.java - references DBRefBase - solution: move this to bson based interface?
BasicBSONEncoder.java - references MyAserts - solution: move this to the bson package
LazyBSONObject.java - references JSON - solution: move as much as possible to bson and then subclass in com.mongodb?
LazyDBList.java - references DBObject - this doesn't belong in bson...
LazyDBList.java - references JSON - solution: see above
OutputBuffer - references Util - solution: move to bson