| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 4 | 0 | 1.000 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 85 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
| 2 | 7 | 320 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
| 3 | 7 | 456 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
| 4 | 7 | 555 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMBuilder.java |
| ||||
int[] commentRange = {
-1, -1
};
if (javaDocPositions != null) {
int length = javaDocPositions.length;
commentRange[0] = javaDocPositions[length - 2];
commentRange[1] = javaDocPositions[length - 1];
}
int[] modifiersRange = {
-1, -1
};
|
| ||||
int[] commentRange = {
-1, -1
};
if (javaDocPositions != null) {
int length = javaDocPositions.length;
commentRange[0] = javaDocPositions[length - 2]; // get last javadoc comment (see bug 68772)
commentRange[1] = javaDocPositions[length - 1];
}
int[] modifiersRange = {
-1, -1
};
|
| ||||
int[] commentRange = {
-1, -1
}; if (javaDocPositions != null) {
int length = javaDocPositions.length;
commentRange[0] = javaDocPositions[length - 2]; // get last javadoc comment (see bug 68772)
commentRange[1] = javaDocPositions[length - 1];
}
int[] modifiersRange = {
-1, -1
};
|
| ||||
int[] commentRange = {
-1, -1
};
if (javaDocPositions != null) {
int length = javaDocPositions.length;
commentRange[0] = javaDocPositions[length - 2]; // get last javadoc comment (see bug 68772)
commentRange[1] = javaDocPositions[length - 1];
}
int[] modifiersRange = {
-1, -1
};
|
| |||
int[] commentRange = {
-1,
-1
};
if (javaDocPositions != null) {
int length = javaDocPositions.length;
commentRange[0] = javaDocPositions[length - 2]; // get last javadoc comment (see bug 68772)
commentRange[1] = javaDocPositions[length - 1];
}
int[] modifiersRange = {
-1,
-1
};
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||