Hichem-elAbassi / j4me

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

TextBox component does not work with ProGuard 4.0 #4

Closed GoogleCodeExporter closed 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by deanbro...@gmail.com on 12 Dec 2007 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by deanbro...@gmail.com on 13 Dec 2007 at 12:57