From: SourceForge.net <no...@so...> - 2006-02-03 23:05:00
|
Bugs item #1423781, was opened at 2006-02-03 17:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1423781&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JUnit integration Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: No Source Location for Exception in Other Thread Initial Comment: Hi! When an exception (e.g. an AssertionFailedError) is thrown in another thread, that exception is caught by an UncaughtExceptionHandler and later rethrown in the main thread, then DrJava is unable to display the source location (i.e. the line number). When the same code is executed using a main() method, that line number information is available, and when using junit.textui.TestRunner, it is available as well. I therefore assume that the information is simply parsed incorrectly by DrJava. Attached is a program that demonstrates the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1423781&group_id=44253 |