Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 363 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 4 | 367 | 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); } |
| ||||
{ ConstructorDeclaration constructorDeclaration = (ConstructorDeclaration) method; this.parse(constructorDeclaration, unit); constructorDeclaration.traverse(localDeclarationVisitor, (ClassScope) null); } |
| |||
{ [[#variable54c57720]] [[#variable54c57700]]= ( [[#variable54c57720]]) method; this.parse( [[#variable54c57700]], unit); [[#variable54c57700]].traverse(localDeclarationVisitor, (ClassScope) null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c57720]] | MethodDeclaration |
1 | 2 | [[#54c57720]] | ConstructorDeclaration |
2 | 1 | [[#54c57700]] | methodDeclaration |
2 | 2 | [[#54c57700]] | constructorDeclaration |