The reference code:
Blip rootBlip = wavelet.getRootBlip();
log.warning(rootBlip.getChildBlipIds().size());
Then get the following exception:
java.lang.NullPointerException
at com.google.wave.api.impl.BlipImpl.getChildBlipIds(BlipImpl.java:
170)
It seems the getChildBlipIds() doesn't work on rootBlip, also append()
can't work on rootBlip.
If we use a non-root blip to test the getChildBlipIds(); it will be
successful.
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=.