Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 700 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 2 | 703 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
// generic signature if ( !CharOperation.equals(this.getGenericSignature(), newClassFile.getGenericSignature())) return true; |
| ||||
// superclass if ( !CharOperation.equals(this.getSuperclassName(), newClassFile.getSuperclassName())) return true; |
| |||
// generic signature // superclass if ( !CharOperation.equals(this. [[#variablebaf8b880]](), newClassFile. [[#variablebaf8b880]]())) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#baf8b880]] | getGenericSignature |
1 | 2 | [[#baf8b880]] | getSuperclassName |