Feature Requests: Browse | Submit New | Admin

[#21253] Don't mutate false to nil

Date:
2008-07-17 07:26
Priority:
3
Submitted By:
Andrew Grimm (agrimm)
Assigned To:
Kevin Clark (kevinclark)
Category:
heckle
State:
Open
Summary:
Don't mutate false to nil

Detailed description
The following mutations didn't cause test failures:

--- original
+++ mutation
<snip>
-    is_foo = false
+    is_foo = nil
<snip>

Assigning is_foo to nil in the unmutated program avoids this problem.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item