dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

getParent() sometimes returns sibling instead #754

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the Java API, version 2.0, if you have the following blip structure:

A
 B
 C

calling getParent() on B will return blip A, but calling getParent() on C
will return B.

Original issue reported on code.google.com by rockwalrus@gmail.com on 6 May 2010 at 8:40

GoogleCodeExporter commented 8 years ago
This is due to our conversation model in the API not being a true mirror of the 
conversation model in the protocol, so will require a revision of the API. We 
will 
update this issue and post in the forum/blog when this is available.

Original comment by pamela.fox on 7 May 2010 at 1:06