CloneSet114


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31020.965expression_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13793
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
231163
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
332398
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
473137
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
533542
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
674005
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
734481
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
8104541
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
934703
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
10106246
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
3
Source Line
793
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                IProblem.DirectInvocationOfAbstractMethod, 
                new String[] {
                              new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                             }, new String[] {
                                              new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                             }


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

                        IProblem.UsingDeprecatedMethod, 
                        new String[] {
                                      new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                                     }, new String[] {
                                                      new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                                     }


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

                IProblem.IndirectAccessToStaticMethod, 
                new String[] {
                              new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                             }, new String[] {
                                              new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                             }


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

                id, 
                new String[] {
                        new String(method.declaringClass.readableName()),
                        new String(shownMethod.selector), typesAsString(shownMethod.isVarargs(), shownMethod.parameters, false)
                             }, new String[] {
                                        new String(method.declaringClass.shortReadableName()),
                                        new String(shownMethod.selector), typesAsString(shownMethod.isVarargs(), shownMethod.parameters, true)
                                             }


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

                                IProblem.JavadocUsingDeprecatedMethod, 
                                new String[] {
                                              new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                                             }, new String[] {
                                                              new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                                             }


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

                id, 
                new String[] {
                        new String(method.declaringClass.readableName()),
                        new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                             }, new String[] {
                                        new String(method.declaringClass.shortReadableName()),
                                        new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                             }


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

                IProblem.StaticMethodRequested, 
                new String[] {
                              new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                             }, new String[] {
                                              new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                             }


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

                IProblem.NeedToEmulateMethodAccess, 
                new String[] {
                        new String(method.declaringClass.readableName()),
                        new String(method.selector),
                        typesAsString(method.isVarargs(), method.parameters, false)
                             }, 
                new String[] {
                        new String(method.declaringClass.shortReadableName()),
                        new String(method.selector),
                        typesAsString(method.isVarargs(), method.parameters, true)
                             }


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

                IProblem.NonStaticAccessToStaticMethod, 
                new String[] {
                              new String(method.declaringClass.readableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false)
                             }, new String[] {
                                              new String(method.declaringClass.shortReadableName()), new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                             }


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

                        IProblem.UnusedPrivateMethod, 
                new String[] {
                        new String(method.declaringClass.readableName()),
                        new String(method.selector),
                        typesAsString(method.isVarargs(), method.parameters, false)
                             }, 
                new String[] {
                        new String(method.declaringClass.shortReadableName()),
                        new String(method.selector),
                        typesAsString(method.isVarargs(), method.parameters, true)
                             }


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable58fe3480]], new String[] {
                                       new String(method.declaringClass.readableName()),
                                       new String( [[#variable58fe3b40]].selector),
                                       typesAsString( [[#variable58fe3b40]].isVarargs(),  [[#variable58fe3b40]].parameters, false)
                                     }, new String[] {
                                                       new String(method.declaringClass.shortReadableName()),
                                                       new String( [[#variable58fe3b40]].selector),
                                                       typesAsString( [[#variable58fe3b40]].isVarargs(),  [[#variable58fe3b40]].parameters, true)
                                                     }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58fe3480]]
IProblem.DirectInvocationOfAbstractMethod 
12[[#58fe3480]]
IProblem.NonStaticAccessToStaticMethod 
13[[#58fe3480]]
IProblem.IndirectAccessToStaticMethod 
14[[#58fe3480]]
IProblem.UsingDeprecatedMethod 
15[[#58fe3480]]
IProblem.JavadocUsingDeprecatedMethod 
16[[#58fe3480]]
id 
17[[#58fe3480]]
IProblem.StaticMethodRequested 
18[[#58fe3480]]
IProblem.NeedToEmulateMethodAccess 
19[[#58fe3480]]
id 
110[[#58fe3480]]
IProblem.UnusedPrivateMethod 
21[[#58fe3b40]]
method 
22[[#58fe3b40]]
method 
23[[#58fe3b40]]
method 
24[[#58fe3b40]]
method 
25[[#58fe3b40]]
method 
26[[#58fe3b40]]
method 
27[[#58fe3b40]]
method 
28[[#58fe3b40]]
method 
29[[#58fe3b40]]
shownMethod 
210[[#58fe3b40]]
method