igrigorik / bugspots

Implementation of simple bug prediction hotspot heuristic

Home Page:http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure on a few Private Repos

asadcr opened this issue · comments

BugSpots Fails with the following message on a few repos

Failed to run BugSpots: /var/lib/gems/2.3.0/gems/bugspots-0.2.2/lib/bugspots/scanner.rb:31:in `scan': undefined method `date' for nil:NilClass (NoMethodError)
	from /var/lib/gems/2.3.0/gems/bugspots-0.2.2/bin/bugspots:49:in `<top (required)>'
	from /usr/local/bin/bugspots:22:in `load'
	from /usr/local/bin/bugspots:22:in `<main>'

using the following command
git bugspots -b BranchName -d Depth