Closed reprogrammer closed 13 years ago
I didn't manage to make the analysis-queries.sql combine the configuration time and change size of refactorings. So, I wrote the Ruby script report-refactoring-size-configuration.rb to combine these two pieces of data.
We've got a CSV file that reports the number of lines and files affected by every refactoring. We've got another CSV file that reports the time the user has spent on configuring every refactoring. We'd like to combine these two pieces of information into a single CSV file for further processing. That is, we'd like to create a CSV file that reports both the size and configuration time of every refactoring.