scispace - formally typeset
E

E. James Whitehead

Researcher at University of California, Santa Cruz

Publications -  59
Citations -  3294

E. James Whitehead is an academic researcher from University of California, Santa Cruz. The author has contributed to research in topics: Hypertext & Software regression. The author has an hindex of 23, co-authored 58 publications receiving 3135 citations. Previous affiliations of E. James Whitehead include University of California, Irvine.

Papers
More filters
Proceedings ArticleDOI

A component- and message-based architectural style for GUI software

TL;DR: A novel architectural style directed at supporting larger grain reuse and coherent system composition is presented, which supports design of distributed, concurrent, applications.
Proceedings ArticleDOI

Predicting faults from cached history

TL;DR: In the evaluation of seven open source projects with more than 200,000 revisions, the cache selects 10% of the source code files; these files account for 73%-95% of faults--a significant advance beyond the state of the art.
Journal ArticleDOI

Toward an understanding of bug fix patterns

TL;DR: Overall, data in the paper suggest that developers have difficulty with specific code situations at surprisingly consistent rates, and there appear to be broad mechanisms causing the injection of bugs that are largely independent of the type of software being produced.
Journal ArticleDOI

Reducing Features to Improve Code Change-Based Bug Prediction

TL;DR: This paper investigates multiple feature selection techniques that are generally applicable to classification-based bug prediction methods and finds Naive Bayes using feature selection provides significant improvement in buggy F-measure (21 percent improvement) over prior change classification bug prediction results.
Proceedings ArticleDOI

How long did it take to fix bugs

TL;DR: This report compute the bug-fix time of files in ArgoUML and PostgreSQL by identifying when bugs are introduced and when the bugs are fixed by identifying the top 20 bug- fix time files of two projects.