Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 252 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java |
2 | 2 | 254 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java |
| ||||
if (fJavadocCategory.equals(entry)) return fListModel.subList(0, 4).toArray(); |
| ||||
if (fCommentsCategory.equals(entry)) return fListModel.subList(4, 7).toArray(); |
| |||
if ( [[#variableb31429a0]].equals(entry)) return fListModel.subList( [[#variableb3142920]], [[#variableb31428c0]]).toArray(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b31429a0]] | fJavadocCategory |
1 | 2 | [[#b31429a0]] | fCommentsCategory |
2 | 1 | [[#b3142920]] | 0 |
2 | 2 | [[#b3142920]] | 4 |
3 | 1 | [[#b31428c0]] | 4 |
3 | 2 | [[#b31428c0]] | 7 |