Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1410 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
2 | 5 | 2115 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
protected RefactoringStatus verifyDestination(IResource resource) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.ReorgPolicyFactory_noCopying); } protected RefactoringStatus verifyDestination(IJavaElement javaElement) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.ReorgPolicyFactory_noCopying); } |
| ||||
protected RefactoringStatus verifyDestination(IResource resource) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.ReorgPolicyFactory_noMoving); } protected RefactoringStatus verifyDestination(IJavaElement javaElement) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.ReorgPolicyFactory_noMoving); } |
| |||
protected RefactoringStatus verifyDestination(IResource resource) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages. [[#variable994619a0]]); } protected RefactoringStatus verifyDestination(IJavaElement javaElement) throws JavaModelException { return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages. [[#variable994619a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#994619a0]] | ReorgPolicyFactory_noCopying |
1 | 2 | [[#994619a0]] | ReorgPolicyFactory_noMoving |