Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 734 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 6 | 764 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
if (this.fieldsCount == otherFieldInfosLength) { int i = 0; for (; i < this.fieldsCount; i++) if (hasStructuralFieldChanges(this.fields[i], otherFieldInfos[i])) break; if ((compareFields = i != this.fieldsCount) && !orderRequired && !excludesSynthetic) return true; } |
| ||||
if (this.methodsCount == otherMethodInfosLength) { int i = 0; for (; i < this.methodsCount; i++) if (hasStructuralMethodChanges(this.methods[i], otherMethodInfos[i])) break; if ((compareMethods = i != this.methodsCount) && !orderRequired && !excludesSynthetic) return true; } |
| |||
if (this. [[#variable5fc3be00]]== [[#variable5fc3bd60]]) { int i = 0; for (; i < this. [[#variable5fc3be00]]; i++) if ( [[#variable5fc3bca0]](this. [[#variable5fc3bc40]][i], [[#variable5fc3bbc0]][i])) break; if (( [[#variable5fc3bb40]]= i != this. [[#variable5fc3be00]]) && !orderRequired && !excludesSynthetic) return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fc3be00]] | methodsCount |
1 | 2 | [[#5fc3be00]] | fieldsCount |
2 | 1 | [[#5fc3bd60]] | otherMethodInfosLength |
2 | 2 | [[#5fc3bd60]] | otherFieldInfosLength |
3 | 1 | [[#5fc3bca0]] | hasStructuralMethodChanges |
3 | 2 | [[#5fc3bca0]] | hasStructuralFieldChanges |
4 | 1 | [[#5fc3bc40]] | methods |
4 | 2 | [[#5fc3bc40]] | fields |
5 | 1 | [[#5fc3bbc0]] | otherMethodInfos |
5 | 2 | [[#5fc3bbc0]] | otherFieldInfos |
6 | 1 | [[#5fc3bb40]] | compareMethods |
6 | 2 | [[#5fc3bb40]] | compareFields |