Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 1 | 0.977 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 139 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMDebugger.java |
2 | 16 | 204 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java |
| ||||
String program = constructProgramString(config); List arguments = new ArrayList(12); arguments.add(program); // VM args are the first thing after the java program so that users can specify // options like '-client' & '-server' which are required to be the first options String[] allVMArgs = combineVmArgs(config, fVMInstance); addArguments(allVMArgs, arguments); addBootClassPathArguments(arguments, config); String[] cp = config.getClassPath(); if (cp.length > 0) { arguments.add("-classpath"); //$NON-NLS-1$ arguments.add(convertClassPath(cp)); } |
| ||||
String program = constructProgramString(config); List arguments = new ArrayList(); arguments.add(program); // VM args are the first thing after the java program so that users can specify // options like '-client' & '-server' which are required to be the first option String[] allVMArgs = combineVmArgs(config, fVMInstance); addArguments(allVMArgs, arguments); addBootClassPathArguments(arguments, config); String[] cp = config.getClassPath(); if (cp.length > 0) { arguments.add("-classpath"); //$NON-NLS-1$ arguments.add(convertClassPath(cp)); } |
| |||
String program = constructProgramString(config); List arguments = new ArrayList [[#variable9dc95a20]]; arguments.add(program); // VM args are the first thing after the java program so that users can specify // options like '-client' & '-server' which are required to be the first option // options like '-client' & '-server' which are required to be the first options String[] allVMArgs = combineVmArgs(config, fVMInstance); addArguments(allVMArgs, arguments); addBootClassPathArguments(arguments, config); String[] cp = config.getClassPath(); if (cp.length > 0) { arguments.add("-classpath"); //$NON-NLS-1$ arguments.add(convertClassPath(cp)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dc95a20]] | () |
1 | 2 | [[#9dc95a20]] | (12) |