Menu

#92 Emma RAD7 plugin throws silent exception with JiBX class

open
REPORTS (28)
5
2008-04-21
2008-04-21
No

When I try to export coverage report, it silently fails due to JiBX generated class files - and I need the JiBX generated classes to run most of
my JUnit tests. Once they are run and pulled into the
plugin directory, the utility keeps a lock on these class files so I can't delete them before trying to export as report (ideally, I wouldn't need to delete them either).

Per Marc - At the point of failure EMMA expects a source file reference for a particular Java class -- which is missing. Probably the the classes generated by JiBX do not contain source file refernces.

Discussion thread:
http://sourceforge.net/forum/forum.php?thread_id=1957339&forum_id=614870

Exception: java.lang.IllegalArgumentException: null or empty input: name
(the full stack trace in discussion thread posting above)

Discussion


Log in to post a comment.