CloneSet59


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
33430.956variable_initializer_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13463
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
23469
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
331459
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
431464
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
533037
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
633045
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
733062
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
833067
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
933077
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1033083
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1133098
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1233104
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1333118
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1433123
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1533891
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1633899
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1733920
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1833925
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1933936
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2033942
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2133960
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2233966
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2333983
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2433988
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2514321
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2614322
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2734330
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2834337
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2914389
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
3014390
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
3114421
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
3214422
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
3336345
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
3436352
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
3
Source Line
463
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        new String(abstractMethod.selector),
                        typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, false),
                        new String(abstractMethod.declaringClass.readableName())


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

                        new String(abstractMethod.selector),
                        typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, true),
                        new String(abstractMethod.declaringClass.shortReadableName())


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

                        new String(abstractMethod.selector),
                        typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, false),
                        new String(abstractMethod.declaringClass.readableName())


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

                        new String(abstractMethod.selector),
                        typesAsString(abstractMethod.isVarargs(), abstractMethod.parameters, true),
                        new String(abstractMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                                new String(shownMethod.declaringClass.readableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                                new String(shownMethod.declaringClass.shortReadableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                                new String(shownMethod.declaringClass.readableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                                new String(shownMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                                new String(shownMethod.declaringClass.readableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                                new String(shownMethod.declaringClass.shortReadableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                                new String(shownMethod.declaringClass.readableName())


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

                                                new String(shownMethod.selector),
                                                typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                                new String(shownMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false),
                                        new String(shownMethod.declaringClass.readableName())


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

                                        new String(shownMethod.selector),
                                        typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true),
                                        new String(shownMethod.declaringClass.shortReadableName())


Clone Instance
25
Line Count
1
Source Line
4321
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName())


Clone Instance
26
Line Count
1
Source Line
4322
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName())


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

                        new String(currentMethod.selector),
                        typesAsString(currentMethod.isVarargs(), currentMethod.parameters, false),
                        new String(currentMethod.declaringClass.readableName())


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

                        new String(currentMethod.selector),
                        typesAsString(currentMethod.isVarargs(), currentMethod.parameters, true),
                        new String(currentMethod.declaringClass.shortReadableName())


Clone Instance
29
Line Count
1
Source Line
4389
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName())


Clone Instance
30
Line Count
1
Source Line
4390
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName())


Clone Instance
31
Line Count
1
Source Line
4421
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, false), new String(binding.declaringClass.readableName())


Clone Instance
32
Line Count
1
Source Line
4422
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                              new String(binding.selector), typesAsString(binding.isVarargs(), binding.parameters, true), new String(binding.declaringClass.shortReadableName())


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

                        new String(method1.selector),
                        typesAsString(method1.isVarargs(), method1.parameters, false),
                        new String(method1.declaringClass.readableName())


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

                        new String(method1.selector),
                        typesAsString(method1.isVarargs(), method1.parameters, true),
                        new String(method1.declaringClass.shortReadableName())


Clone AbstractionParameter Count: 3Parameter Bindings

new String( [[#variableb19fe2c0]].selector),
typesAsString( [[#variableb19fe2c0]].isVarargs(),  [[#variableb19fe2c0]].parameters,  [[#variableb19fe260]]),
new String( [[#variableb19fe2c0]].declaringClass. [[#variableb19fe160]]())
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b19fe2c0]]
shownMethod 
12[[#b19fe2c0]]
shownMethod 
13[[#b19fe2c0]]
abstractMethod 
14[[#b19fe2c0]]
binding 
15[[#b19fe2c0]]
binding 
16[[#b19fe2c0]]
abstractMethod 
17[[#b19fe2c0]]
method1 
18[[#b19fe2c0]]
currentMethod 
19[[#b19fe2c0]]
currentMethod 
110[[#b19fe2c0]]
method1 
111[[#b19fe2c0]]
shownMethod 
112[[#b19fe2c0]]
shownMethod 
113[[#b19fe2c0]]
shownMethod 
114[[#b19fe2c0]]
shownMethod 
115[[#b19fe2c0]]
shownMethod 
116[[#b19fe2c0]]
shownMethod 
117[[#b19fe2c0]]
shownMethod 
118[[#b19fe2c0]]
shownMethod 
119[[#b19fe2c0]]
shownMethod 
120[[#b19fe2c0]]
shownMethod 
121[[#b19fe2c0]]
shownMethod 
122[[#b19fe2c0]]
shownMethod 
123[[#b19fe2c0]]
shownMethod 
124[[#b19fe2c0]]
shownMethod 
125[[#b19fe2c0]]
binding 
126[[#b19fe2c0]]
shownMethod 
127[[#b19fe2c0]]
binding 
128[[#b19fe2c0]]
binding 
129[[#b19fe2c0]]
shownMethod 
130[[#b19fe2c0]]
shownMethod 
131[[#b19fe2c0]]
abstractMethod 
132[[#b19fe2c0]]
binding 
133[[#b19fe2c0]]
abstractMethod 
134[[#b19fe2c0]]
shownMethod 
21[[#b19fe260]]
false 
22[[#b19fe260]]
true 
23[[#b19fe260]]
true 
24[[#b19fe260]]
true 
25[[#b19fe260]]
false 
26[[#b19fe260]]
false 
27[[#b19fe260]]
true 
28[[#b19fe260]]
true 
29[[#b19fe260]]
false 
210[[#b19fe260]]
false 
211[[#b19fe260]]
false 
212[[#b19fe260]]
true 
213[[#b19fe260]]
false 
214[[#b19fe260]]
true 
215[[#b19fe260]]
false 
216[[#b19fe260]]
true 
217[[#b19fe260]]
false 
218[[#b19fe260]]
true 
219[[#b19fe260]]
false 
220[[#b19fe260]]
true 
221[[#b19fe260]]
false 
222[[#b19fe260]]
true 
223[[#b19fe260]]
false 
224[[#b19fe260]]
true 
225[[#b19fe260]]
true 
226[[#b19fe260]]
true 
227[[#b19fe260]]
false 
228[[#b19fe260]]
true 
229[[#b19fe260]]
true 
230[[#b19fe260]]
false 
231[[#b19fe260]]
true 
232[[#b19fe260]]
false 
233[[#b19fe260]]
false 
234[[#b19fe260]]
false 
31[[#b19fe160]]
readableName 
32[[#b19fe160]]
shortReadableName 
33[[#b19fe160]]
shortReadableName 
34[[#b19fe160]]
shortReadableName 
35[[#b19fe160]]
readableName 
36[[#b19fe160]]
readableName 
37[[#b19fe160]]
shortReadableName 
38[[#b19fe160]]
shortReadableName 
39[[#b19fe160]]
readableName 
310[[#b19fe160]]
readableName 
311[[#b19fe160]]
readableName 
312[[#b19fe160]]
shortReadableName 
313[[#b19fe160]]
readableName 
314[[#b19fe160]]
shortReadableName 
315[[#b19fe160]]
readableName 
316[[#b19fe160]]
shortReadableName 
317[[#b19fe160]]
readableName 
318[[#b19fe160]]
shortReadableName 
319[[#b19fe160]]
readableName 
320[[#b19fe160]]
shortReadableName 
321[[#b19fe160]]
readableName 
322[[#b19fe160]]
shortReadableName 
323[[#b19fe160]]
readableName 
324[[#b19fe160]]
shortReadableName 
325[[#b19fe160]]
shortReadableName 
326[[#b19fe160]]
shortReadableName 
327[[#b19fe160]]
readableName 
328[[#b19fe160]]
shortReadableName 
329[[#b19fe160]]
shortReadableName 
330[[#b19fe160]]
readableName 
331[[#b19fe160]]
shortReadableName 
332[[#b19fe160]]
readableName 
333[[#b19fe160]]
readableName 
334[[#b19fe160]]
readableName