Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 3 | 0.977 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 408 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnit.java |
2 | 6 | 119 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
3 | 6 | 141 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
4 | 6 | 152 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
CreateTypeOperation op = new CreateTypeOperation(this, content, force); if (sibling != null) { op.createBefore(sibling); } op.runOperation(monitor); return (IType) op.getResultElements()[0]; |
| ||||
CreateFieldOperation op = new CreateFieldOperation(this, contents, force); if (sibling != null) { op.createBefore(sibling); } op.runOperation(monitor); return (IField) op.getResultElements()[0]; |
| ||||
CreateMethodOperation op = new CreateMethodOperation(this, contents, force); if (sibling != null) { op.createBefore(sibling); } op.runOperation(monitor); return (IMethod) op.getResultElements()[0]; |
| ||||
CreateTypeOperation op = new CreateTypeOperation(this, contents, force); if (sibling != null) { op.createBefore(sibling); } op.runOperation(monitor); return (IType) op.getResultElements()[0]; |
| |||
[[#variable595d6940]] op = new [[#variable595d6940]](this, [[#variable595d6900]], force); if (sibling != null) { op.createBefore(sibling); } op.runOperation(monitor); return ( [[#variable595d6980]]) op.getResultElements()[0]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#595d6940]] | CreateTypeOperation |
1 | 2 | [[#595d6940]] | CreateTypeOperation |
1 | 3 | [[#595d6940]] | CreateMethodOperation |
1 | 4 | [[#595d6940]] | CreateFieldOperation |
2 | 1 | [[#595d6900]] | content |
2 | 2 | [[#595d6900]] | contents |
2 | 3 | [[#595d6900]] | contents |
2 | 4 | [[#595d6900]] | contents |
3 | 1 | [[#595d6980]] | IType |
3 | 2 | [[#595d6980]] | IType |
3 | 3 | [[#595d6980]] | IMethod |
3 | 4 | [[#595d6980]] | IField |