Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.992 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 6232 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 5 | 6239 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
// no report for serialization support 'Object readResolve()' if ( !method.isStatic() && TypeIds.T_JavaLangObject == method.returnType.id && method.parameters.length == 0 && CharOperation.equals(method.selector, TypeConstants.READRESOLVE)) { return; } |
| ||||
// no report for serialization support 'Object writeReplace()' if ( !method.isStatic() && TypeIds.T_JavaLangObject == method.returnType.id && method.parameters.length == 0 && CharOperation.equals(method.selector, TypeConstants.WRITEREPLACE)) { return; } |
| |||
// no report for serialization support 'Object writeReplace()' // no report for serialization support 'Object readResolve()' if ( !method.isStatic() && TypeIds.T_JavaLangObject == method.returnType.id && method.parameters.length == 0 && CharOperation.equals(method.selector, TypeConstants. [[#variablea488dac0]])) { return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a488dac0]] | WRITEREPLACE |
1 | 2 | [[#a488dac0]] | READRESOLVE |