Title :
Crisp: a debugging tool for Java programs
Author :
Chesley, O.C. ; Ren, Xiaoxia ; Ryder, Barbara G.
Author_Institution :
Div. of Comput. & Inf. Sci., Rutgers Univ., Piscataway, NJ, USA
Abstract :
Crisp is a tool (i.e., an Eclipse plug-in) for constructing intermediate versions of a Java program that is being edited in an IDE such as Eclipse. After a long editing session, a programmer usually would run regression tests to make sure she has not invalidated previously checked functionality. If a test fails unexpectedly, Crisp uses input from Chianti, a tool for semantic change impact analysis, to allow the programmer to select parts of the edit that affected the failing test and to add them to the original program, creating an intermediate version guaranteed to compile. Then the programmer can re-execute the test in order to locate the exact reasons for the failure by concentrating on those affecting changes that were applied. Using Crisp, a programmer can iteratively select, apply, and undo individual (or sets of) affecting changes and, thus effectively find a small set of failure-inducing changes.
Keywords :
Java; program debugging; program testing; programming environments; software tools; Chianti; Crisp; Eclipse plug-in; Java programs; debugging tool; regression tests; semantic change impact analysis; Application software; Automatic testing; Debugging; Failure analysis; Java; Performance analysis; Programming profession; Prototypes; Software testing;
Conference_Titel :
Software Maintenance, 2005. ICSM'05. Proceedings of the 21st IEEE International Conference on
Print_ISBN :
0-7695-2368-4
DOI :
10.1109/ICSM.2005.37