vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Make the CSV generator ignore unrelated folders #235

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

Currently, the CSV generator (issue #230) traverses all folders recursively to find all the refactoring descriptors. This causes problems when there are folders such .svn whose structures do not match that of refactoring histories. Besides, it would be nice to generate the CSV file for a specified subset of participants only. For example, the CSV generator could take a file that lists the participants whose data we'd like to analyze. It makes it easier to use the CSV generator if it ignores unrelated directories automatically.