Skip to content

Commit a44a719

Browse files
committed
Added results for Ser3
1 parent 011aeee commit a44a719

File tree

4 files changed

+2122
-1
lines changed

4 files changed

+2122
-1
lines changed

callgraphs/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This folder contains the visualization of the call graphs computed by `Salsa`.
2727

2828
## Test Cases
2929

30+
These test cases are from the Java Call Graph Test Suite (JCG).
3031
### Ser1
3132

3233
- **Expected Output**: It expects a direct call from `ser.Demo.writeObject` to
@@ -40,4 +41,17 @@ This folder contains the visualization of the call graphs computed by `Salsa`.
4041
- **Expected Output**: It expects a direct call from `ser.Demo.writeObject` to
4142
`java.io.ObjectOutputStream.defaultWriteObject` at line 15.
4243

43-
- **Actual Output**:![Ser1-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser2-JRE1.8.jar.png)
44+
- **Actual Output**:![Ser2-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser2-JRE1.8.jar.png)
45+
46+
47+
48+
49+
### Ser3
50+
51+
- **Expected Output**: It expects a direct call from `ser.Demo.writeObject` to
52+
`java.io.ObjectOutputStream.defaultWriteObject` at line 15.
53+
54+
- **Actual Output**:![Ser3-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser3-JRE1.8.jar.png)
55+
56+
57+
### Ser4

0 commit comments

Comments
 (0)