Menu

#71 Report Generation Fails Silently

open
REPORTS (28)
5
2006-10-10
2006-10-10
No

EMMA Version: 2.0.5312 (same issue in HEAD)

Hi Vlad,

EclEmma users report that the report export sometimes
fails silently. The reason seems to be the way how the
ReportProcessor handles Exceptions. There are two
places where it says:

catch (IOException ioe)
{
// TODO: handle
ioe.printStackTrace (System.out);
}

Unfortunately there is no console available in a normal
Eclipse launch, so there is no user feedback at all.

By any chance, is there a way to report the failure
through the API, e.g. (re-)throw the exception?

Best regards,
marc

Discussion


Log in to post a comment.