Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 6214 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 6226 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 3 | 6234 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if ( ++this.expectedTypesPtr >= length) System.arraycopy(this.expectedTypes, 0, this.expectedTypes = new TypeBinding[length * 2], 0, length); this.expectedTypes[this.expectedTypesPtr] = type; |
| ||||
if ( ++this.forbbidenBindingsPtr >= length) System.arraycopy(this.forbbidenBindings, 0, this.forbbidenBindings = new Binding[length * 2], 0, length); this.forbbidenBindings[this.forbbidenBindingsPtr] = binding; |
| ||||
if ( ++this.uninterestingBindingsPtr >= length) System.arraycopy(this.uninterestingBindings, 0, this.uninterestingBindings = new Binding[length * 2], 0, length); this.uninterestingBindings[this.uninterestingBindingsPtr] = binding; |
| |||
if ( ++this. [[#variable52fd2d40]]>= length) System.arraycopy(this. [[#variable52fd2c80]], 0, this. [[#variable52fd2c80]]= new [[#variable5a57e940]][length * 2], 0, length); this. [[#variable52fd2c80]][this. [[#variable52fd2d40]]] = [[#variable55b43880]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52fd2d40]] | expectedTypesPtr |
1 | 2 | [[#52fd2d40]] | forbbidenBindingsPtr |
1 | 3 | [[#52fd2d40]] | uninterestingBindingsPtr |
2 | 1 | [[#52fd2c80]] | expectedTypes |
2 | 2 | [[#52fd2c80]] | forbbidenBindings |
2 | 3 | [[#52fd2c80]] | uninterestingBindings |
3 | 1 | [[#5a57e940]] | TypeBinding |
3 | 2 | [[#5a57e940]] | Binding |
3 | 3 | [[#5a57e940]] | Binding |
4 | 1 | [[#55b43880]] | type |
4 | 2 | [[#55b43880]] | binding |
4 | 3 | [[#55b43880]] | binding |