Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 370 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
2 | 4 | 452 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
| ||||
{ NLSTag tag = this.nlsTags[i]; if (tag != null) { scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end); } } |
| ||||
{ NLSTag tag = this.nlsTags[index]; if (tag != null) { scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end); } } |
| |||
{ NLSTag tag = this.nlsTags[ [[#variable5c9eee80]]]; if (tag != null) { scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c9eee80]] | i |
1 | 2 | [[#5c9eee80]] | index |