Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.958 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 31 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/Standard11xVMType.java |
2 | 1 | 205 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java |
3 | 1 | 494 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java |
| ||||
new Path(installLocation.getPath()).append("lib").append("classes.zip") |
| ||||
new Path(javaHome.getPath()).append("lib").append("rt.jar") |
| ||||
new Path(javaHome.getAbsolutePath()).append("lib").append("classes.zip") |
| |||
new Path( [[#variable543bbe00]]. [[#variable543bbd80]]()).append("lib").append( [[#variable543bbd20]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#543bbe00]] | javaHome |
1 | 2 | [[#543bbe00]] | javaHome |
1 | 3 | [[#543bbe00]] | installLocation |
2 | 1 | [[#543bbd80]] | getPath |
2 | 2 | [[#543bbd80]] | getAbsolutePath |
2 | 3 | [[#543bbd80]] | getPath |
3 | 1 | [[#543bbd20]] | "rt.jar" |
3 | 2 | [[#543bbd20]] | "classes.zip" |
3 | 3 | [[#543bbd20]] | "classes.zip" |