Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.959 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 158 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java |
2 | 6 | 165 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java |
| ||||
File extDir = new File(lib, "ext"); //$NON-NLS-1$ String[] dirs = null; if (extDir == null) dirs = new String[0]; else dirs = new String[] { extDir.getAbsolutePath() }; |
| ||||
File endDir = new File(lib, "endorsed"); //$NON-NLS-1$ String[] endDirs = null; if (endDir == null) endDirs = new String[0]; else endDirs = new String[] { endDir.getAbsolutePath() }; |
| |||
File [[#variable5b755ce0]]= new File(lib, [[#variable5b755c80]]); //$NON-NLS-1$ String[] [[#variable5b755ba0]]= null; if ( [[#variable5b755ce0]]== null) [[#variable5b755ba0]]= new String[0]; else [[#variable5b755ba0]]= new String[] { [[#variable5b755ce0]].getAbsolutePath() }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b755ce0]] | extDir |
1 | 2 | [[#5b755ce0]] | endDir |
2 | 1 | [[#5b755c80]] | "ext" |
2 | 2 | [[#5b755c80]] | "endorsed" |
3 | 1 | [[#5b755ba0]] | dirs |
3 | 2 | [[#5b755ba0]] | endDirs |