Skip to content

UNRESOVED tag for AssertEquals #4

@lxiao6

Description

@lxiao6

I am running cxf from Apache, and I noticed that there is UNRESOLVED tag for assert.equals almost appear in every single json file.

FYI, I used Maven build from IntelliJ when I saw a prompt saying that there is such a configure file, etc. It took some time to build.

cxf_org.apache.cxf.attachment.AttachmentDeserializerTest_imitateAttachmentInInterceptorForMessageWithMissingBoundary.json \

Copied below:
{
"parsedStatementsSequence": [
"THIRD GET java.lang.String.getBytes()#[416-416]",
"NEW_JDK_CLASS java.io.ByteArrayInputStream(byte[])#[416-416]",
"NEW org.apache.cxf.message.MessageImpl()#[418-418]",
"NEW org.apache.cxf.message.XMLMessage(Message)#[418-418]",
"THIRD java.util.Map<java.lang.String,java.lang.Object>.put(String, Object)#[419-419]",
"THIRD SET org.apache.cxf.message.Message.setContent(Class, Object)#[420-420]",
"THIRD java.lang.System.getProperty(String)#[421-422]",
"THIRD java.util.Map<java.lang.String,java.lang.Object>.put(String, Object)#[421-422]",
"THIRD java.lang.String.valueOf(int)#[423-424]",
"THIRD java.util.Map<java.lang.String,java.lang.Object>.put(String, Object)#[423-424]",
"THIRD java.util.Collections.singletonList(String)#[429-429]",
"NEW org.apache.cxf.attachment.AttachmentDeserializer(Message, List)#[428-429]",
"org.apache.cxf.attachment.AttachmentDeserializer.initializeAttachments()#[431-431]",
"THIRD GET org.apache.cxf.message.Message.getAttachments()#[432-432]",
"THIRD java.util.Collection<org.apache.cxf.message.Attachment>.size()#[432-432]",
"UNRESOLVED_INVOCATION: assertEquals(0,message.getAttachments().size())#[432-432]",
"THIRD java.io.ByteArrayInputStream.close()#[434-434]"
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions