smontanari / code-forensics

A toolset for code analysis and report visualisation
383 stars 45 forks source link

Error in temporal analysis #58

Open psrijay opened 4 years ago

psrijay commented 4 years ago

Hi smontanari I am facing issues while running temporal analysis for any other file excluding js file. [17:55:09] Finished 'slocReport' after 142 ms [17:55:09] Created: vcslog_2016-10-01_2020-10-01.log [17:55:10] Created: vcslog_normalised_2016-10-01_2020-10-01.log [17:55:10] Finished 'vcsLogDump' after 237 ms [17:55:10] Starting 'publishReport'... [17:55:18] TypeError: Cannot read property 'info' of undefined [17:55:18] Error: Failed to create report: no available data files [17:55:18] Finished 'publishReport' after 8.75 s [17:55:18] Finished 'temporal-coupling-analysis' after 8.99 s Have chosen the first entry of sum of coupling analysis but still it gives the same issue.

Please update as soon as possible!!!

smontanari commented 3 years ago

@psrijay. This is not enough information for me to be able to debug your problem. Try and run the analysis with the COMMAND_DEBUG option to produce more log information. Also it could be useful to see what your gulpfile.js looks like, it might be just a misconfiguration.