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.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 47 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedSuperReference.java |
2 | 5 | 58 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SuperReference.java |
| ||||
if (currentCompatibleType.id == T_JavaLangObject) { scope.problemReporter().cannotUseSuperInJavaLangObject(this ); return null; } return this.resolvedType = currentCompatibleType.superclass(); |
| ||||
if (enclosingReceiverType.id == T_JavaLangObject) { scope.problemReporter().cannotUseSuperInJavaLangObject(this ); return null; } return this.resolvedType = enclosingReceiverType.superclass(); |
| |||
if ( [[#variable58effc40]].id == T_JavaLangObject) { scope.problemReporter().cannotUseSuperInJavaLangObject(this ); return null; } return this.resolvedType = [[#variable58effc40]].superclass(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58effc40]] | currentCompatibleType |
1 | 2 | [[#58effc40]] | enclosingReceiverType |