Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.950 | local_variable_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 291 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFile.java |
2 | 1 | 287 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
3 | 1 | 774 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
String entryName = Util.concatWith(pkg.names, getElementName(), '/') |
| ||||
String path = Util.concatWith(pkg.names, classFileName, '/') |
| ||||
String classFilePath = Util.concatWith(pkg.names, classFileName, '/') |
| |||
String [[#variable633121e0]]= Util.concatWith(pkg.names, [[#variable63312b80]], '/') |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#633121e0]] | path |
1 | 2 | [[#633121e0]] | classFilePath |
1 | 3 | [[#633121e0]] | entryName |
2 | 1 | [[#63312b80]] | classFileName |
2 | 2 | [[#63312b80]] | classFileName |
2 | 3 | [[#63312b80]] | getElementName() |