Details
Description
When a Source can't be persisted in the Sonar DB, an exception is thrown without any information about the Source that had to be persisted.
see http://sonar.markmail.org/thread/7q3izwjlywq6qdac
It would be useful to decoracte the error message with contextual information. I guess this change must be made in the DefaultSonarIndex.setSource(...) method.
Done in r5856.