TitleProactive detection of inadequate diagnostic messages for software configuration errors
Publication TypeConference Paper
Year of Publication2015
AuthorsZhang S, Ernst MD
Conference NameISSTA 2015, Proceedings of the 2015 International Symposium on Software Testing and Analysis
Pagination12–23
Date or Month PublishedJuly
Conference LocationBaltimore, MD, USA
AbstractThis paper presents a technique to detect inadequate (i.e., missing or ambiguous) diagnostic messages for configuration errors issued by a configurable software system. \par The technique injects configuration errors into the software under test, monitors the software outcomes under the injected configuration errors, and uses natural language processing to analyze the output diagnostic message caused by each configuration error. The technique reports diagnostic messages that may be unhelpful in diagnosing a configuration error. \par We implemented the technique for Java in a tool, ConfDiagDetector. In an evaluation on 4 real-world, mature configurable systems, ConfDiagDetector reported 43 distinct inadequate diagnostic messages (25 missing and 18 ambiguous). 30 of the detected messages have been confirmed by their developers, and 12 more have been identified as inadequate by users in a user study. On average, ConfDiagDetector required 5 minutes of programmer time and 3 minutes of compute time to detect each inadequate diagnostic message.
Downloadshttps://github.com/zhang-sai/config-errors ConfDiagDetector implementation https://homes.cs.washington.edu/~mernst/pubs/inadequate-diagnostics-isst... PDF https://homes.cs.washington.edu/~mernst/pubs/inadequate-diagnostics-isst... slides (PDF)
Citation KeyZhangE2015