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

Concretize the Interface in the Construction Path

Open llmhyy opened this issue 4 years ago • 3 comments

Issue by llmhyy Thursday Jan 23, 2020 at 06:23 GMT Originally opened as https://github.com/llmhyy/evosuite_progress/issues/138


llmhyy avatar Jul 22 '20 04:07 llmhyy

Comment by Cary-Xx Sunday Mar 08, 2020 at 07:52 GMT


Screenshot 2020-03-08 at 15 51 24 When recursively analyzing the method invocation, it is likely that we track to interface or abstract class at some time.

llmhyy avatar Jul 22 '20 04:07 llmhyy

Comment by Cary-Xx Sunday Mar 08, 2020 at 07:53 GMT


The example is adopted from corina.map.PngEncoderB#pngEncode(Z)[B where the clazz here refers to java.awt.image.SampleModel

llmhyy avatar Jul 22 '20 04:07 llmhyy

Comment by Cary-Xx Sunday Mar 08, 2020 at 08:00 GMT


Regression test is located at regression.issues.testcase.TestIssue138.java

llmhyy avatar Jul 22 '20 04:07 llmhyy