You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
injecting faults in source code is not ideal because recompiling source is slow and cumbersome
instead, we may want to inject faults at the bytecode level and expect a violation in some test. If no violation is found despite the fault, we need to report it. Ideally, we can tie it back to a source location so that it's actionable.
The text was updated successfully, but these errors were encountered:
injecting faults in source code is not ideal because recompiling source is slow and cumbersome
instead, we may want to inject faults at the bytecode level and expect a violation in some test. If no violation is found despite the fault, we need to report it. Ideally, we can tie it back to a source location so that it's actionable.
The text was updated successfully, but these errors were encountered: