| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 1 | 0.974 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 161 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java |
| 2 | 5 | 167 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java |
| 3 | 5 | 173 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java |
| ||||
public boolean visit(TypeDeclaration node) {
return visitType(node);
}
public void endVisit(TypeDeclaration node) {
fTypeCounter--;
}
|
| ||||
public boolean visit(EnumDeclaration node) {
return visitType(node);
}
public void endVisit(EnumDeclaration node) {
fTypeCounter--;
}
|
| ||||
public boolean visit(AnnotationTypeDeclaration node) {
return visitType(node);
}
public void endVisit(AnnotationTypeDeclaration node) {
fTypeCounter--;
}
|
| |||
public boolean visit( [[#variable5efbde80]] node) {
return visitType(node);
}
public void endVisit( [[#variable5efbde80]] node) {
fTypeCounter--;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5efbde80]] | TypeDeclaration |
| 1 | 2 | [[#5efbde80]] | EnumDeclaration |
| 1 | 3 | [[#5efbde80]] | AnnotationTypeDeclaration |