evosuite-plus-plus icon indicating copy to clipboard operation
evosuite-plus-plus copied to clipboard

Computation Graph - not checking primitive parameters

Open ongaaron96 opened this issue 4 years ago • 1 comments

Context

Primitive parameters does not seem to be accounted for, as shown in the following example.

Steps to Reproduce

Run testComputationGraphConstruction4() in ObjectOrientedTest.

EvoSuite Arguments

NA

Current Result

In setMoveName(), branches on line 49 relies on the parameter paramString of type String, but the graph for both branches are empty.

image

Expected result

As explained above.

Additional info

NA

ongaaron96 avatar Aug 09 '20 06:08 ongaaron96

primitive is no modeled as it is trivial.

llmhyy avatar Aug 22 '20 09:08 llmhyy