adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems
http://www.adamtornhill.com/code/codemaat.htm
2.37k stars 218 forks source link

coupling analisis is not working #52

Closed mauro2357 closed 6 years ago

mauro2357 commented 6 years ago

When i run the command java -jar code-maat.jar -l “maatfreqs.csv" -c git -a coupling, the program doesn´t show information. image

adamtornhill commented 6 years ago

This may be because there aren't any strong temporal dependencies. You could try to decrease the --min-coupling option and increase the --max-changeset-size option.