Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.970 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1731 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
2 | 8 | 2343 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
| ||||
protected SimpleName getMethodNameNode() { if (fNode instanceof MethodInvocation) return ((MethodInvocation) fNode).getName(); if (fNode instanceof SuperMethodInvocation) return ((SuperMethodInvocation) fNode).getName(); return null; } |
| ||||
protected SimpleName getMethodNameNode() { if (fNode instanceof MemberRef) return ((MemberRef) fNode).getName(); if (fNode instanceof MethodRef) return ((MethodRef) fNode).getName(); return null; } |
| |||
protected SimpleName getMethodNameNode() { if (fNode instanceof [[#variablea3fe5ca0]]) return (( [[#variablea3fe5ca0]]) fNode).getName(); if (fNode instanceof [[#variablea3fe5c00]]) return (( [[#variablea3fe5c00]]) fNode).getName(); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3fe5ca0]] | MethodInvocation |
1 | 2 | [[#a3fe5ca0]] | MemberRef |
2 | 1 | [[#a3fe5c00]] | SuperMethodInvocation |
2 | 2 | [[#a3fe5c00]] | MethodRef |