Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.983 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 631 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
2 | 11 | 676 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
| ||||
/** * Finishes the configuration of the class DOM object which * was created by a previous enterClass call. * * @see IDocumentElementRequestor#exitClass(int, int) */ public void exitClass(int bodyEnd, int declarationEnd) { exitType(bodyEnd, declarationEnd); } /** * Finishes the configuration of the method DOM object which * was created by a previous enterConstructor call. * * @see IDocumentElementRequestor#exitConstructor(int, int) */ public void exitConstructor(int bodyEnd, int declarationEnd) { exitAbstractMethod(bodyEnd, declarationEnd); } |
| ||||
/** * Finishes the configuration of the interface DOM object which * was created by a previous enterInterface call. * * @see IDocumentElementRequestor#exitInterface(int, int) */ public void exitInterface(int bodyEnd, int declarationEnd) { exitType(bodyEnd, declarationEnd); } /** * Finishes the configuration of the method DOM object which * was created by a previous enterMethod call. * * @see IDocumentElementRequestor#exitMethod(int, int) */ public void exitMethod(int bodyEnd, int declarationEnd) { exitAbstractMethod(bodyEnd, declarationEnd); } |
| |||
/** * Finishes the configuration of the class DOM object which * was created by a previous enterClass call. * * @see IDocumentElementRequestor#exitClass(int, int) */ /** * Finishes the configuration of the interface DOM object which * was created by a previous enterInterface call. * * @see IDocumentElementRequestor#exitInterface(int, int) */ public void [[#variable5efbca00]](int bodyEnd, int declarationEnd) { exitType(bodyEnd, declarationEnd); } /** * Finishes the configuration of the method DOM object which * was created by a previous enterConstructor call. * * @see IDocumentElementRequestor#exitConstructor(int, int) */ /** * Finishes the configuration of the method DOM object which * was created by a previous enterMethod call. * * @see IDocumentElementRequestor#exitMethod(int, int) */ public void [[#variable5ec164e0]](int bodyEnd, int declarationEnd) { exitAbstractMethod(bodyEnd, declarationEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5efbca00]] | exitClass |
1 | 2 | [[#5efbca00]] | exitInterface |
2 | 1 | [[#5ec164e0]] | exitConstructor |
2 | 2 | [[#5ec164e0]] | exitMethod |