Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1520 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
2 | 3 | 1654 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
3 | 4 | 71 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ToolFactory.java |
| ||||
Object execExt = configElements[j].createExecutableExtension("class"); //$NON-NLS-1$ if (execExt instanceof ClasspathContainerInitializer) { return (ClasspathContainerInitializer) execExt; } |
| ||||
Object execExt = configElements[j].createExecutableExtension("class"); //$NON-NLS-1$ if (execExt instanceof ClasspathVariableInitializer) { return (ClasspathVariableInitializer) execExt; } |
| ||||
Object execExt = configElements[j].createExecutableExtension("class"); //$NON-NLS-1$ if (execExt instanceof ICodeFormatter) { // use first contribution found return (ICodeFormatter) execExt; } |
| |||
Object execExt = configElements[j].createExecutableExtension("class"); //$NON-NLS-1$ if (execExt instanceof [[#variable54f09ee0]]) { // use first contribution found return ( [[#variable54f09ee0]]) execExt; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54f09ee0]] | ICodeFormatter |
1 | 2 | [[#54f09ee0]] | ClasspathContainerInitializer |
1 | 3 | [[#54f09ee0]] | ClasspathVariableInitializer |