Issue Type: Bug Bug
Affects Versions: 0.2.2
Assignee: Ivo Ladage - van Doorn
Components: Tools
Created: 20/Jun/12 3:51 PM
Description:

Several improvements should be made to the ConfigTools class:

line 103 results in a NullPointerException in case val is null:
(LogService.LOG_ERROR, "Property '" + key + "' retrieved as '" + clazz.toString() + "', but its value is of type '" + val.getClass() + "'. Returning null.");

Copyright header is missing

Public methods should be synchronized (configuration can be updated while a value is retrieved)

The passed config in the init() maybe null or the init() could not be invoked at all. Both cases result in NullPointers when retrieving values.

Fix Versions: 0.2.3
Project: Amdatu Auth
Priority: Major Major
Reporter: Ivo Ladage - van Doorn
Security Level: Public (Issues without restricted access)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to