robust-rosin / robust

A dataset of 200+ bugs in the Robot Operating System for BugZoo
30 stars 10 forks source link

Calculate the number of bugs without CWE (+regularize some strings) #403

Closed wasowski closed 3 years ago

wasowski commented 3 years ago

Also makes all strings for classification start with CWE or contain no CWE. A small number of bugs had messy entries inconsistent with this convention, so I update them in the same PR. This update is useful for #384. Now it is fairly easy to convert this into the same format as in Fig. 8. (besides being useful in producing the number that I need for the section).

Would be nice to merge soon, as @ipa-hsd makes sweeping changes all the time and this is likely to create conflicts.

wasowski commented 3 years ago

Now this PR also tries to make the notebook empty (output cells empty) to facilitate easier merging and small commits for others.