Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.950 | import_statements[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 84 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java |
2 | 4 | 60 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/servlet/ServletUtilities.java |
| |||||
import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; |
| |||||
import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; |
| |||
import java.io.BufferedOutputStream; import java.io.File; import java.io. [[#variable1a0f0ec0]]; import java.io. [[#variable1a0f7d60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0f0ec0]] | FileOutputStream |
1 | 2 | [[#1a0f0ec0]] | FileInputStream |
2 | 1 | [[#1a0f7d60]] | IOException |
2 | 2 | [[#1a0f7d60]] | FileNotFoundException |