Closed GoogleCodeExporter closed 9 years ago
I can see the problem in the code, but I can't actually reproduce it by
creating a
preference method that returns 'int'.
Original comment by galgwt.reviews@gmail.com
on 14 Nov 2008 at 12:39
I had this problem when for my mistake I created an interface like this.
interface MyGadgetPreferences extends UserPreferences {
StringPreference method1();
// The wrong method
void setPrefId();
}
Yes offcourse this class was wrong, but the UserPreferencesConverter didn't
says to
me a correct message. The message was a NPE...that for me is wrong.
Original comment by daniele.galdi@gmail.com
on 14 Nov 2008 at 1:28
Original comment by galgwt.reviews@gmail.com
on 11 Dec 2008 at 9:23
Original issue reported on code.google.com by
daniele.galdi@gmail.com
on 14 Nov 2008 at 11:32Attachments: