While debugging a java app in eclipse I receive a \"Source not found\" error in two cases:
In my case the Maven version of the other referenced project didn't match the version of the test project. Once they were the same, the problem disappeared.