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

Computation Graph - issue with test 9

Open ongaaron96 opened this issue 4 years ago • 0 comments

Context

An issue with graph for test 9 for target method execute(), branches on lines 41 and 42.

Steps to Reproduce

Run testComputationGraphConstruction9() in ObjectOrientedTest

EvoSuite Arguments

NA

Current Result

  1. Branches on lines 41 and 42 depend on StringBuffer currentData which depends on this.mConfiguration.getEncoding() which returns this.mEncoding. Hence there should be a dependency from this.mConfiguration -> this.mEncoding but it is not captured in the graph.

image

image

Expected result

As explained above.

Additional info

NA

ongaaron96 avatar Aug 09 '20 09:08 ongaaron96