filipst / hackerskeyboard

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

NullPointerException in UserDictionary.addWords() #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Crash report:

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:200)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:274)
at java.util.concurrent.FutureTask.setException(FutureTask.java:125)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:308)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
at java.lang.Thread.run(Thread.java:1019)
Caused by: java.lang.NullPointerException
at 
org.pocketworkstation.pckeyboard.UserDictionary.addWords(UserDictionary.java:124
)
at 
org.pocketworkstation.pckeyboard.UserDictionary.loadDictionaryAsync(UserDictiona
ry.java:71)
at 
org.pocketworkstation.pckeyboard.ExpandableDictionary$LoadDictionaryTask.doInBac
kground(ExpandableDictionary.java:498)
at 
org.pocketworkstation.pckeyboard.ExpandableDictionary$LoadDictionaryTask.doInBac
kground(ExpandableDictionary.java:495)
at android.os.AsyncTask$2.call(AsyncTask.java:185)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
... 4 more

Original issue reported on code.google.com by Klaus.We...@gmail.com on 17 Nov 2011 at 12:21

GoogleCodeExporter commented 9 years ago
This should be fixed by revision ca3ac26c7603, included in version 1.30rc1 (or 
later) from http://code.google.com/p/hackerskeyboard/downloads/list.

Original comment by Klaus.We...@gmail.com on 21 Jan 2012 at 5:16

GoogleCodeExporter commented 9 years ago
[bulk bug update]

The changes from the 1.30rcX prerelease series are included in version 1.31 as 
published on Android Market, and this bug should be fixed. If it's still not 
working for you, please reopen or file a new bug. Thanks to everyone who helped 
with finding bugs and testing!

Original comment by Klaus.We...@gmail.com on 24 Feb 2012 at 6:23

GoogleCodeExporter commented 9 years ago
Bulk update - changing "Fixed" to "Verified" for old bugs.

(Background: I'm changing the "Fixed" status to be considered open, the next 
steps in the lifecycle will be the closed states "FixInTest" and "Verified". 
This lets me mark issues as "Fixed" in commit messages without hiding them from 
the issue tracker.)

Original comment by Klaus.We...@gmail.com on 22 Jan 2013 at 7:33

GoogleCodeExporter commented 9 years ago
Bulk update - changing "Fixed" to "Verified" for old bugs.

Original comment by Klaus.We...@gmail.com on 22 Jan 2013 at 7:34