CloneSet510


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31030.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1345
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnImportReference.java
2345
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnPackageReference.java
3342
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnImportReference.java
4341
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnPackageReference.java
5363
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java
63959
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java
73115
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java
832141
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
9595
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencesConstants.java
104165
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java
Clone Instance
1
Line Count
3
Source Line
45
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnImportReference.java

        for (int i = 0; i < tokens.length; i++) {
                if (i > 0) output.append('.');
                output.append(tokens[i]);
        }


Clone Instance
2
Line Count
3
Source Line
45
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnPackageReference.java

        for (int i = 0; i < tokens.length; i++) {
                if (i > 0) output.append('.');
                output.append(tokens[i]);
        }


Clone Instance
3
Line Count
3
Source Line
42
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnImportReference.java

        for (int i = 0; i < tokens.length; i++) {
                if (i > 0) output.append('.');
                output.append(tokens[i]);
        }


Clone Instance
4
Line Count
3
Source Line
41
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnPackageReference.java

        for (int i = 0; i < tokens.length; i++) {
                if (i > 0) output.append('.');
                output.append(tokens[i]);
        }


Clone Instance
5
Line Count
3
Source Line
63
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java

                /* when withOnDemand is false, only the name is printed */
                for (int i = 0; i < tokens.length; i++) {
                        if (i > 0) output.append('.');
                        output.append(tokens[i]);
                }


Clone Instance
6
Line Count
3
Source Line
959
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java

                for (int i = 0; i < tokens.length; i++) {
                        if (i > 0) output.append('.');
                        output.append(tokens[i]);
                }


Clone Instance
7
Line Count
3
Source Line
115
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java

                for (int i = 0; i < tokens.length; i++) {
                        if (i > 0) output.append('.');
                        output.append(tokens[i]);
                }


Clone Instance
8
Line Count
3
Source Line
2141
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

        for (int i = 0; i < tokens.length; i++) {
                if (i > 0) buffer.append('.');
                buffer.append(tokens[i]);
        }


Clone Instance
9
Line Count
5
Source Line
95
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencesConstants.java

                for (int i = 0; i < list.length; i++) {
                        if (i > 0)
                                buffer.append(',');

                        buffer.append(list[i]);
                }


Clone Instance
10
Line Count
4
Source Line
165
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java

                                for (int i = 0; i < arguments.length; i++) {
                                        if (i > 0)
                                                buffer.append(", "); //$NON-NLS-1$
                                        buffer.append(arguments[i]);
                                }


Clone AbstractionParameter Count: 3Parameter Bindings

/* when withOnDemand is false, only the name is printed */
for (int i = 0; i <  [[#variableb48cf480]].length; i++) {
  if (i > 0)
     [[#variableb48cf420]].append( [[#variableb48cf3c0]]); //$NON-NLS-1$
   [[#variableb48cf420]].append( [[#variableb48cf480]][i]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b48cf480]]
tokens 
12[[#b48cf480]]
arguments 
13[[#b48cf480]]
list 
14[[#b48cf480]]
tokens 
15[[#b48cf480]]
tokens 
16[[#b48cf480]]
tokens 
17[[#b48cf480]]
tokens 
18[[#b48cf480]]
tokens 
19[[#b48cf480]]
tokens 
110[[#b48cf480]]
tokens 
21[[#b48cf420]]
output 
22[[#b48cf420]]
buffer 
23[[#b48cf420]]
buffer 
24[[#b48cf420]]
buffer 
25[[#b48cf420]]
output 
26[[#b48cf420]]
output 
27[[#b48cf420]]
output 
28[[#b48cf420]]
output 
29[[#b48cf420]]
output 
210[[#b48cf420]]
output 
31[[#b48cf3c0]]
'.' 
32[[#b48cf3c0]]
", " 
33[[#b48cf3c0]]
',' 
34[[#b48cf3c0]]
'.' 
35[[#b48cf3c0]]
'.' 
36[[#b48cf3c0]]
'.' 
37[[#b48cf3c0]]
'.' 
38[[#b48cf3c0]]
'.' 
39[[#b48cf3c0]]
'.' 
310[[#b48cf3c0]]
'.'