robust-rosin / robust

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

Bugs that haven't been fixed should have a "null" fix section #425

Open ChrisTimperley opened 3 years ago

ChrisTimperley commented 3 years ago

An example of a bug that breaks this rule:

https://github.com/robust-rosin/robust/blob/master/care-o-bot/0000000/0000000.bug

gavanderhoorn commented 3 years ago

I guess in that example the issue was fixed, but it didn't require a code change, hence no commit to point to?

ChrisTimperley commented 3 years ago

Interesting. Should we really consider that example to be a bug in that case? (Either way, it seems like a null or other special value should be used for the fix section.)

hsd-dev commented 3 years ago

Maybe this bug got left out. Others have been set to null in https://github.com/robust-rosin/robust/pull/399/commits/85a8ba17dedfaade1ee79870583d9041a406518b. Will take a look again.