Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 85 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java |
2 | 1 | 86 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java |
| ||||
boolean binaryExists = ((this.mode& BINARY) != 0) && doesFileExist(fileName + SUFFIX_STRING_class, qualifiedPackageName); |
| ||||
boolean sourceExists = ((this.mode& SOURCE) != 0) && doesFileExist(fileName + SUFFIX_STRING_java, qualifiedPackageName); |
| |||
boolean [[#variable63330800]]= ((this.mode& [[#variable633307a0]]) != 0) && doesFileExist(fileName + [[#variable63330720]], qualifiedPackageName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63330800]] | binaryExists |
1 | 2 | [[#63330800]] | sourceExists |
2 | 1 | [[#633307a0]] | BINARY |
2 | 2 | [[#633307a0]] | SOURCE |
3 | 1 | [[#63330720]] | SUFFIX_STRING_class |
3 | 2 | [[#63330720]] | SUFFIX_STRING_java |