Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.951 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 671 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java |
2 | 1 | 207 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java |
| ||||
Path path = new Path(new String(fileName, 0, pkgEnd)); |
| ||||
IPath relPath = new Path(new String(className, 0, idx)); |
| |||
[[#variable9682b180]] [[#variable9682ab40]]= new Path(new String( [[#variable9682aae0]], 0, [[#variable9682b1c0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9682b180]] | IPath |
1 | 2 | [[#9682b180]] | Path |
2 | 1 | [[#9682ab40]] | relPath |
2 | 2 | [[#9682ab40]] | path |
3 | 1 | [[#9682aae0]] | className |
3 | 2 | [[#9682aae0]] | fileName |
4 | 1 | [[#9682b1c0]] | idx |
4 | 2 | [[#9682b1c0]] | pkgEnd |