Closed akondrahman closed 5 years ago
RQ2: https://github.com/brokenquark/SLIC-Ansible/blob/master/occurence-density-proportion.csv RQ3: https://github.com/brokenquark/SLIC-Ansible/blob/master/V1_TEST_AUTHOR_ANSIBLE-2.csv Ansible Smell Count in two different formats: https://github.com/brokenquark/SLIC-Ansible/blob/master/ansible-smell-count.csv https://github.com/brokenquark/SLIC-Ansible/blob/master/ansible-smell-count-different-format.csv
Label files properly ... 'occurrence-density-proportion' for both GitHub and Openstack repos.
Combined smell density calculation is wrong ... it should be
(total smell count in all files / (total lines of code in all files / 1000) )
Also double check proportion calculation. This is the formula:
((no. of files with at least one dataset) / (all files in dataset)) * 100
New tasks:
It will take time, because I never downloaded openstack repo. Just parsed the ymls. Hopefully tonight.
- Write a paragraph of 4-5 sentences on why security smell frequency is 10x lower for Openstack than GithUb.
I have fixed the density calculation. There was a silly mistake. Do I need to explain why openstack has fewer occurance? Now they are reasonably comparable with github.
RQ3 for openstack is available now
Next steps:
Need it by May 05.