Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 9 | 2 | 0.977 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 50 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
2 | 4 | 56 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
3 | 4 | 62 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
4 | 4 | 75 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
5 | 4 | 97 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
6 | 4 | 109 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
7 | 4 | 119 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
8 | 4 | 125 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
9 | 4 | 131 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
| ||||
boolean isAtCaptureStart() { return this.index < this.source.length && this.source[this.index] == '!'; } |
| ||||
boolean isAtFieldOrMethodStart() { return this.index < this.source.length && this.source[this.index] == '.'; } |
| ||||
boolean isAtLocalVariableStart() { return this.index < this.source.length && this.source[this.index] == '#'; } |
| ||||
boolean isAtParametersEnd() { return this.index < this.source.length && this.source[this.index] == '>'; } |
| ||||
boolean isAtSecondaryTypeStart() { return this.index < this.source.length && this.source[this.index] == '~'; } |
| ||||
boolean isAtTypeParameterStart() { return this.index < this.source.length && this.source[this.index] == 'T'; } |
| ||||
boolean isAtFlagsStart() { return this.index < this.source.length && this.source[this.index] == '^'; } |
| ||||
boolean isAtTypeVariableStart() { return this.index < this.source.length && this.source[this.index] == ':'; } |
| ||||
boolean isAtTypeWithCaptureStart() { return this.index < this.source.length && this.source[this.index] == '&'; } |
| |||
boolean [[#variable9e74c740]]() { return this.index < this.source.length && this.source[this.index] == [[#variable9e74c6a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e74c740]] | isAtCaptureStart |
1 | 2 | [[#9e74c740]] | isAtFieldOrMethodStart |
1 | 3 | [[#9e74c740]] | isAtLocalVariableStart |
1 | 4 | [[#9e74c740]] | isAtParametersEnd |
1 | 5 | [[#9e74c740]] | isAtSecondaryTypeStart |
1 | 6 | [[#9e74c740]] | isAtTypeParameterStart |
1 | 7 | [[#9e74c740]] | isAtFlagsStart |
1 | 8 | [[#9e74c740]] | isAtTypeVariableStart |
1 | 9 | [[#9e74c740]] | isAtTypeWithCaptureStart |
2 | 1 | [[#9e74c6a0]] | '!' |
2 | 2 | [[#9e74c6a0]] | '.' |
2 | 3 | [[#9e74c6a0]] | '#' |
2 | 4 | [[#9e74c6a0]] | '>' |
2 | 5 | [[#9e74c6a0]] | '~' |
2 | 6 | [[#9e74c6a0]] | 'T' |
2 | 7 | [[#9e74c6a0]] | '^' |
2 | 8 | [[#9e74c6a0]] | ':' |
2 | 9 | [[#9e74c6a0]] | '&' |