CloneSet6974


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.953executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14363
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
24367
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
Clone Instance
1
Line Count
4
Source Line
363
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                                                         {
                                        MethodDeclaration methodDeclaration = (MethodDeclaration) method;
                                        this.parse(methodDeclaration, unit);
                                        methodDeclaration.traverse(localDeclarationVisitor, (ClassScope) null);
                                                                         }


Clone Instance
2
Line Count
4
Source Line
367
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

                                                                                     {
                                        ConstructorDeclaration constructorDeclaration = (ConstructorDeclaration) method;
                                        this.parse(constructorDeclaration, unit);
                                        constructorDeclaration.traverse(localDeclarationVisitor, (ClassScope) null);
                                                                                     }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variable54c57720]]  [[#variable54c57700]]= ( [[#variable54c57720]]) method;
  this.parse( [[#variable54c57700]], unit);
   [[#variable54c57700]].traverse(localDeclarationVisitor, (ClassScope) null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54c57720]]
MethodDeclaration 
12[[#54c57720]]
ConstructorDeclaration 
21[[#54c57700]]
methodDeclaration 
22[[#54c57700]]
constructorDeclaration