Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.983 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 97 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java |
2 | 4 | 103 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java |
3 | 4 | 109 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java |
4 | 4 | 115 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java |
5 | 4 | 121 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java |
| ||||
public boolean visit(MethodInvocation node) { if ( !isSelected(node)) return false; return handleExceptions(node.resolveMethodBinding(), node.getAST()); } |
| ||||
public boolean visit(SuperMethodInvocation node) { if ( !isSelected(node)) return false; return handleExceptions(node.resolveMethodBinding(), node.getAST()); } |
| ||||
public boolean visit(ClassInstanceCreation node) { if ( !isSelected(node)) return false; return handleExceptions(node.resolveConstructorBinding(), node.getAST()); } |
| ||||
public boolean visit(ConstructorInvocation node) { if ( !isSelected(node)) return false; return handleExceptions(node.resolveConstructorBinding(), node.getAST()); } |
| ||||
public boolean visit(SuperConstructorInvocation node) { if ( !isSelected(node)) return false; return handleExceptions(node.resolveConstructorBinding(), node.getAST()); } |
| |||
public boolean visit( [[#variablea0f24d60]] node) { if ( !isSelected(node)) return false; return handleExceptions(node. [[#variablea0f24ce0]](), node.getAST()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f24d60]] | MethodInvocation |
1 | 2 | [[#a0f24d60]] | SuperMethodInvocation |
1 | 3 | [[#a0f24d60]] | ClassInstanceCreation |
1 | 4 | [[#a0f24d60]] | ConstructorInvocation |
1 | 5 | [[#a0f24d60]] | SuperConstructorInvocation |
2 | 1 | [[#a0f24ce0]] | resolveMethodBinding |
2 | 2 | [[#a0f24ce0]] | resolveMethodBinding |
2 | 3 | [[#a0f24ce0]] | resolveConstructorBinding |
2 | 4 | [[#a0f24ce0]] | resolveConstructorBinding |
2 | 5 | [[#a0f24ce0]] | resolveConstructorBinding |