PropertyDefaultSource - paramID - NullPointerException
Brought to you by:
mlamb
On line 229 of PropertyDefaultSource.java, the length()
method is called on a String (paramID) even though the
'if' statement before this 'else if' has deterimed it
is null.
The result is that if any extra variables are in the
config file and not declared in the variable idmap, it
will throw a NullPointerException and fail to parse the
entire file.
I've attached what I think the author intended to write.
-Garrett Held (garrettheld@yahoo.com)