Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2216 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 3845 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (argTypes[a] != null) { // can be null if it could not be resolved properly if ( !argTypes[a].isCompatibleWith(constructor.parameters[a])) continue next; } |
| ||||
if (argTypes[a] != null) { // can be null if it could not be resolved properly if ( !argTypes[a].isCompatibleWith(method.parameters[a])) { continue next; } } |
| |||
if (argTypes[a] != null) { // can be null if it could not be resolved properly if ( !argTypes[a].isCompatibleWith( [[#variable56784160]].parameters[a])) [[#variable567840c0]] } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56784160]] | constructor |
1 | 2 | [[#56784160]] | method |
2 | 1 | [[#567840c0]] | continue next; |
2 | 2 | [[#567840c0]] | { continue next; } |