defects4j icon indicating copy to clipboard operation
defects4j copied to clipboard

Mutation analysis does not support all Gson and Mockito bugs.

Open rjust opened this issue 5 months ago • 0 comments

Mutation analysis works as expected or all project, except for:

  • Major cannot generate mutants for Gson classes whose names start with '$'.
  • Major successfully mutates classes in Mockito for all bugs, but it cannot reliably execute the Mockito tests during mutation analysis for some bugs.

rjust avatar Sep 21 '24 03:09 rjust