Alexander
Oct 01, 2019
Q to Ten: would you expect checked exceptions to travel further in Java as well?
Christian
Oct 01, 2019
So do exceptions make your code complex?
Tim Storer (UofGlasgow)
Oct 01, 2019
I wonder what the take home message is about how C++ programmers practice their art? Does this have implications for how IDEs nudge C++ devs?
Christian
Oct 01, 2019
How prevalent are exceptions in the code you analyzed?
Jochen
Oct 01, 2019
Did you find indication of any patterns how exception handling is usually implemented in C++?
Anonymous
Oct 01, 2019
MOAD: to what extent is MOAD affected by the test suite coverage?
Jochen
Oct 01, 2019
Should certain C++ constructs be prevented to make C++ code accessible to static analysis? Did you encounter any problems?
Anonymous
Oct 01, 2019
C++ exceptions: is the dataset (reproducibly parseable C++ projects) available openly?
Anonymous
Oct 01, 2019
MOAD: How does this relate to Delta Debugging?
Anonymous
Oct 01, 2019
What is amenable in this context?
Tim Storer (UofGlasgow)
Oct 01, 2019
Clarification (static analysis fix generation). How long did it take to produce and negotiate each pull request? Can the PR be generated automatically?
Alexander
Oct 01, 2019
Diego, how many pull requests and fixes have been submitted? (34 pull requests and 775 fixes have been accepted)
Arpad
Oct 01, 2019
Probabilistic vs. Exact: how would one define "probably good"? For instance, what is the probability of a false positive / false negative? (not only slicing!)
Anonymous
Oct 01, 2019
SpongeBugs: how are you detecting the issues and the type of changes? Are you considering only the static analysis part and not the quality perspective ?
Anonymous
Oct 01, 2019
Shall we change subjects from exception handling?
Tim Storer (UofGlasgow)
Oct 01, 2019
Rebasing/code reviews: are there any studies that suggest reviewers do indeed find rebasing fatiguing?
Tim Storer (UofGlasgow)
Oct 01, 2019
Rebasing/review contentious statement: perhaps the title of the paper should be considered harmful generally?