"Missing return statement" is self evident. You have a non-void method which does not have a return statement. "Yes it does" you cry. Perhaps you have an if statement in the method which means that...