CloneSet3303


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1430.959executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115826
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
21342
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java
31540
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java
41230
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
1
Source Line
5826
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                // resize the exception handlers table
                System.arraycopy(exceptionLabels, 0, exceptionLabels = new ExceptionLabel[length + LABELS_INCREMENT], 0, length);


Clone Instance
2
Line Count
1
Source Line
342
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java

                        System.arraycopy(additionalUnits, 0, additionalUnits = new SourceFile[length + toAdd], 0, length);


Clone Instance
3
Line Count
1
Source Line
540
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java

                System.arraycopy(results, 0, results = new BuildContext[length + added], 0,  length);


Clone Instance
4
Line Count
1
Source Line
230
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                System.arraycopy(matches, 0, matches = new SearchDocument[length + remainingWorkingCopiesSize], 0, length);


Clone AbstractionParameter Count: 3Parameter Bindings

// resize the exception handlers table
System.arraycopy( [[#variable957c4ec0]], 0,  [[#variable957c4ec0]]= new [[#variable957c4e20]][length +  [[#variable957c4dc0]]], 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#957c4ec0]]
matches 
12[[#957c4ec0]]
additionalUnits 
13[[#957c4ec0]]
results 
14[[#957c4ec0]]
exceptionLabels 
21[[#957c4e20]]
SearchDocument 
22[[#957c4e20]]
SourceFile 
23[[#957c4e20]]
BuildContext 
24[[#957c4e20]]
ExceptionLabel 
31[[#957c4dc0]]
remainingWorkingCopiesSize 
32[[#957c4dc0]]
toAdd 
33[[#957c4dc0]]
added 
34[[#957c4dc0]]
LABELS_INCREMENT