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.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 52 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaDocTagDictionary.java |
2 | 2 | 55 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaDocTagDictionary.java |
3 | 2 | 58 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaDocTagDictionary.java |
| ||||
for (int index = 0; index < JAVADOC_LINK_TAGS.length; index++) hashWord(JAVADOC_LINK_TAGS[index]); |
| ||||
for (int index = 0; index < JAVADOC_ROOT_TAGS.length; index++) hashWord(JAVADOC_ROOT_TAGS[index]); |
| ||||
for (int index = 0; index < JAVADOC_PARAM_TAGS.length; index++) hashWord(JAVADOC_PARAM_TAGS[index]); |
| |||
for (int index = 0; index < [[#variable9012b280]].length; index++) hashWord( [[#variable9012b280]][index]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9012b280]] | JAVADOC_PARAM_TAGS |
1 | 2 | [[#9012b280]] | JAVADOC_ROOT_TAGS |
1 | 3 | [[#9012b280]] | JAVADOC_LINK_TAGS |