What steps will reproduce the problem?
1. Entering text into the `TextBox` component throws an exception when
compiled with ProGuard 4.0
What is the expected output? What do you see instead?
You should see the text entry screen.
Please use labels and text to provide additional information.
The problem is that ProGuard does incorrect inline optimization of the
`TextField` constructor. It can be tricked by passing in all the
parameters directly instead of calling methods from `super`.
Original issue reported on code.google.com by deanbro...@gmail.com on 12 Dec 2007 at 6:18
Original issue reported on code.google.com by
deanbro...@gmail.com
on 12 Dec 2007 at 6:18