yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

NullPointerException at android.view.ViewGroup.removeViewInternal(ViewGroup.java:2075) #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by rolfgier...@web.de on 18 Mar 2010 at 10:55

Attachments: