Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 74 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleBuilder.java |
2 | 2 | 241 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleBuilder.java |
| ||||
File info = new File(contents_dir, "Info.plist"); //$NON-NLS-1$ FileOutputStream fos = new FileOutputStream(info); |
| ||||
File pkgInfo = new File(contents_dir, "PkgInfo"); //$NON-NLS-1$ FileOutputStream os = new FileOutputStream(pkgInfo); |
| |||
File [[#variable5b7d72a0]]= new File(contents_dir, [[#variable5b7d7de0]]); //$NON-NLS-1$ FileOutputStream [[#variable5b7d7e60]]= new FileOutputStream( [[#variable5b7d72a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b7d72a0]] | info |
1 | 2 | [[#5b7d72a0]] | pkgInfo |
2 | 1 | [[#5b7d7de0]] | "Info.plist" |
2 | 2 | [[#5b7d7de0]] | "PkgInfo" |
3 | 1 | [[#5b7d7e60]] | fos |
3 | 2 | [[#5b7d7e60]] | os |