Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.994 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 395 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
2 | 8 | 409 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
| ||||
NLSSubstitution[] subs = fSubstitutions; for (int i = 0; i < subs.length; i++) { NLSSubstitution substitution = subs[i]; if (substitution.hasPropertyFileChange()) { return true; } } return false; |
| ||||
NLSSubstitution[] subs = fSubstitutions; for (int i = 0; i < subs.length; i++) { NLSSubstitution substitution = subs[i]; if (substitution.hasAccessorClassChange()) { return true; } } return false; |
| |||
NLSSubstitution[] subs = fSubstitutions; for (int i = 0; i < subs.length; i++) { NLSSubstitution substitution = subs[i]; if (substitution. [[#variable9e7ae140]]()) { return true; } } return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e7ae140]] | hasAccessorClassChange |
1 | 2 | [[#9e7ae140]] | hasPropertyFileChange |