Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.974 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 194 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
2 | 3 | 199 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
3 | 3 | 204 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
| ||||
public char[] getCurrentIdentifierSource() { if (this.fakeTokenSource != null) return this.fakeTokenSource; return super.getCurrentIdentifierSource(); } |
| ||||
public char[] getCurrentTokenSourceString() { if (this.fakeTokenSource != null) return this.fakeTokenSource; return super.getCurrentTokenSourceString(); } |
| ||||
public char[] getCurrentTokenSource() { if (this.fakeTokenSource != null) return this.fakeTokenSource; return super.getCurrentTokenSource(); } |
| |||
public char[] [[#variable5d22e6a0]]() { if (this.fakeTokenSource != null) return this.fakeTokenSource; return super. [[#variable5d22e6a0]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d22e6a0]] | getCurrentIdentifierSource |
1 | 2 | [[#5d22e6a0]] | getCurrentTokenSourceString |
1 | 3 | [[#5d22e6a0]] | getCurrentTokenSource |