Rebasing considered harmful?
Should we expect "Rebasing considered harmful considered harmful" to presented at SCAM 202x? :)
So the conclusions of all previous empirical studies of code review are definitely suspect?
Rebasing/code reviews: are there any studies that suggest reviewers do indeed find rebasing fatiguing?
Rebasing/review contentious statement: perhaps the title of the paper should be considered harmful generally?
auto-generation of data sets. Nice idea - declarative description of a dataset. How do you ensure experiment is repeatable given the source data change?
Rebasing/code review:Why tampering often happens? Is it because of a lack of conversation between team members? Or, is it because a certain class is too big?
A refactored name may not mean that the original name was "bad"; it may simply mean that another name may be more appropriate/precise/understandable/consistent.
how do you label the experience of the developer? Only the # of commits in a repository?
For code style, any thoughts on support for non-regular properties (e.g., placement of matched brackets?)
No accounting for taste: I may have missed something here, but how does style translation work when I'm dealing with merge conflicts?
Regular expression makes syntactic changes. Is there any attempt of semantic analysis to ensure that changing styles does not affect the code semantics.