Open tomsiwik opened 13 years ago
rarely getting error above for:
java.util.Random.nextInt() -> _randomKey():
"int position = r.nextInt(key.length() - 1) + 1;"
Sorry for the confusion, it's my first Issue i have found and posted. Greetings.
Yes, this error forces my application close. Please help..
key.length() - 1 can be 0
r.nextInt must be given a number > 0
rarely getting error above for:
java.util.Random.nextInt() -> _randomKey():
"int position = r.nextInt(key.length() - 1) + 1;"
Sorry for the confusion, it's my first Issue i have found and posted. Greetings.