Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 428 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java |
2 | 2 | 430 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java |
3 | 2 | 432 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java |
| ||||
for (int i = 0; i < fgKeywords.length; i++) wordRule.addWord(fgKeywords[i], token); |
| ||||
for (int i = 0; i < fgTypes.length; i++) wordRule.addWord(fgTypes[i], token); |
| ||||
for (int i = 0; i < fgConstants.length; i++) wordRule.addWord(fgConstants[i], token); |
| |||
for (int i = 0; i < [[#variable9c6d4200]].length; i++) wordRule.addWord( [[#variable9c6d4200]][i], token); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c6d4200]] | fgConstants |
1 | 2 | [[#9c6d4200]] | fgTypes |
1 | 3 | [[#9c6d4200]] | fgKeywords |