Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.989 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 548 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
2 | 4 | 77 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetTypeDeclaration.java |
| ||||
catch (AbortType e) { if (this.binding == null) return; ClassFile.createProblemType( this, this.scope.referenceCompilationUnit().compilationResult); } |
| ||||
catch (AbortType e) { if (this.binding == null) return; CodeSnippetClassFile.createProblemType(this, this.scope.referenceCompilationUnit().compilationResult); } |
| |||
catch (AbortType e) { if (this.binding == null) return; [[#variable507cb5c0]].createProblemType(this, this.scope.referenceCompilationUnit().compilationResult); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#507cb5c0]] | ClassFile |
1 | 2 | [[#507cb5c0]] | CodeSnippetClassFile |