Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 274 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java |
2 | 10 | 316 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java |
| ||||
if ( !(selectedNode instanceof MethodDeclaration)) { return; } MethodDeclaration decl = (MethodDeclaration) selectedNode; IMethodBinding methodDeclBinding = decl.resolveBinding(); if (methodDeclBinding == null) { return; } IMethodBinding overridden = Bindings.findOverriddenMethod(methodDeclBinding, false); |
| ||||
if ( !(selectedNode instanceof MethodDeclaration)) { return; } MethodDeclaration decl = (MethodDeclaration) selectedNode; IMethodBinding methodDeclBinding = decl.resolveBinding(); if (methodDeclBinding == null) { return; } IMethodBinding overridden = Bindings.findOverriddenMethod(methodDeclBinding, false); |
| |||
if ( !(selectedNode instanceof MethodDeclaration)) { return; } MethodDeclaration decl = (MethodDeclaration) selectedNode; IMethodBinding methodDeclBinding = decl.resolveBinding(); if (methodDeclBinding == null) { return; } IMethodBinding overridden = Bindings.findOverriddenMethod(methodDeclBinding, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |