My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 37: NullPointerException at android.view.ViewGroup.removeViewInternal(ViewGroup.java:2075)
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by rolfgier...@web.de, Mar 18, 2010
What steps will reproduce the problem?
The provided codesnipped (code.txt) results in a NullpointerException (log.txt)

What is the expected output? What do you see instead?
No Exception

What version of the product are you using? On what operating system?
Trunk from 2010.03.17
runs in android sdk on android 2.0.1

Additional information:
If the ChoiceGroup is _not_ removed from the form
before(choosePlacesForm.delete(i);), the NullpointerException is not thrown.
BTW: The exception is also thrown if "reasons" is not constructed completly
new ("new ChoiceGroup(...)"), and "reasons.deleteAll();" is called instead.
code.txt
625 bytes   View   Download
log.txt
1.6 KB   View   Download

Powered by Google Project Hosting