Skip to content

Commit

Permalink
Added results for Ser3
Browse files Browse the repository at this point in the history
  • Loading branch information
joannacss committed Jun 11, 2020
1 parent 011aeee commit a44a719
Show file tree
Hide file tree
Showing 4 changed files with 2,122 additions and 1 deletion.
16 changes: 15 additions & 1 deletion callgraphs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This folder contains the visualization of the call graphs computed by `Salsa`.

## Test Cases

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

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

- **Actual Output**:![Ser1-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser2-JRE1.8.jar.png)
- **Actual Output**:![Ser2-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser2-JRE1.8.jar.png)




### Ser3

- **Expected Output**: It expects a direct call from `ser.Demo.writeObject` to
`java.io.ObjectOutputStream.defaultWriteObject` at line 15.

- **Actual Output**:![Ser3-JRE1.8.jar.png](https://github.com/SoftwareDesignLab/Salsa/blob/master/callgraphs/Ser3-JRE1.8.jar.png)


### Ser4
Loading

0 comments on commit a44a719

Please sign in to comment.