Review MultiThreadedTaskMaster implementation
---------------------------------------------
Key: DROIDS-148
URL: https://issues.apache.org/jira/browse/DROIDS-148
Project: Droids
Issue Type: Bug
Components: core
Affects Versions: 0.0.1
Reporter: Javier Puerto
Fix For: 0.0.2
We need to review the component class of MultiThreadedTaskMaster. Currently
it's not working properly and also we don't have any test case for it.
The problem we found is that if tou try to set the number of threads before the
process start, we got a NPE.
MultiThreadedTaskMaster<FileTask> taskMaster = new
MultiThreadedTaskMaster<FileTask>();
taskMaster.setPoolSize(3); <-- NPE exception is thrown at this point
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira