James C. (Jamie) Davis

Results 143 comments of James C. (Jamie) Davis
trafficstars

OK, so change the title to something about CommitVisitors rather than about metrics?

See #73 for related discussion.

I suggest we change this title to "Better ways to obtain the list of repositories to mine", e.g. parse a plain-text file with repository names? Can you clarify what you...

@letimome Did you attempt this?

Actually see PR #91

To address this issue we need to evaluate the failure path to make sure close() is called on all PersistenceMethods. If so then we can safely remove this flush.

As I suggested in #72, I think we should really define what should happen if a CommitVisitor throws an exception. For example it might throw an exception due to the...

Almost done. @mauricioaniche I'm extending ChangeSet to include message and author/committer objects modeled on JGit's `PersonIdent`. This will break anyone who uses `ChangeSet`. Concerns? See the branch MoreFilters in my...

It looks like this is something both git and SVN support. I think an API for this can be added to the SCM interface without too much difficulty. @ayaankazerouni Want...

So @ayaankazerouni if I understand correctly: During your RepoDriller scan you identify a bunch of pairs of commits of interest . Or perhaps you have a starting commit X and...