Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 102 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java |
2 | 2 | 78 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedThisReference.java |
| ||||
// resolution on an argument of a catch clause // provide the scope with a side effect : insertion of a LOCAL // that represents the argument. The type must be from JavaThrowable TypeBinding exceptionType = this.type.resolveType(scope, true /* check bounds*/ ); if (exceptionType == null) return null; |
| ||||
// X.this is not a param/raw type as denoting enclosing instance TypeBinding type = this.qualification.resolveType(scope, true /* check bounds*/ ); if (type == null) return null; |
| |||
// X.this is not a param/raw type as denoting enclosing instance // resolution on an argument of a catch clause // provide the scope with a side effect : insertion of a LOCAL // that represents the argument. The type must be from JavaThrowable TypeBinding [[#variable5b784c00]]= this. [[#variable5b7855c0]].resolveType(scope, true /* check bounds*/ ); if ( [[#variable5b784c00]]== null) return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b784c00]] | type |
1 | 2 | [[#5b784c00]] | exceptionType |
2 | 1 | [[#5b7855c0]] | qualification |
2 | 2 | [[#5b7855c0]] | type |