CloneSet8342


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.965switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162219
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
263005
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
6
Source Line
2219
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        case ProblemReasons.Ambiguous:
                                id = IProblem.AmbiguousField;
                                break;
                        case ProblemReasons.ReceiverTypeNotVisible:
                                id = IProblem.NotVisibleType;
                                break;


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

                case ProblemReasons.Ambiguous:
                        id = IProblem.AmbiguousMethod;
                        break;
                case ProblemReasons.InheritedNameHidesEnclosingName:
                        id = IProblem.InheritedMethodHidesEnclosingName;
                        break;


Clone AbstractionParameter Count: 3Parameter Bindings

case ProblemReasons.Ambiguous:
  id = IProblem. [[#variable99e3c160]];
  break;
case ProblemReasons. [[#variable99e3c120]]:
  id = IProblem. [[#variable99e3c0a0]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99e3c160]]
AmbiguousField 
12[[#99e3c160]]
AmbiguousMethod 
21[[#99e3c120]]
ReceiverTypeNotVisible 
22[[#99e3c120]]
InheritedNameHidesEnclosingName 
31[[#99e3c0a0]]
NotVisibleType 
32[[#99e3c0a0]]
InheritedMethodHidesEnclosingName