Sciweavers

267 search results - page 9 / 54
» Inspections - Some Surprising Findings
Sort
View
ICST
2011
IEEE
13 years 8 days ago
EFindBugs: Effective Error Ranking for FindBugs
—Static analysis tools have been widely used to detect potential defects without executing programs. It helps programmers raise the awareness about subtle correctness issues in t...
Haihao Shen, Jianhong Fang, Jianjun Zhao
MICRO
2009
IEEE
132views Hardware» more  MICRO 2009»
14 years 3 months ago
Finding concurrency bugs with context-aware communication graphs
Incorrect thread synchronization often leads to concurrency bugs that manifest nondeterministically and are difficult to detect and fix. Past work on detecting concurrency bugs ...
Brandon Lucia, Luis Ceze
ICSE
2008
IEEE-ACM
14 years 9 months ago
The effect of the number of inspectors on the defect estimates produced by capture-recapture models
Inspections can be made more cost-effective by using capturerecapture methods to estimate post-inspection defects. Previous capture-recapture studies of inspections used relativel...
Gursimran Singh Walia, Jeffrey C. Carver, Nachiapp...
ICRA
2002
IEEE
106views Robotics» more  ICRA 2002»
14 years 1 months ago
Visual Servoing of an Omni-Directional Mobile Robot for Alignment with Parking Lot Lines
— ODIS is an omni-directional mobile robot designed to autonomously or semi-autonomously inspect automobiles in a parking lot. Periodically, its position and orientation referenc...
Matthew D. Berkemeier, Morgan E. Davidson, Vikas B...
SIGCSE
2000
ACM
155views Education» more  SIGCSE 2000»
14 years 28 days ago
A study of common pitfalls in simple multi-threaded programs
It is generally acknowledged that developing correct multithreaded codes is difficult, because threads may interact with each other in unpredictable ways. The goal of this work i...
Sung-Eun Choi, E. Christopher Lewis