Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.963 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 52 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
2 | 3 | 70 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
3 | 3 | 84 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java |
| ||||
public boolean visit(TypeDeclaration localTypeDeclaration, BlockScope scope) { patternLocator.match(localTypeDeclaration, nodeSet); return true; } |
| ||||
public boolean visit(TypeDeclaration memberTypeDeclaration, ClassScope scope) { patternLocator.match(memberTypeDeclaration, nodeSet); return true; } |
| ||||
public boolean visit(TypeDeclaration localTypeDeclaration, BlockScope scope) { patternLocator.match(localTypeDeclaration, nodeSet); return true; } |
| |||
public boolean visit(TypeDeclaration [[#variable76c06460]], [[#variable76c063e0]] scope) { patternLocator.match( [[#variable76c06460]], nodeSet); return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c06460]] | localTypeDeclaration |
1 | 2 | [[#76c06460]] | memberTypeDeclaration |
1 | 3 | [[#76c06460]] | localTypeDeclaration |
2 | 1 | [[#76c063e0]] | BlockScope |
2 | 2 | [[#76c063e0]] | ClassScope |
2 | 3 | [[#76c063e0]] | BlockScope |