|
From: SourceForge.net <no...@so...> - 2009-03-18 19:24:00
|
Feature Requests item #2692460, was opened at 2009-03-18 14:23 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2692460&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 Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Translate .java Error Line Numbers to .dj? Line Numbers Initial Comment: When a unit test fails, the line numbers that are displayed are line numbers in the generated .java file. The line numbers should be translated back to the corresponding line numbers in the .dj? file. For this, the language level converter will add comments like //[1] at the end of all lines in the generated .java files, where the number inside the brackets indicates the corresponding line number in the .dj? file. When a JUnit error occurs, DrJava should open the .java file associated with the .dj? file, go to the line number indicated, extract the //[n] comment, and then display the line number n. A corresponding thing should be done with the stack trace in the "Show Stack Trace" window (in that window, the stack trace still shows the .java file, not the .dj? file!). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2692460&group_id=44253 |