Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 5826 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 1 | 342 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
3 | 1 | 540 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
4 | 1 | 230 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
// resize the exception handlers table System.arraycopy(exceptionLabels, 0, exceptionLabels = new ExceptionLabel[length + LABELS_INCREMENT], 0, length); |
| ||||
System.arraycopy(additionalUnits, 0, additionalUnits = new SourceFile[length + toAdd], 0, length); |
| ||||
System.arraycopy(results, 0, results = new BuildContext[length + added], 0, length); |
| ||||
System.arraycopy(matches, 0, matches = new SearchDocument[length + remainingWorkingCopiesSize], 0, length); |
| |||
// resize the exception handlers table System.arraycopy( [[#variable957c4ec0]], 0, [[#variable957c4ec0]]= new [[#variable957c4e20]][length + [[#variable957c4dc0]]], 0, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#957c4ec0]] | matches |
1 | 2 | [[#957c4ec0]] | additionalUnits |
1 | 3 | [[#957c4ec0]] | results |
1 | 4 | [[#957c4ec0]] | exceptionLabels |
2 | 1 | [[#957c4e20]] | SearchDocument |
2 | 2 | [[#957c4e20]] | SourceFile |
2 | 3 | [[#957c4e20]] | BuildContext |
2 | 4 | [[#957c4e20]] | ExceptionLabel |
3 | 1 | [[#957c4dc0]] | remainingWorkingCopiesSize |
3 | 2 | [[#957c4dc0]] | toAdd |
3 | 3 | [[#957c4dc0]] | added |
3 | 4 | [[#957c4dc0]] | LABELS_INCREMENT |