| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.994 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 254 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/IncrementalImageBuilder.java |
| 2 | 5 | 601 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/IncrementalImageBuilder.java |
| ||||
// perform full build if a managed class file has been changed
IPath typePath = resource.getFullPath().removeFirstSegments(segmentCount).removeFileExtension();
if (newState.isKnownType(typePath.toString())) {
if (JavaBuilder.DEBUG)
System.out.println("MUST DO FULL BUILD. Found change to class file " + typePath); //$NON-NLS-1$
return false;
}
|
| ||||
IPath typePath = resource.getFullPath().removeFirstSegments(segmentCount).removeFileExtension();
if (newState.isKnownType(typePath.toString())) {
if (JavaBuilder.DEBUG)
System.out.println("MOST DO FULL BUILD. Found change to class file " + typePath); //$NON-NLS-1$
return false;
}
|
| |||
// perform full build if a managed class file has been changed
IPath typePath = resource.getFullPath().removeFirstSegments(segmentCount).removeFileExtension();
if (newState.isKnownType(typePath.toString())) {
if (JavaBuilder.DEBUG)
System.out.println( [[#variable95864660]] + typePath); //$NON-NLS-1$
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#95864660]] | "MUST DO FULL BUILD. Found change to class file " |
| 1 | 2 | [[#95864660]] | "MOST DO FULL BUILD. Found change to class file " |