-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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.
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]"
],