Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 244 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
2 | 5 | 250 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
public final RefactoringStatus setDestination(IResource destination) throws JavaModelException { Assert.isNotNull(destination); resetDestinations(); fResourceDestination = destination; return verifyDestination(destination); } |
| ||||
public final RefactoringStatus setDestination(IJavaElement destination) throws JavaModelException { Assert.isNotNull(destination); resetDestinations(); fJavaElementDestination = destination; return verifyDestination(destination); } |
| |||
public final RefactoringStatus setDestination( [[#variable57240040]] destination) throws JavaModelException { Assert.isNotNull(destination); resetDestinations(); [[#variable57255f60]]= destination; return verifyDestination(destination); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57240040]] | IResource |
1 | 2 | [[#57240040]] | IJavaElement |
2 | 1 | [[#57255f60]] | fResourceDestination |
2 | 2 | [[#57255f60]] | fJavaElementDestination |