A Java Crawler to extract bug reports information from many issue tracking systems. Currently, the crawler only supports the extraction from Bugzilla bug tracking repositories.
Use the package manager maven to install bug-report-crawler.
$ git clone https://github.com/gomesluiz/bug-report-crawler.git
$ cd bug-report-crawler
$ mvn install
$ java -jar target/product/bug-report-crawler.jar
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.