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.977 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 54 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/AccessRuleSet.java |
2 | 3 | 59 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/AccessRuleSet.java |
| ||||
for (int i = 0; i < MESSAGE_TEMPLATES_LENGTH; i++) if ( !this.messageTemplates[i].equals(otherRuleSet.messageTemplates[i])) return false; |
| ||||
for (int i = 0; i < rulesLength; i++) if ( !this.accessRules[i].equals(otherRuleSet.accessRules[i])) return false; |
| |||
for (int i = 0; i < [[#variable993bd780]]; i++) if ( !this. [[#variable993bd840]][i].equals(otherRuleSet. [[#variable993bd840]][i])) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#993bd780]] | rulesLength |
1 | 2 | [[#993bd780]] | MESSAGE_TEMPLATES_LENGTH |
2 | 1 | [[#993bd840]] | accessRules |
2 | 2 | [[#993bd840]] | messageTemplates |