Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.957 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 78 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
2 | 3 | 1017 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java |
3 | 2 | 300 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java |
| ||||
public int compare(Object o1, Object o2) { return ((CategorizedProblem) o1).getSourceStart() - ((CategorizedProblem) o2).getSourceStart(); } |
| ||||
public int compare(Object o1, Object o2) { return ((BodyDeclaration) o1).getStartPosition() - ((BodyDeclaration) o2).getStartPosition(); } |
| ||||
public int compare(Object o1, Object o2) { return ((SimpleName) o1).getStartPosition() - ((SimpleName) o2).getStartPosition(); } |
| |||
public int compare(Object o1, Object o2) { return (( [[#variable568319a0]]) o1). [[#variable56831900]]() - (( [[#variable568319a0]]) o2). [[#variable56831900]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#568319a0]] | SimpleName |
1 | 2 | [[#568319a0]] | BodyDeclaration |
1 | 3 | [[#568319a0]] | CategorizedProblem |
2 | 1 | [[#56831900]] | getStartPosition |
2 | 2 | [[#56831900]] | getStartPosition |
2 | 3 | [[#56831900]] | getSourceStart |