Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 141 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
2 | 3 | 212 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/TypeDeclarationImpl.java |
| ||||
if (paramTypes == null || paramTypes.length == 0) return Collections.emptyList(); final List<ParameterDeclaration> result = new ArrayList<ParameterDeclaration>(paramTypes.length); |
| ||||
if (superInterfaceBindings == null || superInterfaceBindings.length == 0) return Collections.emptyList(); final List<InterfaceType> results = new ArrayList<InterfaceType>(superInterfaceBindings.length); |
| |||
if ( [[#variable91a94240]]== null || [[#variable91a94240]].length == 0) return Collections.emptyList(); final List< [[#variable91a951c0]]> [[#variable91a95140]]= new ArrayList< [[#variable91a951c0]]>( [[#variable91a94240]].length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#91a94240]] | paramTypes |
1 | 2 | [[#91a94240]] | superInterfaceBindings |
2 | 1 | [[#91a951c0]] | ParameterDeclaration |
2 | 2 | [[#91a951c0]] | InterfaceType |
3 | 1 | [[#91a95140]] | result |
3 | 2 | [[#91a95140]] | results |