Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 44 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java |
2 | 1 | 45 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java |
| ||||
int referencesLevel = this.pattern.findReferences ? matchLevelForReferences(node): IMPOSSIBLE_MATCH; |
| ||||
int declarationsLevel = this.pattern.findDeclarations ? matchLevelForDeclarations(node): IMPOSSIBLE_MATCH; |
| |||
int [[#variablebcd1ea60]]= this.pattern. [[#variablebcd1e9a0]]? [[#variablebcd1e940]](node): IMPOSSIBLE_MATCH; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bcd1ea60]] | referencesLevel |
1 | 2 | [[#bcd1ea60]] | declarationsLevel |
2 | 1 | [[#bcd1e9a0]] | findReferences |
2 | 2 | [[#bcd1e9a0]] | findDeclarations |
3 | 1 | [[#bcd1e940]] | matchLevelForReferences |
3 | 2 | [[#bcd1e940]] | matchLevelForDeclarations |